Raspberry PI – Unboxing

Welcome new on-board mini size computer. The Raspberry Pi is a credit-card sized computer that plugs into your TV and a keyboard. It’s a capable little PC which can be used for many of the things that your desktop PC does, like spreadsheets, word-processing and games. It also plays high-definition video. I also brought a acrylic…

Setup SVN Server

Setup SVN Server 1. Create a respo svnadmin create /home/svn 2. Create SVN username and password pico /home/svn/conf/svnserve.conf anon-access = none auth-access = write password-db = passwd Then create your password file pico /home/svn/conf/passwd In that file add a line for your user: # add users in the format : user = password user1 =…