Halalan 2010 - First Automated National Elections in the Philippines
Read more…
TortoiseHg however is not in the Ubuntu Karmic Koala repositories. Another challenge is that TortoiseHg 1.0.1 requires Mercurial 1.5 but Ubuntu Karmic only has Mercurial 1.3 on the repositories. Of course I want the newer versions.
Here are the steps I did to install TortoiseHg, my preferred Mercurial GUI client on Ubuntu Karmic Koala 9.10:
Read more…
Upload a valid image. The file you uploaded was either not an image or a corrupted image.
I have been using Django 1.1 beta on my projects. Just recently, I needed to use Django 1.0 for a new project. Of course there were major differences from Django 1.0 versus Django 1.1 which could cause headaches.
Here are some of the basic uses of the history command:
> history
- this lists all commands you have executed in the shell
> history | more
- same as above but only shows a page of list
- press spacebar to move to the next page
- press the letter q to quit displaying history commands
- the | is a pipeline which means redirect the output of the history command as input to the more command
> history | grep <text> example: > history | grep ls > history | grep rsync
- lists only the shell commands that contains the text after the grep command
- grep basically is a command line text search utility
> man history
- help manual of the history command
- very helpful documentation I must say!
I have been waiting for more than two years for Ubuntu to mature as a replacement to Windows XP. To qualify, it must satisfy the following features:
We have been with DCTech (old ISP) for more than 4 years and since they cannot fulfill our need for an upgrade from a 1.5Mbps to 4Mbps connection we decided it’s time to look for another ISP. We signed-up with Globe INNOVE last June 2009 but are still waiting to be connected this month. DCTech was generous enough to allow us a one month extension last August 2009 but did not approve our second request for an extension.
We had 8 public static IP addresses with DCTech and we used all of them to host servers for the following:
All major offices of the school are using e-mail and the Internet for research. With my estimate, it would take around 2 weeks or more before Globe connects us. Since we will be disconnected this month, I decided to move the three important servers on my Webfaction account so that we will have a minimal downtime.
Recent Comments