But once you got that XFree86 config dialed in, life was awesome.
(Ok looks like Xorg has been around for 21 years, so maybe you were running it instead.)
But once you got that XFree86 config dialed in, life was awesome.
(Ok looks like Xorg has been around for 21 years, so maybe you were running it instead.)


Per the Linux kernel coding style:
Tabs are 8 characters, and thus indentations are also 8 characters. There are heretic movements that try to make indentations 4 (or even 2!) characters deep, and that is akin to trying to define the value of PI to be 3.


Mac at work. Yabai+sketchybar is no i3wm replacement, but it works ok.
My .zshrc is basically the same as I use on my personal computers, and aside from a few coreutils differences it…kinda just works. I have apt aliased to brew so I can feel more at home.
Stock terminal works fine—I use xterm on Linux, so I’m used to relying on tmux for nice features anyway.
Basically, I miss the window manager, but practically speaking that’s a about it. (I obviously have xscreensaver installed!)
Slack got me through college on an ancient (even at the time) ThinkPad 600e. Good times!
I had a suite of scripts to log in to the university Linux cluster, download the kernel source and out-of-tree modules (required for the PCMCIA WiFi adapter), compile it, and rsync it back to my laptop.


nc is useful. For example: if you have a disk image downloaded on computer A but want to write it to an SD card on computer B, you can run something like
user@B: nc -l 1234 | pv > /dev/$sdcard
And
user@A: nc B.local 1234 < /path/to/image.img
(I may have syntax messed up–also don’t transfer sensitive information this way!)
Similarly, no need to store a compressed file if you’re going to uncompress it as soon as you download it—just pipe wget or curl to tar or xz or whatever.
I once burnt a CD of a Linux ISO by wgeting directly to cdrecord. It was actually kinda useful because it was on a laptop that was running out of HD space. Luckily the University Internet was fast and the CD was successfully burnt :)


4*8 = 24
TIL ;)
Each /8 is 1/256th of all IPv4 addresses, not counting reserved/illegal addresses. Not sure where 1/1000 is coming from…


I’m a ~/tmp man myself.


Maybe not a service in the typical sense, but setting up your router+server to route your home network traffic through a VPN is a fun project.
My router (MikroTik) supports WireGuard, so I can use it with Mullvad for the whole house—but wg is demanding and it’s a slow router, so while it can NAT at ~1Gbps, it can’t do WireGuard at more than ~90Mbps. So, I set up WireGuard/Mullvad on a little SBC with a fast processor, and have my router use that instead. Using policy based routing and/or mangling, I can have different VLANs/subnets/individual hosts selectively routed through the VPN.
It’s a fun exercise, not sure I implemented it in a smart way, but it works :)
I mean, this is Lemmy—practically everyone here feels superior to folks who use Twitter/reddit/Meta products/etc.
(Only half /s with this one…)
I assume you’re referring to the cuckpdate chair.
Whenever I have a Linux box without Internet I just USB tether an Android phone—if the phone is on WiFi then it uses that (not cell), so it’s basically just a WiFi adapter that’s almost universally supported. (I think it NATs, so in some circumstances won’t work, but good enough for most emergency use cases.)


I would recommend PoE security cameras. You probably want support for RTSP / ONVIF.
I have some Amcrest cameras talking to Frigate. It is completely local—cameras on a separate VLAN that can’t talk to the Internet, footage is recorded on a server running Frigate. Works very well for me. No vendor lock-in is also nice!
Not the parent you’re responding to, but I think it’s that my “mediocre” comment was a reference to the movie, and yours was a literal response to my joke. A bit of a whoosh situation.
So you’re saying it was…mediocre?
grep -rIi “John.*Cena” dir/
I have this sort of thing aliased, with some added --include flags to filter file type (e.g., only match source/script files). Super useful!


640k 780k ought to be enough for anybody…
I know right? What a poser!
/s


If you search around you might find free ones. Oracle has/had a free tier (though it’s Oracle, so…).


Sadly not really. I use the free tier Oracle, which honestly has worked very well, but I’m not going to recommend using Oracle aside to say that it functionally works for me.
If I were to switch I would probably go to racknerd.
How does the 2016 slaying of Harambe affect the gorilla bdsm market, and specifically, what’s the impact on Go-spank’s value? Do I need to diversify before 2016, or do I double down?
Sorry for such a newb question.