Blog

Svn Cheatsheet

This cheatsheet is a quick reference for using SVN, CREATE A REPOSITORY ON LINUX: SVNADMIN CREATE To store projects in Subversion/SVN, first you must create a repository. svnadmin create /svnrepos

Install Apache, Mysql-server, Php5 And Phpmyadmin In Ubuntu In 5 Commands

Just 5 commands and you have your apache, php, mysql server and phpmyadmin ready on your Ubuntu Linux: sudo apt-get install mysql-server sudo apt-get install apache2 sudo apt-get install php5 sudo apt-get install php5-mysql sudo apt-get install phpmyadmin