- Joined
- May 10, 2019
Imagine being so obscenely brain dead that you need to watch a video to figure out wget.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Imagine being so obscenely brain dead that you need to watch a video to figure out wget.
Think of the zoomers, man!Imagine being so obscenely brain dead that you need to watch a video to figure out wget.
If only there were some way to ask the computer for help about a command, or maybe even a page out of a manual you could read.Imagine being so obscenely brain dead that you need to watch a video to figure out wget.
Man, that would be greatIf only there were some way to ask the computer for help about a command, or maybe even a page out of a manual you could read.
A single script to build a minimal live Linux operating system from source code that runs Doom on boot.
What it does :
- Downloads Linux Kernel 5.4.3 source and compiles it with a minimal configuration
- Downloads Busybox 1.35.0 source and compiles it statically.
- Downloads FBDoom and compiles it statically.
- Creates rootfs for Linux kernel.
- Generates grub configuration.
- Creates a bootable live Linux iso that runs Doom on boot.
Checkout on github : https://github.com/shadlyd15/DoomLinux
It's called 'info'. That 'man' thing is for the gays.Man, that would be great
Sublime == Atom -> opinion discarded. (And I don't even like Sublime.)DT layin' down the law.
I am a Sublime enjoyer, I don't mind it. Besides, it doesn't take 2 seconds to start up next to bloated (because it's Electron) VS Code.Sublime == Atom -> opinion discarded. (And I don't even like Sublime.)
DT layin' down the law.
He should be put against the wall for his love for BBC.DT does however deserve to be put against the wall for that shit conduct alone.
Well yes that's what I meant. "I don't even like Sublime (the command palette starts out as a garbage dump and turns worse)" BUT it's gold next to bloated (because it's Electron) Atom (which by the way is dead as of yesterday lol).I am a Sublime enjoyer, I don't mind it. Besides, it doesn't take 2 seconds to start up next to bloated (because it's Electron) VS Code.
Electron. For a fucking text editor. Come the fuck on.Well yes that's what I meant. "I don't even like Sublime (the command palette starts out as a garbage dump and turns worse)" BUT it's gold next to bloated (because it's Electron) Atom (which by the way is dead as of yesterday lol).
How did that meme even get started? I remember first seeing it on 4chan about maybe a year or two ago. Obviously the guy in the photos isn't him, but what compels some autist to spam this shit on pretty much every e celeb thread on /g/?He should be put against the wall for his love for BBC.
It's a showcase of the horrific fucking state of cross-platform GUI toolkits, that slapping everything into a literal web browser is easier. The Atom developers are working on another IDE, Zed. This one isn't based on webshit and is instead planned to be an immediate mode, GPU accelerated GUI thing. Their website has no links to any repos and half of it is evangelizing Rust, however, so I'm not holding my breath.Electron. For a fucking text editor. Come the fuck on.
Because I can forget that I'm inside a terminal with escalated privileges and accidentally do something stupid. Doas is better anyway.Why "sudo" instead of "su"?
He starts out by saying first you su to root, and then when you're done, you su back to your account. Do people do this? Wouldn't you now have three separate sessions, your original session, the root session, and another session as the original user? Don't you just control-D or logout?
When I use su to become root, I just exit to get back to normal user. For a guy who runs a Linux channel on YouTube with some amount of fame, he really is quite the n00b at times.He starts out by saying first you su to root, and then when you're done, you su back to your account. Do people do this? Wouldn't you now you have three separate sessions, your original session, the root session, and another session as the original user. Don't you just control-D or logout?
Also you can just sudo sh or whatever shell if you want an actual terminal session as root.
No. Nobody sane does this.He starts out by saying first you su to root, and then when you're done, you su back to your account. Do people do this?
#!/bin/sh
nohup "$@" >/dev/null 2>&1 &