It’s quite common with Phoronix. Larabel’s running a committed and consistent open source news aggregator, but his English isn’t the best.
It’s quite common with Phoronix. Larabel’s running a committed and consistent open source news aggregator, but his English isn’t the best.
Seconding vim as the universal Unix/Linux editor. It takes a while to become a real vim pro, but learning basic usage is very helpful. Escape to switch to normal mode (where letters trigger functions instead of just typing), i to switch to input mode, : in normal mode to enter commands, :wq to save and quit, :q! to exit without saving - that alone should be enough to cover a lot of basic use cases. If you ever want to learn more, there are plenty of tutorials online.
I don’t know about Mac, but on Windows the Mullvad app doesn’t auto update. If you want to do it Windows style you can look for deb files (which are like installers) or AppImages (which are like standalone executables).
Most pieces of software give terminal instructions for Linux because different people might use different package manager frontends, but literally every Linux user has a terminal. It might seem daunting at first, but giving users commands to run in their terminal is a lot more simple than trying to walk them through repo management through the GUI, or just telling them to figure it out themselves.
The instructions on that page make it so that every time you run a system update, mullvad automatically updates as well. If you’re happy doing the updating yourself, you can download the deb
file from here: https://github.com/mullvad/mullvadvpn-app/releases
ble.sh, for making regular bash a lot more user friendly with a single source
.
Why does this quiz have so many fuckin distributions? If a newbie is looking for a distro to install, why would you ever recommend anything more niche than Ubuntu/Mint, or Endeavour if they’re interested in bleeding edge? I answered the questions as though I was new to Linux and got a massive list of every Ubuntu and Fedora derivative, with Manjaro sprinkled in for good measure.
Tree Style Tabs forever, baby! Simple vertical tab bars can’t even hope to compete.
Eh, to be honest, manpages aren’t particularly good as either documentation or quick references (hence the popularity of tldr), and info is intended primarily for the sort of long-form, comprehensive documentation that would be awkward to fit in a manpage. Also, texinfo documents can easily be exported to HTML, so one format can be used for both online and offline docs. It’s an admirable effort, if nothing else.
man is standard Unix manual pages, while info is a documentation format introduced/popularised by GNU. info pages usually have a lot more information (sometimes including tutorials, guided examples, links to different pages and sections, etc (depending on the project maintainer obviously)) but man pages are the standard and basically everything has one. If you run info [program]
for something without a dedicated info page, it will show the man page instead.
“KDE Gear” is just the umbrella name for KDE programs: Dolphin is KDE Gear, Kdenlive is KDE Gear, etc. So, yes, it is being fixed directly in KDE code, and this is the announcement for the release of a bunch of these programs at the same time.
Nope, because Hurd is created by the GNU project. Linux is entirely independent.
bash with ble.sh! I’m a former fish user, and ble.sh replicates all of fish’s quality of life improvements (that I used, at least) and then some, all with a single source
command in my .bashrc. And it’s still bash at the end of the day, so online resources to tweak and modify it all still work.
Literally not even slightly what you’re asking for, but have you considered using bash with ble.sh? I’m also a former fish user, and ble.sh replicates all of fish’s quality of life improvements (that I used, at least) and then some, all with a single source
command in my .bashrc.
tmux (and GNU screen, its older predecessor) is a terminal multiplexer, which is a fancy phrase used to describe turning one terminal window into multiple terminal windows. It basically turns a single terminal window into a text-based tiling window manager that lets you run different shells concurrently in a single terminal, easily copy text between them, and have other quality of life improvements over using a single raw terminal.
Imagine you’re SSH’d into a remote machine. Unless you SSH again from a different terminal at the same time, you’re basically limited to a single terminal, and whatever you’re doing is interrupted if your connection drops. tmux runs on the remote machine, which means that if your connection is interrupted, tmux will continue running exactly as you left it, and you’ll be able to reattach to it using tmux attach
.
Or, imagine your video drivers break and you’re forced to troubleshoot in a raw TTY. tmux will let you have a manpage and a shell open at the same time, or three different directories opened side by side. That’s a slightly more convoluted use case, but the point is that terminal multiplexers make it far more convenient to use the terminal in basically any situation that’s not just running a single short command and leaving.
true, but you’ll be able to tell people you use nix
As will bash
if you use ble.sh!
The AUR still has a lot of niche software that hasn’t been Flatpakked, but yeah. Flatpaks are way more convenient, especially for large software where AUR compilation can take a long time.
Unfortunate date to publish a proposal on…