Categories
System Admin

Joplin At Rest Encryption With Tomb On Linux

Spooky Graveyard

To Encrypt At Rest Or Not To?

There has been a lot of (passionate) debates on Joplin’s forum about its SQLite 3 database showing everything in clear text.

And by everything, I literally mean “everything”. Including your master encryption password.

Now, my intention here isn’t to fuel another debate. Joplin passed several security audits. Long story short: if you want your computer to remain safe (as much as possible), encrypt your whole hard-drive.

This is indeed a best practice.

Instead of discussing whether or not Joplin should encrypt its database, I’ll share the additional layer of security I laid out on my Linux machines using tomb.

By the way, if you have no idea what I’m talking about (what the hell is Joplin?), I suggest you read my previous post: From Evernote To Joplin.

Categories
System Admin

Raspberry Pi: Hands On

Raspberry Pi a computer the size of a credit card
Raspberry Pi a computer the size of a credit card

Today I’ll share the very first configuration steps I usually take when I get my hands on a brand new raspberry pi.

I assume that:

  • Raspbian is freshly installed.
  • The raspberry pi is up and running.
  • You know its IP address.
  • You know how to connect to the pi over ssh.