Weird. I updated it with the dir the letters are in.
Weird. I updated it with the dir the letters are in.
As funny as this is, it’s worth mentioning that it seems like Hans Reiser has really come around to understanding the crime he committed and is genuinely making an effort to turn himself around.
https://ftp.mfek.org/Reiser/Letters/ Number 2 … / reiser_response.html
I was asked by a kind Fredrick Brennan for my comments that I might offer on the discussion of removing ReiserFS V3 from the kernel. I don’t post directly because I am in prison for killing my wife Nina in 2006.
I am very sorry for my crime–a proper apology would be off topic for this forum, but available to any who ask.
There’s too much to quote here, and it’s too spread out, but I think that while we make dark humor jokes (and I am certainly not saying dark humor is inherently bad) we should also appreciate the progress he has made.
Let me guess. You bought those at Borders? The one next to Starbucks and Chipotle? That was a great bookstore.
Funny you say that. I did tech support when XP first came out, and I quit my job and switched to Linux.
XP SP2 was actually pretty good though.
BSD is a solid second choice in my experience. For a while I was considering using it as my primary platform, but in the last 10 years all i’ve done at work is linux, so that tipped me into linux. I haven’t used BSD in a long time though, so my answers about what BSD has that linux does not have are outdated, as most of the things I loved on BSD are now found in some form on linux. Though I do love some of the CLI tools like diskutil
. In general though, I’ve always found the GNU core utils and the tooling in linux that follows the same patterns to be really user friendly. It also drives me crazy that common tools like awk, sed, date, etc. are inconsistent between BSD and GNU, and I prefer the GNU syntaxes. (Yes, you can install GNU core utils on BSD and other platforms, but that’s nonstandard, and why would I do that for daily driving when I can choose a platform that uses the GNU toolchain as the standard?)
Like @kata1yst@sh.itjust.works said, BSD brought a lot to the table in the last 20 years, zfs being a big one. FreeBSD 8 and 9 were the last BSDs I ran, and zfs was a big part of that. Once we got zfs on linux, I went back to full linux. dtrace
was also a huge one, and giving that up was hard, but now linux has strace
.
I’m just so over AIX, HPUX, and Solaris. I’m glad I got experience with them and less so a few others like irix and sys-v. Working with Sun hardware was particularly eye opening, like being able to hot swap processors and memory, things I had never imagined. But since about 2012 I have deliberately steered my career away from all unixes except linux, and waaaaaay away from anything windows related, going so far as to take everything windows related off my resumé.
Definitely me, despite of and because I have used so many other unixes.
For usb, make sure to get one with UASP https://www.jeffgeerling.com/blog/2020/uasp-makes-raspberry-pi-4-disk-io-50-faster
No, thats not how it works now. You used to have to install docker-compose and run docker-compose
, but now you don’t. Docker comes with compose, but you call it as docker compose
rather than the old Python module based way docker-compose
https://www.docker.com/blog/new-docker-compose-v2-and-v1-deprecation/
I saw in your update you mentioned installing docker-compose. Modern docker has “compose” as a verb, and should work as docker compose
. I haven’t tested this on raspberry pi though.
Please provide a link to a TV remote button remapper.
I would love to have this for my smart tv remote that has dedicated buttons for subscription services I will never pay for. /me heads to thingiverse to search
I can’t believe it’s real. 🤦♂️
deleted by creator
I’d personally do what others are suggesting and use bash, but you could also go with http://myrepos.branchable.com/
I wonder if any printers run Linux… 🤔
Also just because it’s related and may not be common knowledge: https://www.man7.org/linux/man-pages/man1/lpr.1.html
Sure, you can do whatever you want. You could even use non-rfc1918 addresses and nobody can stop you. It’s just not always a great idea for your own network’s functionality and security. You can use an unregistered TLD if you want, but it’s worth knowing that when people and companies did that in the past, and the TLD was later registered, things didn’t turn out well for them. You wouldn’t expect .foo to be a TLD, right? And it wasn’t, until it was.
Try using .com for your internal network and watch the problems arise. Their choice to reserve .internal helps people avoid fqdn collisions.
It will also overwrite the entire contents of that file with that one line. Better use >
Me when I accidentally type in sudo rm -rf /
: how the fuck did I accidentally type that in?
A few days ago I was messing with my ubiquiti dream router and its ssh config option said the key should start with ssh-rsa 🙄