home.social

#nerdquestion — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nerdquestion, aggregated by home.social.

fetched live
  1. UPDATE: Thx to the replies, I implemented the change for all my domains, did a `certbot renew --dry-run` and that succeeded. Yay to a cleaner config :)

    #NerdQuestion. When I move {server [...] } blocks in `/etc/nginx/nginx.conf` to separate files in the `/etc/nginx/conf.d` directory, will certbot still find them and will automatic renewals just keep working as before? Anyone with experience on that?

    #nginx #letsencrypt #LazyWeb

  2. UPDATE: Thx to the replies, I implemented the change for all my domains, did a `certbot renew --dry-run` and that succeeded. Yay to a cleaner config :)

    #NerdQuestion. When I move {server [...] } blocks in `/etc/nginx/nginx.conf` to separate files in the `/etc/nginx/conf.d` directory, will certbot still find them and will automatic renewals just keep working as before? Anyone with experience on that?

    #nginx #letsencrypt #LazyWeb

  3. #Nerdquestion
    #Nextcloud
    How to file upload with Javascript?

    📢help needed
    @nextcloud

    Has anyone a working(!) framework to send (drop) files using Javascript/xmlhttprequest to a Nextcloud file drop [public share]?

    I installed apps.nextcloud.com/apps/webapp app and allowed the sending server (or even "*") but always got “CORS Missing Allow Origin”.

    PS:
    Upload via "curl -u <username> -X 'PUT' <server/public.php/webdav>" works without, and with, the WebAppPassword App
    help.nextcloud.com/t/cors-requ

  4. #Nerdquestion
    #Nextcloud
    How to file upload with Javascript?

    📢help needed
    @nextcloud

    Has anyone a working(!) framework to send (drop) files using Javascript/xmlhttprequest to a Nextcloud file drop [public share]?

    I installed apps.nextcloud.com/apps/webapp app and allowed the sending server (or even "*") but always got “CORS Missing Allow Origin”.

    PS:
    Upload via "curl -u <username> -X 'PUT' <server/public.php/webdav>" works without, and with, the WebAppPassword App
    help.nextcloud.com/t/cors-requ

  5. #Nerdquestion #Nextcloud

    📢⚠️help needed

    @nextcloud

    Has anyone a working(!) framework to send (drop) files using Javascript/xmlhttprequest to a Nextcloud file drop?

    I installed the apps.nextcloud.com/apps/webapp app and allowed the sending server (or even "*") but always got “CORS Missing Allow Origin”.

    Of course, the upload via "curl -u <username> -X 'PUT' <server/public.php/webdav>" works (without, and with, the WebAppPassword).

    help.nextcloud.com/t/cors-requ

  6. #Nerdquestion #Nextcloud

    📢⚠️help needed

    @nextcloud

    Has anyone a working(!) framework to send (drop) files using Javascript/xmlhttprequest to a Nextcloud file drop?

    I installed the apps.nextcloud.com/apps/webapp app and allowed the sending server (or even "*") but always got “CORS Missing Allow Origin”.

    Of course, the upload via "curl -u <username> -X 'PUT' <server/public.php/webdav>" works (without, and with, the WebAppPassword).

    help.nextcloud.com/t/cors-requ

  7. #nerdquestion
    #Mastodon
    Hat schon jmd ein schönes Tool geschrieben, die eigenen "Lesezeichen" und "Posts" in "schöner Form" herunterladen zu können (mit ihren Medien)?

  8. #nerdquestion
    #Mastodon
    Hat schon jmd ein schönes Tool geschrieben, die eigenen "Lesezeichen" und "Posts" in "schöner Form" herunterladen zu können (mit ihren Medien)?

  9. 100 Jahre Rundfunk.

    #nerdquestion

    Bevor ich recherchiere, wie wurden die AUFNAHMEN [der Rundfunksendungen, Ansprachen] damals [vor Erfindung und weiterer Anwendung der Magnetbandaufnahme mit HF-Vormagnetisierung] gemacht, gibt es über die Methoden (Drahtaufzeichung, Lichtton, (Wachs/Metall)Schallplatte) eine informative Seite?

    Idee für einen #37C3-Talk.
    cc @c3infodesk

  10. 100 Jahre Rundfunk.

    #nerdquestion

    Bevor ich recherchiere, wie wurden die AUFNAHMEN [der Rundfunksendungen, Ansprachen] damals [vor Erfindung und weiterer Anwendung der Magnetbandaufnahme mit HF-Vormagnetisierung] gemacht, gibt es über die Methoden (Drahtaufzeichung, Lichtton, (Wachs/Metall)Schallplatte) eine informative Seite?

    Idee für einen #37C3-Talk.
    cc @c3infodesk

  11. #NerdQuestion I got a ROG 1080ti with an EK water block pretty cheaply off eBay (cleaned the block and tested it in an old system without putting it in to a loop), I've got my ROG Vega 56 with the EKWB block I put in it that's been faithful for years running stable now.

    I do have a 6900XT but I have not been able to get that frickin thing to run stable in games so that can wait for the next system I build, hence being on my old Vega 56 still. Yes I troubleshot the shit out of it.

    Anyway do I try Starfield when it comes out with the Vega 56 and hope it works, or bite the bullet and whack the 1080 ti in now?

    #Starfield #GPU
    #Graphics #TechSupport

  12. #NerdQuestion I got a ROG 1080ti with an EK water block pretty cheaply off eBay (cleaned the block and tested it in an old system without putting it in to a loop), I've got my ROG Vega 56 with the EKWB block I put in it that's been faithful for years running stable now.

    I do have a 6900XT but I have not been able to get that frickin thing to run stable in games so that can wait for the next system I build, hence being on my old Vega 56 still. Yes I troubleshot the shit out of it.

    Anyway do I try Starfield when it comes out with the Vega 56 and hope it works, or bite the bullet and whack the 1080 ti in now?

    #Starfield #GPU
    #Graphics #TechSupport

  13. #Nerdquestion
    #Raspberry #pigpio library

    Looking for code for

    2-key rollover for n keys (n buttons connected to separate GPIO pins)

    Looking for #Python code to detect two-button-presses on (let's say) 4 buttons, in general detect "2-key rollover" on n GPIO pins.

    ( en.wikipedia.org/wiki/Key_roll : "Key rollover is the ability of a computer [keyboard] to correctly handle several simultaneous keystrokes.")

    For 2 buttons, this is easy.

    #2KeyRollover
    #nKeyRollover
    #pigpio
    #Raspberry
    #GPIO
    #Python

  14. #Nerdquestion
    #Raspberry #pigpio library

    Looking for code for

    2-key rollover for n keys (n buttons connected to separate GPIO pins)

    Looking for #Python code to detect two-button-presses on (let's say) 4 buttons, in general detect "2-key rollover" on n GPIO pins.

    ( en.wikipedia.org/wiki/Key_roll : "Key rollover is the ability of a computer [keyboard] to correctly handle several simultaneous keystrokes.")

    For 2 buttons, this is easy.

    #2KeyRollover
    #nKeyRollover
    #pigpio
    #Raspberry
    #GPIO
    #Python

  15. #Nerdquestion

    How can I store and set the settings of the

    alsa equalizer

    alsamixer -D equal

  16. #Nerdquestion

    How can I store and set the settings of the

    alsa equalizer

    alsamixer -D equal

  17. #Nerdquestion

    How can I (can I?) list all Postfix aliases, forwards etc. on my server, preferably somehow sorted.

    I haven't found any useful information even after a long search.

  18. #Nerdquestion

    How can I (can I?) list all Postfix aliases, forwards etc. on my server, preferably somehow sorted.

    I haven't found any useful information even after a long search.

  19. #Nerdquestion
    #RaspberryZeroWH
    #LEDBlink 1 seconds
    * SOLVED *
    My Internetradio program (Raspberry Zero WH) crashes on a few devices after a while and the LED blinks ~1 blink per seconds.
    On the Internet I could not find a clear indication what this might indicate.
    Does anyone know what the reason could be in this case?
    Current PI OS LITE (32 bit).
    Bluetooth is disabled, bluez software stack removed, tempfs is on RAM, swapsize 0 Byte. Very fast and good SD.....

  20. #Nerdquestion
    #RaspberryZeroWH
    #LEDBlink 1 seconds
    * SOLVED *
    My Internetradio program (Raspberry Zero WH) crashes on a few devices after a while and the LED blinks ~1 blink per seconds.
    On the Internet I could not find a clear indication what this might indicate.
    Does anyone know what the reason could be in this case?
    Current PI OS LITE (32 bit).
    Bluetooth is disabled, bluez software stack removed, tempfs is on RAM, swapsize 0 Byte. Very fast and good SD.....

  21. #Nerdquestion
    #Python
    #PIL

    #LookingFor:
    #AnalogClock

    I am looking for a working software using

    - Python Image Library "PIL"

    for showing a simple analog clock "with handles" on a small ~240x240 pixel display.

    Has anyone something ready? Internet has few solutions (e. g. using Turtle) but not using PIL.

  22. #Nerdquestion
    #Python
    #PIL

    #LookingFor:
    #AnalogClock

    I am looking for a working software using

    - Python Image Library "PIL"

    for showing a simple analog clock "with handles" on a small ~240x240 pixel display.

    Has anyone something ready? Internet has few solutions (e. g. using Turtle) but not using PIL.

  23. CW: TW Java, Drogen

    Hand auf's Herz: wurde #Java unter dem Einfluss bewusstseinsverändernder Substanzen entwickelt? #Nerdquestion #OMGWhyIsItSoTerrible #rant

  24. @andy_morehouse beautiful image! do you know why it’s called Seagull Island and not by it’s Gaelic name or a translation of it? It’s so far removed from the Gaelic meaning! #nerdquestion

  25. @andy_morehouse beautiful image! do you know why it’s called Seagull Island and not by it’s Gaelic name or a translation of it? It’s so far removed from the Gaelic meaning! #nerdquestion