Quantcast
Viewing all articles
Browse latest Browse all 19

My Kubuntu 15.04 setup

Basic setup

echo 'apt-get update; apt-get dist-upgrade'> /root/up && chmod 700 /root/up
apt-get -y install openssh-server vim subversion git mysql-server
apt-get -y install gedit mysql-workbench
apt-get -y install python-mysqldb python-pip python-yaml
pip install python-redmine
apt-get -y install vlc wkhtmltopdf rdiff-backup evince keepassx
ln -sfn /usr/bin/wkhtmltopdf /usr/bin/wkhtmltopdf2 # alias for when more than one version is in use

Other softwar

read more


Viewing all articles
Browse latest Browse all 19

Trending Articles