To install Google Chrome in Ubuntu: Edit aptitude source list sudo gedit /etc/apt/sources.list Append the distribution lists below on the bottom of the source.list: deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main Save and exit the source.list Add the GPG key in command line from terminal: sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5 Update the …
Tag Archive: Ubuntu
Permanent link to this article: http://lindaocta.com/?p=401
May
06
Work behind proxy with subversion
To checkout (or perform any other svn command) svn content from repository outside the proxy, modify ther servers file: Linux/Mac OS X: vi ~/.subversion/servers Window 7/Window Server 2008: cd %USERPROFILE%\AppData\Roaming\Subversion start servers By uncommenting the following line and add your detail http-proxy-host = your.proxy.com http-proxy-port = 8000 http-proxy-username = defaultusername http-proxy-password = defaultpassword
Permanent link to this article: http://lindaocta.com/?p=322
Mar
29
Install Apache2, Php5 and MySql on Ubuntu 9.10
Step 1. List of libraries needed for Apache2, Php5 and MySql for Ubuntu: apt-get update apt-get install apache2 libapache2-mod-php5 mysql-server libapache2-mod-auth-mysql php5-mysql php5 Step 2. Turn on php module to work with Apache: a2enmod php5 Step 3. If you have .phtml or .pl file, remember to add to the follwing line to apache configuration file …
Permanent link to this article: http://lindaocta.com/?p=290
Mar
16
iFolder Client on Ubuntu 9.10
Installing ifolder client in Ubuntu 9.10: Step 1. Add source list to aptitude by: sudo add-apt-repository ppa:marceloshima/ppa or manually add the following lines to /etc/apt/sources.list: deb http://ppa.launchpad.net/marceloshima/ppa/ubuntu karmic main deb-src http://ppa.launchpad.net/marceloshima/ppa/ubuntu karmic main Step 2. Update aptitude to get the latest list of software: sudo apt-get update Step 3. Install ifolder3 sudo apt-get install ifolder3 …
Permanent link to this article: http://lindaocta.com/?p=293
Sep
03
Setting up Nagios 3 in Ubuntu 9.04 Jaunty + forward notification using postfix
Since The Fascinator Desktop 0.1 Release, #tf4desktop, we need to make sure ICE service and OpenOffice are running in the server to support the conversion sent thru The Fascinator Desktop. I managed to setup Nagios in ICE server to watch ICE and OpenOffice process and when ICE or OpenOffice or even server are down, notification …
Permanent link to this article: http://lindaocta.com/?p=227
Jul
02
Add java path to Eclipse (Mac/Ubuntu)
Sometimes when you have more than one version of java running in your computer, Eclipse will get confuse and will not run properly especially when your JAVA_HOME is set to the java version that Eclipse does not like (sound like human). To add java version to Eclipse: Exit your eclipse Locate your eclipse.ini file in …
Permanent link to this article: http://lindaocta.com/?p=180
Jul
02
Removing unwanted workspace from eclipse
After removing the workspace from the filesystem, the “removed” workspace will still appear when Eclipse is started. Thus, when you click on this workspace, an empty directory will be recreated in the filesystem. To totally remove the workspace from Eclipse workspace list after you remove the workspace folder from the filesystem: close your eclipse Locate …
Permanent link to this article: http://lindaocta.com/?p=176
Permanent link to this article: http://lindaocta.com/?p=119
Oct
02
PySvn in Ubuntu and Mac
My main intention of building Subversion 1.5.1 is for PySvn 1.6.0 because it needs at least subversion 1.5.0. Download source package from: https://launchpad.net/ubuntu/+source/pysvn/1.6.0-1. * Untar the pysvn_1.6.0.orig.tar.gz into pysvn_1.6.0 directory * Move to the Source directory: octalina@desktop:~$ cd pysvn_1.6.0/Source * Make sure subversion is installed * Create the makefile: octalina@desktop:~$ python setup.py configure Info: Found …
Permanent link to this article: http://lindaocta.com/?p=63
Oct
02
Dual Monitor in Ubuntu Hardy
It’s really painful to get dual monitor done in Ubuntu (Hardy). I have tried so many ways to get my dual monitor works. Although I am a programmer, I am totally dumb in hardware like graphic card, system model or monitor type. And even my Ubuntu knowledge is intermediate for the software part, I do …
Permanent link to this article: http://lindaocta.com/?p=61