tag: Raspbian

Automounting A USB Drive In Raspbian

17 Jun 2017 - 4 minutes

So you’ve decided that you would like more storage for your Raspberry Pi. Perhaps you are using it as a NAS, a Plex server, or you have some large libraries you are using for programming, and your SD card just doesn’t the space. Luckily you have a spare USB thumb drive or hard drive lying around. You plug it in…wait for it…huh…Read on to learn how to get your USB drive to automount everytime your Pi boots.

Creating a Dynamic MOTD in Raspbian (or Debian) Jessie

24 Nov 2016 - 7 minutes

I recently covered how to change the static motd in Raspbian Jessie. If you are interested or want some background for this article, you can read about that here. This post will cover how to setup a dynamic motd in Rapsbian (and therefore Debian) Jessie to give users up to date, relevant information about the system upon login.

Creating a Custom Login Message (MOTD) in Raspbian

23 Nov 2016 - 2 minutes

I have an awesome OpenVPN server setup on a Raspberry Pi to help protect my privacy when I travel. I have used it a couple times, and it has worked without a hitch; until last weekend. Prior to taking a weekend trip, I fired up the Pi, started the OpenVPN server, but I didn’t test to make sure I could connect. That would have been helpful, since I left out a critical step: opening up the proper port on my router. That’s right, my OpenVPN server ran all weekend waiting for connections that could not be made, while I used my cellular data rather than the free, insecure WiFi I had available to me. This got me wondering whether I could edit the message that is displayed when logging into the Pi via ssh. The answer: yes I can, and yes you can.