Only the Salux brand though. I’ve gotten knock off ones that were way too smooth.

Only the Salux brand though. I’ve gotten knock off ones that were way too smooth.

Mine shows the full path and a new line for commands.
It will also print the exit code of the last command in red above the prompt, if the exit code is not 0.
PS1='$(ec=“$?”; if [ $ec -gt 0 ]; then echo -e “\n”[\e[91m]“exit code: $ec”[\e[0m]; fi)\n[\e[92m]\u[\e[38;5;213m]@[\e[38;5;39m]\h[\e[0m]:$PWD\n$ ’

I thought they got rid of the iguana mascot.
I guess they realized that it was the best thing about their brand.
Top shelf of a walk in closet that was obscured from view from the door.
Under a futon couch.
On the roof of the house in the angled portion where 2 downward slopes come together.
In the back of a truck in the back yard.
In the middle of a grassy area behind our garage
My parents used to wake me up at 4:30 in the morning to take a cold shower and then spend the next 4 hours doing religious worship. The only time I could read “Horrible secular books” like Mutiny on the Bounty, the three musketeers, and the man in the iron mask was late at night after everyone went to bed. I would stay up till 2:30-3:00am sometimes reading and I knew waking up at 4:30 was just not gonna happen.
Yeah, I got in a bunch of trouble when I came out of my hiding spot the next morning, but sometimes it was worth it.


I feel like you think the terminal is just for installing updates…
The linux terminal is why I use linux.
vim, diff, cat, grep, sed, awk, and sort are so freaking powerful and useful.


diff -y -W 200 file1 file2
Shows a side by side diff of 2 files with enough column width to see most of what I need usually.
I have actually aliased this command as diffy
ctrl-r
searching bash history
du -sh * | sort -h
shows size of all files and dirs in the current dir and sorts them in ascending order so you can easily see the largest files or dirt ant the end of the list
ls -ltr
Shows the most recently modified files at the end of the listing.
If you are going to dual boot and your computer has room for 2 drives. The way I would recommend doing it is to add a second drive for Linux, and disconnect to windows drive from the computer. Do a normal linux install. And then add the windows drive back in. Then you can set one of the drives as the default boot device and if you want to boot to the other just open the Boot options on boot.
This keeps things totally separated and you can even remove one of the drives later if you want to single boot.


Me: Linux Sysadmin
Co-workers: 2 Linux sysadmins with 15+ years of experience.
They pronounce URL as Earl.


I was a poor kid living in Hawaii in the mid 90’s.
Wendy’s in Hawaii had a salad bar. If you ordered the “dine in” salad bar, they gave you a fairly small plate and you were allowed one trip.
If you ordered it to go, you still had the one trip restriction, but they would give you a big plastic clamshell to go container. They assumed you would put food in the bottom of the container and close it up and leave.
Not me. I would order to go, but fill both halves of the container and eat it all at one of the tables. Usually one of the halves was mostly Chocolate pudding and cheezy crackers.


I use the terminal so much that I frequently accidentally use Ctrl-Shift-C and V outside of the terminal.
Ctrl-Shift-V usually works pretty well as it does a paste without formatting in a lot of places.
Accidentally hitting Ctrl-Shift-C though in a MS Team’s chat though, starts a voice call with all chat participants. 😑 hate it


Every distro.
Samba file shares should use regular user credentials and not have separate samba usernames and passwords.


Every distro with gnome.
Make RDP work as well as it does on Windows.
I’m talking about remoting into the Linux system.
Everytime the system is restarted you have to physically login to the system to unlock the keyring so that your RDP password is accessible or you won’t be able to get in. Or you have to remove your keyring password all together. Why is this different than the regular user password?
Also it’s weird that it works like VNC where you are controlling the system remotely but anyone local can see what you are doing on the screen. It is also cool to have that option but it shouldn’t be the default.


I’m a Linux admin at work and I use Linux for my main system.
I do need to administer some Windows only things too. I got them to give me an older desktop system running windows that I leave running in my cube.
Anytime I need to do Windows stuff I remote into that machine.


I prefer mine a bit sweet. I usually buy YellowBird Blue Agave Sriracha


That looks really awesome.


I just bought one of these..


It sounds like you got it working-ish.
One thing you might be running into is having hiberboot (AKA fast startup)enabled in windows. Instead of shutting down it hibernates when you choose “shutdown”.
If it is in the hibernated state instead of actually shutdown. You won’t be able to choose a different boot option.
Here is some info on how to turn it off. https://www.elevenforum.com/t/turn-on-or-off-fast-startup-in-windows-11.1212/
I’m a Linux sysadmin. I was issued a Windows laptop. But I have been allowed to add a second NVME drive to it that has Debian 12 installed. So Debian 12 has been my main working environment.
I also have a desktop in my cube running Windows.
I rarely boot my laptop to windows. But if I need to do something with modifying Windows smb shares or active directory I just remote into my Windows Desktop. I’m also running a ssh server on my windows desktop so about half of my windows active directory work is done via powershell over ssh.