

6·
12 天前Interesting. I just imported a Debian cloud image.
Interesting. I just imported a Debian cloud image.
TIL that Arch users are Pastafarians.
May you be touched by his Noodly appendage!
The meme is talking about sshfs.
For smb, the share would need to be created first.
Sshfs is pretty nice because it will give you access to all of the files that on the server that you have permissions to access.
I thought they got rid of the iguana mascot.
I guess they realized that it was the best thing about their brand.
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.
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$ ’