Love child of Bilbo Baggins and a particularly hairy dwarf.
beirdobaggins
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.
clearly knows what he is doing
fusilli but i pronounce it F. U. Silly
yeah, I know. that why I want to do it.
Yeah, my plan will be to use a domain that I don't actually use for my email to start with, make sure that I can reliably send and receive mail with it. Then add my normal email domain for sending-only to start, will just need to add it to my spf and dkim records. Once I test with that and verify that I can reliably send mail then I can fully switch things over.
Still trying to decide what do do about full disk encryption.
Thinking that maybe I can host a decryption key on private github repo, have the preboot environment use a local key to download the decryption key to ephemeral storage and use it to unlock the disk. This doesn't make it truly secure because anyone with access to the boot partition could figure out what is happening and do it manually. but it would make it difficult enough that a bored sysadmin at the vps provider couldn't just browse me data easily.
I'd really like it better if I could have it send me a push notification to my phone to authorize the unlock. Maybe I can set that up with how ever I decide to host the decryption key.
Toying with the idea of running my own email server. Lots of people say this is a bad idea.
Been doing lots of research. I have a VPS for it already and want to set it up with postfix, dovecot, roundcube, and mariadb.
I don't want to host locally because I don't want it to depend on my internet connection and because my ip address will likely change at some point and most residential IPs are blacklisted.
But also don't want to host it on someone else's machine unless I can totally encrypt the drive. I have been looking at how to do full drive encryption on a vps hard drive by adding dropbear ssh to the initsys so I can ssh in and enter the decryption password when rebooting.
This also doesn't seem ideal, because it would require me to be available to do this for every reboot.
So still researching to see what other options there are.
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.
Doesn't turn 2fa into 1fa?
I like to know that even if someone got into my bitwarden vault they would still not be able login to my most important stuff.
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$ '