Jun 27

QutIM - new ICQ-client with Qt4 intreface

sudo wget http://linux.intonet.ru/ubuntu/qutim/hardy.list -O /etc/apt/sources.list.d/qutim.list
sudo apt-get update
sudo apt-get install qutim

Share/Save

Tags: Debian, Install, Life, linux, linux, qutim, ubuntu, ubuntu

Related posts

Jun 09

Installing sun-java6-jdk with apt package manager
Configuring $JAVA_HOME :
vim /etc/environment

JAVA_HOME=“/usr/lib/jvm/java-6-sun”

source /etc/environment

Download CruiseControl binary
cd /opt/
wget http://switch.dl.sourceforge.net/sourceforge/cruisecontrol/cruisecontrol-bin-2.7.2.zip

Unzip archive :
unzip cruisecontrol-bin-2.7.2.zip -d /opt
ln -s /opt/cruisecontrol-bin-2.7.2 /opt/cruisecontrol

Install pear package :
pear config-set preferred_state beta
pear channel-discover components.ez.no
pear install -a ezc/Graph
pear channel-discover pear.phpunit.de
pear install –alldeps phpunit/phpUnderControl

Patch CruiseControl with phpUnderControl and install the example :
phpuc install /opt/cruisecontrol
phpuc example /opt/cruisecontrol

Start CruiseControl :
cd /opt/cruisecontrol
./cruisecontrol.sh

And read this manual.

Share/Save

Tags: CruiseControl, Debian, example, Install, java, Life, pear, phpuc, phpUnderControl, phpunit, source, ubuntu

Related posts