#nerdquestion — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #nerdquestion, aggregated by home.social.
-
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?
-
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?
-
#Nerdquestion
#Nextcloud
How to file upload with Javascript?📢help needed
@nextcloudHas anyone a working(!) framework to send (drop) files using Javascript/xmlhttprequest to a Nextcloud file drop [public share]?
I installed https://apps.nextcloud.com/apps/webapppassword 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
https://help.nextcloud.com/t/cors-requests-blocked-in-nextcloud-app/108884/4 -
#Nerdquestion
#Nextcloud
How to file upload with Javascript?📢help needed
@nextcloudHas anyone a working(!) framework to send (drop) files using Javascript/xmlhttprequest to a Nextcloud file drop [public share]?
I installed https://apps.nextcloud.com/apps/webapppassword 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
https://help.nextcloud.com/t/cors-requests-blocked-in-nextcloud-app/108884/4 -
📢⚠️help needed
Has anyone a working(!) framework to send (drop) files using Javascript/xmlhttprequest to a Nextcloud file drop?
I installed the https://apps.nextcloud.com/apps/webapppassword 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).
https://help.nextcloud.com/t/cors-requests-blocked-in-nextcloud-app/108884/4
-
📢⚠️help needed
Has anyone a working(!) framework to send (drop) files using Javascript/xmlhttprequest to a Nextcloud file drop?
I installed the https://apps.nextcloud.com/apps/webapppassword 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).
https://help.nextcloud.com/t/cors-requests-blocked-in-nextcloud-app/108884/4
-
#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)? -
#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)? -
100 Jahre Rundfunk.
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 -
100 Jahre Rundfunk.
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 -
#Mapillary #API
#download tracks+images
#desperatelySeekingHas someone a working script to download a specific track and its sequence of images from #Mapillary?
-
#Mapillary #API
#download tracks+images
#desperatelySeekingHas someone a working script to download a specific track and its sequence of images from #Mapillary?
-
#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?
-
#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?
-
#Nerdquestion
#Raspberry #pigpio libraryLooking 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.
( https://en.wikipedia.org/wiki/Key_rollover : "Key rollover is the ability of a computer [keyboard] to correctly handle several simultaneous keystrokes.")
For 2 buttons, this is easy.
-
#Nerdquestion
#Raspberry #pigpio libraryLooking 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.
( https://en.wikipedia.org/wiki/Key_rollover : "Key rollover is the ability of a computer [keyboard] to correctly handle several simultaneous keystrokes.")
For 2 buttons, this is easy.
-
-
-
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.
-
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.
-
#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..... -
#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..... -
#Nerdquestion
#Laserprinters
#BROTHER
#LinuxIs there anyone out here who has a working framework for
for "directly" controlling single printing dots?
Purpose:
#Archiving #Digital #Data #Paper -
#Nerdquestion
#Laserprinters
#BROTHER
#LinuxIs there anyone out here who has a working framework for
for "directly" controlling single printing dots?
Purpose:
#Archiving #Digital #Data #Paper -
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.
-
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.
-
CW: TW Java, Drogen
Hand auf's Herz: wurde #Java unter dem Einfluss bewusstseinsverändernder Substanzen entwickelt? #Nerdquestion #OMGWhyIsItSoTerrible #rant
-
@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
-
@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