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 …
Category Archive: Ubuntu/Linux
Permanent link to this article: http://lindaocta.com/?p=401
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
28
Increase file upload for php in Apache
When working with moodle, I always encounter file upload size problem (normally 2M). To increase file upload size, edit /etc/php5/apache2/php.ini file (in Ubuntu 9.10) for PHP 5 and Apache 2 by changing the upload maximum filesize to the size you want: upload_max_filesize=30M Save the file and restart apache: sudo /etc/init.d/apache2 restart
Permanent link to this article: http://lindaocta.com/?p=298
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
Dec
02
Fasinator 0.3 – Watcher 0.3 – ICE week
Soo what have I been doing lately? The Fascinator Desktop The Fascinator 0.3 Desktop was released 3 weeks ago. Features implemented in The Fascinator 0.3 Desktop can be found in: http://fascinator.usq.edu.au/trac/wiki/tf2/Version0.3.0 P.S: for new features and enhancements request for The Fascinator 0.4 can be found in: http://fascinator.usq.edu.au/trac/wiki/tf2/Planning So what are the features have been implemented …
Permanent link to this article: http://lindaocta.com/?p=269
Oct
21
The Fascinator Desktop 0.2.0 Released
In this release, we managed to complete a few features as well as some enhancement stated in: http://fascinator.usq.edu.au/trac/wiki/tf2/Planning The release note can be found in: http://fascinator.usq.edu.au/trac/wiki/tf2/Version0.2.0 Next to do list in my agenda: Watcher 0.2.0 almost there! Possible outcome in this release: Implement new API code to current Watcher 0.1.0 (Ubuntu) Able to use .net …
Permanent link to this article: http://lindaocta.com/?p=265
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
Aug
31
The Fascinator Desktop 0.1.0 Release
Working together with Oliver Lucido (Main developer), Ron Ward (developer), me (developer), Duncan Dickinson (Project Manager) and Bron Chandler (Project Manager), last week we announced the release of The Fascinator Desktop 0.1.0: http://fascinator.usq.edu.au/trac/wiki/tf2/Version0.1.0 The information about what is The Fascinator Desktop, installation instruction and coding documentation can be found in: http://fascinator.usq.edu.au/trac/wiki/Fascinator2
Permanent link to this article: http://lindaocta.com/?p=234
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
Jun
19
Linux-FS Watcher V-0.2 is released
What a week! but I enjoyed it Thanks to Duncan who wrote the wiki page for me Instruction and the update detail can be found in: http://fascinator.usq.edu.au/trac/wiki/Watcher/Installing
Permanent link to this article: http://lindaocta.com/?p=138