Author Archives: admin

How to use wget to copy/backup remote ftp files recursively

This tutorial will teach you how to use wget to download entire folder of remote server with recursively example: recursively download all the files that are in the subfolder3 folder for the ftp ftp://user:pass@www.yourdomain.com/folder1/subfolder1/subfolder2/subfolder3 Solution: wget -r -np -nc -nH –cut-dirs=4 ftp://user:pass@www.yourdomain.com/folder1/subfolder1/subfolder2/subfolder3 -r = mean recursive -np = Do not  Read more »

How to kill process that running on specific port

Its very annoying, when you trying to start the services, but the port is already in use. What to do? Kill it! So that you can start the services again. i use example: red5 port running on 5080. how to find that port : 5080 is run on what process?  Read more »

Jailbreak IOS 5 untethered (windows version)

YES, toward 2012 iphone jailbreaker team has released a stable version of redsn0w to jailbreak IOS 5.0.1, it was found by pod2g after several week release of iOS 5.0.1. Its a good news for everyone that want to jailbreak their new IOS 5. This tutorial will show you how to  Read more »

Install NginxAdmin to WHM/Cpanel for Optimize Performance

This tutorial will show you how to install and uninstall NginxAdmin. Why Nginx reverse proxy? Good question, when you using a limited resources server such as VPS, you definitely need this method to help you to reduce your CPU load for serving more user or traffic on your site. Nginx  Read more »

How to install Red5 1.0 RC1 on Centos 5/6

Howdy folks, in this article i will show you on how to install red5 as media streaming server, video live broadcast server. Why Red5? Because it is a free version of RTMP server that does the same thing as commercial version of streaming server such as FMS, Wowza, etc. Lets  Read more »

Tutorial on Find command

This tutorial show you how to use “find” command on linux.

Batch Image Resizing on linux

Batch Image Resizing on linux Assume that you have more than 1000 image in a directory, and you are going to resize them all with higher resolution to match your new web site design. Here is hassle free method that you can try using ImageMagick and use its tools called  Read more »

Fix: perl(URI) >= 1.17 is needed by subversion

When you installing subversion on server you might found following problem: error: Failed dependencies: perl(URI) >= 1.17 is needed by subversion-1.6.6-1.el5.rfx.x86_64 Here is the solution to fix: wget http://yum.trixbox.org/centos/5/RPMS/perl-URI-1.35-3.noarch.rpm rpm -i perl-URI-1.35-3.noarch.rpm then proceed to subversion installation. Cheers Incoming search terms:perl(URI) >= 1 17 is needed by subversion-1 6 6-1  Howto

Verify if .htaccess is working or not

We use .htaccess to rewrite and redirect link. When you get your new hosting its always there is easy step to verify if .htaccess is working fine or not on your new hosting account. Some hosting does not configure their apache server correctly and caused .htaccess is not working even  Read more »

Simple Notepad Created Using VB.NET 2010

I downloaded Microsoft Visual Basic 2010 when i was bored,here is the simple notepad program that i wrote using vb 2010. It has open files, saves files, change font, font color features. Check the screenshot here: Source Code: Download here ( VB 2010) Hope you enjoy the code for practice,  Read more »

SEO Powered By SEOPressor