Ubuntu

Passwordless ssh

Setting up passwordless ssh between machines, to use ssh from within a script, to do things like backing up using rsync …etc. The following is an excellent link on this,http://www.linuxproblem.org/art_9.html Password less for Computer from Panini:- $ssh user@host mkdir -p .ssh $user@host’s password: Finally append a’s new public key to b@B:.ssh/authorized_keys and enter b’s password… read more »

Installing SVN on Ubuntu

A step by step guide can be found here: http://www.howtoforge.com/installing-subversion-and-configuring-access-through-different-protocols-on-ubuntu-11.10http://www.abbeyworkshop.com/howto/misc/svn01/ The above link should be very informative. A few quick points to note, Enabling http/https protocol means other protocols cannot be used in parallel (at least for write), since the user (owner) needs to be changed to www-data for http and https, and other protocols… read more »

Installing Linux

Some notes: 1) Use Ctrl + Alt + F1 to enter the console mode. (Ctrl + Alt + F7 to exit)2) use “su” to change the user to “root” on the terminal. (you will be prompted for root password, which you will have to enter after getting it from Renate). STEP 1: Boot from the… read more »

Sidebar