List of installed package Ubuntu

Posted by admin | how to | Wednesday 18 March 2009 2:58 pm
dpkg --get-selections

config history log

Posted by admin | how to | Friday 21 November 2008 10:39 am

[root@teerayuth ~]#export HISTTIMEFORMAT=”%F %T ”

history -c
history -d offset
!(ตำแหน่ง บรรทัด)

shell script date time

Posted by admin | how to | Wednesday 15 October 2008 10:44 pm

$ date ‘+%d/%m/%Y %H.%M’
15/10/2008 22.15

OR
#!/bin/sh
TIME=`date ‘+%d/%m/%Y %H.%M’`
echo “Time is $TIME”

Install StartUp Manager in Ubuntu

Posted by admin | how to | Saturday 11 October 2008 5:13 am

Install StartUp Manager in Ubuntu

sudo apt-get install startupmanager

This will complete the installtion

how to proxy allow apt-get

Posted by admin | how to | Wednesday 24 September 2008 12:04 pm

1.export http_proxy=http://192.168.1.1:8080
2.vi /etc/apt/apt.conf
Acquire::http::Proxy “http://192.168.1.1:8080″;

enjoy :-)

Next Page »