Wget
How To Using Wget to Download All Files and Directory
This is a short tutorial to download all files and directory.
Example :
i have a files and directory in remote server and want to transfer all files and directory to local client.
here is a simple command to download it using wget instead of ftp.
#wget -r ftp://username:password@domain.com/
From the command above it will download everything in / directory of domain.com into your computer / local client.
Upgrade Drupal CMS 5.12 to Drupal CMS 6.12
Few months ago, i have a problem when i trying to migrate my drupal from old version 5.12 to drupal latest version.
When i migrate from update.php all my website contents was broken which is bad for me since there will be a lot of things to fixed :(
So after reading so many drupal tutorials, i decide to upgrade it again with my own way
below is the tutorial how to upgrade drupal cms from version 5.x to drupal version 6.x
First, you need to backup all your drupal files and drupal db.
Here is my drupal site path /home/sentono/public_html
How To Install Postfix with Mysql, Postfixadmin, Cyrus-SASL, Courier Authlib, Courier-Imap, Smtp-Auth and Squirellmail FreeBSD
What is Postfix, Postfixadmin, Cyrus-SASL, Courier Authlib, Courier-Imap, Squirellmail ?
Postfix is a free open source mail transfer agent (MTA), a computer program for the routing and delivery of email. It is intended as a fast, easy-to-administer, and secure alternative to the widely-used Sendmail MTA.
Postfix Admin is a web based interface to configure and manage a Postfix based email server for many users.
Installing wget in FreeBSD

The function of wget here is for file download from internet. So if we would downloading file, wget must installed formerly. Let's install it. Here I use FreeBSD. Change to cd /usr/ports/ftp/wget/ Compile wget : make in step of options for gettext, don't fill it, press OK make install After success, lets download file do you want. Example, I want to download FreeBSD 6.2 ISO image : wget ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/6.2/6.2-RELEA...
Recent comments
6 hours 40 min ago
3 days 7 hours ago
3 days 7 hours ago
1 week 4 days ago
4 weeks 3 days ago
6 weeks 4 days ago
8 weeks 1 hour ago
9 weeks 5 days ago
9 weeks 5 days ago
15 weeks 1 day ago