Electron was discovered in 1897. If you own a textbook on chemistry which is older than that, put it up on Ebay in the antiques category.
pelya
- 0 Posts
- 14 Comments
The ingenuity of this command is that
/dev/nul
does not exist, the correct path is/dev/null
, however the command executes without error and creates a symlink to a non-existing path.
The only thing missing issudo
.
Eh, why? KDE and Gnome work perfectly fine installed in parallel, at least on Debian, no VM needed. You can throw in XFCE and MATE for a good measure.
pelya@lemmy.worldto Technology@lemmy.world•What editor or IDE do you use and why?English11·11 days agomcedit, because I’m not nerdy enough for vim.
Because it does work, you need
grep -E
for ‘+’ to work without escaping. Also, your quotes are wrong, ‘ should be ’ .
pelya@lemmy.worldto Linux@lemmy.world•My experience with Canonical's interview processEnglish7·13 days agoUbintu was relevant ten years ago, when they packaged proprietary drivers which were absent from other distributions.
Nowadays you just use Debian and don’t bother with Canonical shit.
pelya@lemmy.worldto Selfhosted@lemmy.world•What are the benefits of a server having multiple public IP addresses?English7·13 days agoBecause you won’t determine the type of NAT during hole punching. This requires the client sending two UDP packets to two different IP addresses, then comparing their source addresses on the server.
Normally yes, you can just assume that two clients you are trying to connect both have port restricted cone NAT, and run the hole punching algorithm, and if the connection fails after ten seconds, show message to the users ‘Error 418: your router is a teapot’.
pelya@lemmy.worldto Selfhosted@lemmy.world•What are the benefits of a server having multiple public IP addresses?English41·13 days agoThe one use case is running STUN/TURN server for NAT hole punching, that requires two separate servers, or one server with two IP addresses. You will only need that to run masterserver for games that support hole punching, or to run VoIP telephony / teleconference server.
Another use case is reliability, when your server is connected to several network providers, it will keep working if one of them has an outage, and will naturally have a different IP address for each network link. But your VPS does not have several network links, otherwise they would advertize that in bold red letters.
pelya@lemmy.worldto Linux@lemmy.world•Trim down the kernel so that it's only supports ttyEnglish5·13 days agoIf you want to run Linux on a toaster with 16 MB flash, your best option is probably OpenWRT.
If you are running it on a regular PC, just turn off the monitor and plug out the speakers I guess. Recompiling Linux kernel looks too much like a hassle, you’ll need to disable specific device drivers to deactivate videocard and soundcard but keep the keyboard running. Or boot into a recovery mode, the OS will disable everything except for the terminal, and you’ll need to enable networking using shell commands.
pelya@lemmy.worldto Technology@lemmy.world•Samsung teams up with Glance to use your face in AI-generated lock screen adsEnglish2·15 days agoHow long until we get self-insert AI porn?
It flies, so I don’t get the joke. I’m an embedded developer BTW.
You could build a Debian installation with user-defined list of packages since way back in 2010. It’s just a bit too technical for an average spreadsheet cowboy who decided to ditch M$ Losedows.
Also, Docker does exactly what you describe, just inside the VM. There’s a whole ass new position for Dockerscript coders, called devops or something. I think there should be an easy way to install Docker image onto the real hardware with no Docker inbetween too, this question deserves researching.