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.
elmicha
- 2 Posts
- 37 Comments
elmicha@feddit.deto Tabletop Gaming@beehaw.org•After 250 rolls I can honestly say this D20 is the worst of the 17 I tested1·1 year agoMaybe you enabled https only mode, or maybe it is even enabled by default.
elmicha@feddit.deto Selfhosted@lemmy.world•Stuck on Let's Encrypt certificate issuance due to firewall issue even after opening necessary portsEnglish2·1 year agoYou 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.
elmicha@feddit.deto Science@mander.xyz•The human eye can see ‘invisible’ infrared light - The Source - Washington University in St. Louis31·1 year agoWhen you take a photo, your eyes are not involved (apart from setting up the camera). The light comes from the source and goes through the camera lens onto the film or camera sensor, your eyes are not a factor at that point.
elmicha@feddit.deto Technology@beehaw.org•HP wants you to pay up to $36/month to rent a printer that it monitorsEnglish1·1 year agoBut 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.
elmicha@feddit.deto Technology@beehaw.org•HP wants you to pay up to $36/month to rent a printer that it monitorsEnglish5·1 year agohave to print, sign, scan, and email back
Can’t you scan or photograph your signature and insert it in your word processor?
elmicha@feddit.deto Astronomy@mander.xyz•3 tiny new moons found around Uranus and Neptune — and one is exceptionally tiny21·1 year agoDoes Earth also have such small orbiting rocks that are a few kilometers wide?
elmicha@feddit.deto Selfhosted@lemmy.world•[UPDATE] RPi Alternatives for Self-hostingEnglish21·1 year agoYou’re correct that it won’t draw 650W. You could get a power meter or a power measuring plug and measure the energy consumption.
elmicha@feddit.deto Android@lemmy.world•Does Android still need third-party launchers?English52·1 year agoNova Launcher (7) works without problems on my Pixel 8 Pro. On my Xiaomi Mi 9 SE gestures with Nova were broken somehow, but now with the Pixel it’s fine again.
HTTP3 uses UDP, which is 6 years younger than TCP.
elmicha@feddit.deto Technology@beehaw.org•The fall of Firefox: Mozilla's once-popular web browser slides into irrelevance2·1 year agoI 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.
The underscore is used to underline text in Markdown. If you want to display a real underscore like this: _, you have to escape it with a backslash. Some clients apparently interpret this rule even in plain links, and some don’t. If we use real Markdown links this should not happen.
Check if MariaDB has that JSON datatype:
https://github.com/wallabag/wallabag/issues/6659#issuecomment-1602507604
elmicha@feddit.deto Linux@lemmy.ml•[half solved] How to force screen orientation on lomiri desktop2·2 years agoI searched for “lomiri rotate screen” and found this page.
elmicha@feddit.deto JavaScript@programming.dev•I am writing this nodeJS project, and I wanted to include the typescript mastodon library but it keeps telling me this. I am kinda unsure how to proceed.1·2 years agoI 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.
elmicha@feddit.deto World News@lemmy.ml•‘Orphaned by decree’: Italy’s same-sex parents react to losing their rights2·2 years agoNote that surrogacy is illegal in many countries of Europe (sorry for the German page, I couldn’t find the image in English Wikipedia).
elmicha@feddit.deto Linux@lemmy.ml•On an older Pentium Intel Nuc, only OpenSuse can wake it up from sleep, why?2·2 years agoOops, sorry, I misread your question.
elmicha@feddit.deto Linux@lemmy.ml•On an older Pentium Intel Nuc, only OpenSuse can wake it up from sleep, why?01·2 years agoDid you check the wiki entry?
Recently I got a new PC with Windows, and it could resize its partition without problems. You can do it even with Powershell. I don’t know how dangerous it is, but with the whole “copying user data” I would hope that the installer would advise users to create a full backup anyway.