

I thought they got rid of the iguana mascot.
I guess they realized that it was the best thing about their brand.
I thought they got rid of the iguana mascot.
I guess they realized that it was the best thing about their brand.
I really like and use fastmail.
Although I have just started to try to completely de-google. Its a bit frustrating that they don’t offer an apk download. I put in a ticket today saying as much.
They seemed to understand,but basically just said that all I can do is to use the browser version.
I’m using aurora store to download their official google play version for now but it feels icky.
They are obviously now the only ones that I am having trouble with but I thought that they might be more willing to help people distance themselves from Gmail and Google, as Gmail is their obvious competition.
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.
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.
Remote desktop working like it does in windows.
I love linux and it is really all I use but RDP support is severly worse than windows.
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$ ’