PDF TO WORD (online conversion)

December 21, 2009 · Posted in Open Source · Comment 

Picture 1I think most of your having a difficultly to convert PDF file to Word file. Here i going to recommend 1 of the free online conversion web site. This web site allow us to create editable DOC/RTF files, making it a cinch to re-use PDF content in applications like Microsoft Word, Excel, OpenOffice, and WordPerfect.

You just need 3 step to convert the PDF file to Word files and will send the link to your mail box. You just need to click the link from you mail box to download the edited DOC file which already converted.

Just clikc this link to access it : http://www.pdftoword.com/

How to Configure Mac OS X to access your NTP Server

December 16, 2009 · Posted in Fedora, Open Source, centos · Comment 

Once you finished setup your NTP server, you need to allow your NTP client to access the NTP Server. Here i going to show your how to configure your NTP Client (Mac OS X) to sync the time from your NTP Server. Below are the steps:

1st – Launch your terminal

2nd – From the terminal, type the following command

techkaki-MacBook:~ techkaki $ sudo vi /etc/ntp.conf

3rd – change the default timezone address to your server domain name or ip address

By default, it will point to apple timezone. Eg: server time.asia.apple.com

To change it, just change the URL to your server ip or server domain name

eg: server 192.168.1.2 or server ntp.techkaki.com

4th – Save the ntp.conf

Now you will realize that your Mac timezone already point to your ntp server.

How to change ntp timezones on NTP Server (centos/fedora/RedHat)

December 16, 2009 · Posted in Fedora, Open Source, centos · Comment 

After you setup the NTP server. You will realize that the timezone was changed. The time zone might not same as your country timezone. It is becauseĀ  pool.ntp.org will assign the timeservers from all over the world, time quality will not be ideal.

You will get better result if you use the continental zones. Just click Here to view the available zone in All Pool serves.

Here i will going to show how to change the timezone on your NTP Server.

1st – Login as the root user

2nd – Now open and edit /etc/ntp.conf

# vi /etc/ntp.conf

3nd – Now i want to add Malaysia timezone to NTP server. Just add the following to your ntp.conf file:

	   server 0.my.pool.ntp.org
	   server 1.asia.pool.ntp.org
	   server 2.asia.pool.ntp.org

4th – Save the ntp.conf file and restart the ntpd service

# service ntpd start

Now you will realize that your timezone was change :-)

« Previous PageNext Page »