qjkxbmwvz

joined 1 year ago
[–] [email protected] 8 points 10 months ago (2 children)

For software, something that plays nice with Linux.

For hardware, the M2 Air is a divine machine.

[–] [email protected] 2 points 10 months ago

Ah, TIL! I was looking for that setting in the WiFi settings, since I only wanted it on one access point (to avoid loopback NAT issues).

[–] [email protected] 5 points 10 months ago

I've had way more plug-and-play success with USB-serial devices under Linux than Windows. Maybe just me though...

[–] [email protected] 7 points 10 months ago (1 children)

I think an issue is that people tend to think of Linux as meaning "all distributions." So if something is compatible with X distro version yy.zz, the general idea is "it's compatible with Linux." This, in my experience, is one of the things that leads to mandatory command-line usage


it definitely is possible to get it to work under a different flavor of Linux, but it's not necessarily easy if you're uncomfortable with a command line.

Another is drivers


if it's mainlined, it will Just Work, but if it's not...well, it may work, but you might have to jump through hoops and get busy with the command line.

In short: if you view your distro the same way you view a particular Windows release, then I really don't think you need the command line for desktop Linux. But you need to accept that some software isn't "compatible," in the above, user-friendly sense of the word.

[–] [email protected] 12 points 10 months ago* (last edited 10 months ago) (2 children)

For wifi, I was pleasantly surprised that I could set a custom DNS on iOS while still using DHCP for other settings. Can only set DNS on Android if I use manual IP (or just use Wireguard).

Edit: not true, Android can have custom DNS with DHCP, see below.

[–] [email protected] 1 points 10 months ago (2 children)

My favorite systemd moment was when my (headless) box hung at boot...because I didn't have a USB drive plugged in. The drive was listed in fstab, which was never an issue before. But without nofail, it was suddenly worth stopping the boot process.

[–] [email protected] 4 points 10 months ago (1 children)

I see kernel panics at shutdown most often on Arch-based distros after updating system packages.

When I tried Arch, upgrading kernel would delete the kernel modules of the running kernel


somewhat unimpressive upgrade process.

[–] [email protected] 4 points 10 months ago (3 children)

Linux and Mac users can hold on to a little piece of that history with the wonderful xscreensaver suite (its author, jwz, was a Netscape dude).

[–] [email protected] 61 points 10 months ago (12 children)

I know it's just a meme, but an OBDII dongle


even a cheap $10 Bluetooth one


is super useful. You can read and reset the codes, and watch stats in real-time if so inclined.

[–] [email protected] 0 points 10 months ago

Yeah, good point


I just copy-paste this from my response to another post where OP wanted tips am migrating to a CLI-centric workflow. Different question from this OP.

[–] [email protected] 3 points 10 months ago (2 children)

First thing I'd do is ditch the GUI file manager: get comfortable with cd, ls, mv, rm, etc.

After that, maybe start with basic text manipulation, like grep, awk, sort, uniq, etc. This ties in nicely with IO redirection, which is essential for a "CLI based workflow." Get comfortable with pipes and file redirection, it's extremely powerful!

Writing shell scripts is another super useful exercise: any time you find yourself running the same set of commands multiple times, think about making it a shell script. You may end up with some really useful little custom tools that way.

[–] [email protected] 4 points 10 months ago

If I'm really tired, sometimes I'll just dose off in the midd

view more: ‹ prev next ›