Beginners Guide: How To Use Wget

Wget is a free utility for non-interactive download of files from the Web. Wget is distributed under the GNU General Public License which capable of download files and support HTTP, HTTPS and FTP even it support HTTP proxy. Wget natively build for Linux CLI (command line interface) so it can be easily scheduled with cron job.Wget is one of my favorite tools. It have incredibly features, light, easy to use, and it just works. Wget can transfer files between servers easily and fast. And it is … Read more...

Beginners Guide: Use FTP From Command Line

FTP (File Transfer Protocol) is a standard network protocol for file transferring between server and client computer. FTP is built on client-server architecture, usually use port 21 for standard port or port 22 for secure ftp. FTP server is installed on server machine and FTP client use on the client machine. There are many FTP client tools commercial or even free and open source. The FTP client tools help you transfer files easily even with drag and drop. The famous one is Filezilla that work … Read more...

Host Your Static Files Using Google App Engine For Free

Google App Engine is cloud computing technology for developing and hosting web applications in Google-managed data centers. It virtualizes applications across multiple servers and data centers. And the good things is Google App Engine offer you a trial for free. And offer reasonable price if you have over quota. It is $0.12/GByte for outgoing bandwidth.So what will you achieve if your site using Google App Engine to host your static files? Google data store are spread all over the world. And … Read more...

Ubuntu Tour Project Need Your Contribution

Even Ubuntu is easy to use, there always been a hard time for Ubuntu newbie user to use Ubuntu. Usually when they migrate from Windows or Mac operating system. And of course they have many questions and confuse. They will confuse how to open a document, where the file saved, and they find that there is no C or D drive in the file explorer.And after all that feedback, then Ubuntu tour project are born. The goal of this project is to “provide an interactive tour for users who are new to … Read more...

Linux Command Wallpaper

Linux commands are too many to remember. And got this nice and cool wallpaper that help you to find what Linux command you need. The list of Linux commands are the most frequent use Linux commands to do simple Linux admin jobs.It help you to remember from file and file permission commands, searching commands, get system information, compress and decompress file commands, network commands, process management commands, and more..Source from TuxTraining … Read more...

IvanKristianto.Com Goes To VPS

At last after 1 month delayed, finally i moved my blog to new VPS (Virtual Private Server). For those who don't know what VPS is. Here is the defenition from Wikipedia: "A virtual private server (VPS, also referred to as Virtual Dedicated Server or VDS) is a method of splitting a server. Each virtual server can run its own full-fledged operating system, and each server can be independently rebooted.".So basically, a large server can be split to smaller virtual server, which have it's own … Read more...

PDO Sqlite3 Not Working In PHP 5.3.3 And WHM/Cpanel 11.26.8

The latest PHP v.5.3.3 doesn't work good with PDO Sqlite3. I am using a VPS (Virtual Private Server) with Centos 5 and WHM/Cpanel 11.26.8. Everything goes fine except there is an error message "undefined symbol: sqlite3_libversion" in all users error_log.I did compile my server with this configuration: Apache v2.2 PHP 5.3.3 PDO and PDO_MySQL enabledThe compile process run without problem and success. But if you notice that, in error_log will show an error message like … Read more...

Google Instant: Get What You Search Instantly

Google recently update their search function. It is called Google Instant. Google Instant is a new search enhancement that shows results as you type. So when you are typing, you are also thinking what you want to search. So while you typing your keyword to search, Google Instant will show the most relevant result to you, and you will get what you search while you are typing (not after you press Search button).According to Google, "people type slowly, but read quickly". Typically taking 300 … Read more...

Update Linux Kernel Without Reboot In Ubuntu Server

Linux kernel is a core of the Linux or Unix operating system. Updating the kernel usually ask the user to reboot the computer so it will boot up with the new kernel. If it is only a personal desktop (Ubuntu desktop edition), it is fine if you reboot your PC. But if you are in Server edition, and you host hundreds even thousands of websites, than it is a nightmare for them if you restart the server.There is a way to update the kernel without reboot, you can use ksplice to do that. Ksplice or … Read more...

Useful Firefox Shortcut Keys

According to Wikipedia, Mozilla Firefox come second after Internet Explorer on the Web browser market share on the internet. Even Measuring browser usage in the number of requests (page hits) made by each user agent can be misleading. Me myself like Mozilla Firefox the most and i am using it a lot when i browsing the internet. And of course i remember all the frequently use Firefox shortcut keys.And to remember it more, i would like to share it with you, like other people say, sharing is … Read more...