Archive for August, 2009
Tutor Standar Command Linux Pemula
Title: Contoh2 Perintah manual untuk dijalankan di Terminal linux
Post by: frozila on June 08, 2008, 02:19:48 PM
Pemberitahuan:
Tidak semua linux support dengan perintah2 manual.
Saya pertama memakai Xandros, ada sebagian perintah manual yang gk jalan.
Sekarang saya pake Ubuntu V.5.
Insya4w1 perintah2 manual di linux ini jalan semua.
( Tapi kalo ada yang gk jalan, jgn salahin diriku yaw..
)
(more…)
Tidak semua linux support dengan perintah2 manual.
Saya pertama memakai Xandros, ada sebagian perintah manual yang gk jalan.
Sekarang saya pake Ubuntu V.5.
Insya4w1 perintah2 manual di linux ini jalan semua.
( Tapi kalo ada yang gk jalan, jgn salahin diriku yaw..
(more…)
How to Change the Timezone in Linux
Steps
- For ubuntu: [1]http://webonrails.com/2009/07/15/change-timezone-of-ubuntu-machine-from-command-line/
- Logged in as root, check which timezone your machine is currently using by executing `date`. You’ll see something like
Mon 17 Jan 2005 12:15:08 PM PST, PST in this case is the current timezone. - Change to the directory
/usr/share/zoneinfohere you will find a list of time zone regions. Choose the most appropriate region, if you live in Canada or the US this directory is the “America” directory. - If you wish, backup the previous timezone configuration by copying it to a different location. Such as
mv /etc/localtime /etc/localtime-old
- Create a symbolic link from the appropiate timezone to /etc/localtime. Example:
ln -sf /usr/share/zoneinfo/Europe/Amsterdam /etc/localtime
- If you have the utility rdate, update the current system time by executing
/usr/bin/rdate -s time-a.nist.gov
- Set the ZONE entry in the file
/etc/sysconfig/clockfile (e.g. “America/Los_Angeles”) - Set the hardware clock by executing:
/sbin/hwclock --systohc
How to Setup DNS record for DKIM (iRedMail)
After installation, please reboot your system, then use amavisd to help you setup DNS record:
# amavisd showkeys dkim._domainkey.iredmail.org. 3600 TXT ( "v=DKIM1; p=" "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDYArsr2BKbdhv9efugByf7LhaK" "txFUt0ec5+1dWmcDv0WH0qZLFK711sibNN5LutvnaiuH+w3Kr8Ylbw8gq2j0UBok" "FcMycUvOBd7nsYn/TUrOua3Nns+qKSJBy88IWSh2zHaGbjRYujyWSTjlPELJ0H+5" "EV711qseo/omquskkwIDAQAB")
You should add a ‘TXT’ type DNS record, the value is:
After you added this in DNS, type this command to verify it:
# amavisd testkeys TESTING: dkim._domainkey.iredmail.org => pass
You are currently browsing the Inspiration – Go Open Source blog archives for August, 2009.




