You can use your phone with mobile connection (not WiFi) to check if it can see the file that you made available on your web server.
You can use your phone with mobile connection (not WiFi) to check if it can see the file that you made available on your web server.
But Admiral Patrick (sorry, I still don’t know how to link/tag users) wrote he has to scan and email the physical signature from the paper, so it is not really physical anymore? Maybe he has to send the physical paper by snail mail in addition to the email.
have to print, sign, scan, and email back
Can’t you scan or photograph your signature and insert it in your word processor?
You’re correct that it won’t draw 650W. You could get a power meter or a power measuring plug and measure the energy consumption.
HTTP3 uses UDP, which is 6 years younger than TCP.
Wikipedia says:
Type O is often called 0 (zero, or null) in other languages.
It’s either A, B, AB or none of it, so zero/null.
I use Firefox on Linux, Windows (at work), and Android, and I like it.
Don’t put it in /usr/bin, that’s where your package manager puts executables, not you. Other than that, do what you want. /usr/local/bin is good, or if it’s only for your user ~/bin, ~/local/bin or ~/.local/bin - I don’t care. Also just let your users decide where they want to put the script.
UK was in the EU for the most part of my adulthood, so I didn’t need a passport (I’m from Germany).
Check if MariaDB has that JSON datatype:
https://github.com/wallabag/wallabag/issues/6659#issuecomment-1602507604
I don’t know how to help you directly, but when I get a strange error message I try to search for it, e.g. search for “Error [ERR_REQUIRE_ESM]: require() of ES Module”.
Or read the sentence that says “Instead change the require of index.js…” and do like it says. If you don’t know what a “dynamic import()” is (I also don’t know what it is), google for that.
In the 80s the German band Ideal made a song (“Herrscher”) about that feeling. Here are the translated lyrics:
In the evening I am the ruler of the world - and you have to greet me! I the science fiction hero - and you lie at my feet! I own the stars, I have the power - you are happy to stand in my light; I am the one who ridicules the world and you all come to see me… … and you all come to see ME! …and you all come to see me!
Only in the morning I feel uncomfortable… I’m afraid to leave the house… In the morning I’m small and weak… I’m in agony, I’m lying flat…
In the evening, I rule the universe - and you in my shadow: You see my tribunal - and I will allow you! I own the stars, I have the power - you are glad to stand in my light! It is I who ridicule the world and you all come to see me…
…and you all come to see me! …and you all come to see ME!
Only in the morning when the spell fades I have to cry when a dog barks at me! In the morning I am… Small and weak… In agony, I’m lying flat…
Translated by DeepL https://www.deepl.com/app/?utm_source=android&utm_medium=app&utm_campaign=share-translation
I’m not sure, but I think these USSD/GSM codes still work nowadays.
Maybe you are talking about CGI scripts? With CGI scripts the web server will start a new process for each request. PHP can run as php-cgi, but nowadays mod_php and php-fpm are more common. CGI scripts can also be shell scripts or compiled programs.
There’s already !webdev@programming.dev
You could perhaps use the TLD of your country.
How often do you run that script? Maybe the server writes log files, and if your script runs every 5 seconds the log files get too large.
Maybe you would be better off with a program like fetchmail. You can let it call your own script, and it will get the data on stdin.
You can use something like strace -eopen -f -o strace.out the_program
to find all files that the program tried or succeeded to open. Then you can try to find the config file(s) in strace.out.
Agreed. Will they keep 90% for the next 10 years, or will the efficiency drop by 10% every 25 days?
If you happen to have a Fritzbox with VoIP capability it contains a SIP server and you can register SIP clients on it (e.g. Fritz App Fon, linphone, twinkle) and use them to phone internally.