How to enable personal file sharing in Ubuntu 10.04
I just have some difficulties in enable personal file sharing in Ubuntu 10.04. When the Personal File Sharing Preference window pop up, i’ve a grayed out section for “Share files over the Network”....
View ArticleHow to remove apache test page in CentOS
After you install apache web server in CentOS and point your browser to http://localhost you will see a Apache 2 Test Page powered by CentOS. You can disable or remove this apache test page from the...
View ArticleCPAN Error: make test had returned bad status, won’t install without force
There are some perl CPAN issue during installation and it keep showing error “make test had returned bad status, won’t install without force”. After reading some CPAN documentation and relatedblog,...
View ArticleHow to disable ssh root login?
If you have ssh service running, make sure you disable the root login. If you didnt disable the ssh root login, you are prone to brute force attack and once it breaks in, your server is owned. To...
View ArticleHow to move cursor to end of file in vi editor
The shortcut that move cursor to end of the file in vi editor save my life. I need to add a line at the bottom of a large sql file and moving the cursor to end of the file is a problem if i keep...
View ArticleHow to create bootable Linux USB drive – UNetbootin
UNetbootin is a freeware specifically designed to create bootable Linux USB drive. UNetbootin can create bootable USB drive of all the major Linux operating systems. With the help of UNetbootin, you...
View ArticleHow to extract password rar file in command line – Linux
Just received a password protected rar file in my Linux box and have no idea how to extract it using command line. The reason I need to extract this password protected rar file thru command line is...
View ArticleHow to search files by content in Mac / Linux
My nightmare come when i want to search files by content in Mac!. Last time i used to search files by content using Dreamweaver (Window) and it’s a no brainer. Today, i manage to find myself the Mac /...
View ArticleHow to empty Trash in Roundcube web mail – CPanel?
There is a friend asking me how to empty Trash in Roundcube web mail (CPanel webmail). He seems cant find a button to empty trash in Roundcube webmail after his web hosting provider perform a system...
View ArticleSVN: How to commit only modified files via command line
Have been looking for simple way to svn commit only modified files via command line for long time. Finally i manage to find a simple solution with just 2 line command and it will be able to commit any...
View ArticleHow to split compressed file into smaller files in Linux / Mac
I’ve written a script to compressed some files and upload to my online cloud storage as a backup daily. Due to memory limitation, i’ve to split the large compressed file into smaller files and upload...
View ArticleHow to block all file access except one using .htaccess
If you use .htaccess to control the file access, i guess u might came to a situation where you want to block all the files but except one. For an example, you might want to block all the php file...
View ArticleCentOS 7: How to setup TUI Firewall settings?
For clean minimum CentOS 7 installation, have to manually install the system-config-firewall-tui. Bad news is that after you install this TUI firewall settings you still can’t execute it instantly, you...
View Article