Raspberry Pi Revival – Part 0x02

Initial setup

 

Now that I have a working Pi (that was actually a lot easier than I thought it would be…) I just need to setup a couple things to save my sanity and secure this thing.

Step 1: Add an alias for cls because I am lazy.

Pi Revival6.png

That went well… Step 1.1 – install vimPi Revival7.png

Now we make our alias

Pi Revival8.png

Which reminds me – vim is ugly and we need to use a better color scheme.

For now I will use the pablo color scheme.

vim ~/.vimrc

Pi Revival9.png

 

Now to set the password and hostnamePi Revival 10.png

 

Next up, securing SSH…

Leave a comment