How to Install Agilo on Trac at Webfaction
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.
Bong, who was interested to do some beta-testing of the site pointed out that his uploaded photo did not show on his profile page. After two months, I finally had the time to fix this problem.
These are the available django editors installed in my Ubuntu operating system so far:
Recent Comments