WSO (web shell by oRb) is a simple and easy to use tool for any would-be hacker to learn and use. WSO 2.6 Shell This shell allows an attacker to perform the following actions: View detailed server informationFile management (uploading, downloading...
Here is how to set up Sendmail the quick method, but also you may want to also check out the better method for setting up Sendmail. Allowing SMTP (open Port 25) using sendmail On an initial installation of Linux, sendmail blocks smtp and only allows...
To connect to the FTP server, we have to type in the terminal window ‘ftp’ and then the domain name ‘domain.com‘ or IP address of the FTP server and port. ftp example.com 21 you will be asked for username and...
There are hundreds of Linux applications on the market, each with their own configuration files and help pages. This variety makes Linux vibrant, but it also makes Linux system administration daunting. Fortunately, in most cases, Linux applications...
This document only applies to the Director Requirements Download linux-2.4.18.tar.gz from and ipvsadm-1.21.tar.gz from Setup Copy linux-2.4.18.tar.gz to /usr/srcGunzip linux-2.4.18.tar.gz...
This may be a small document but for the newbie, it’s painful trying to do it through a text screen. Here’s how: at the prompt type cd /etc/xinetd.d press enter then type ls press enter and it will look like this:...
Below are some steps to clean branches from the git repository to remove the clutter. Delete a Local branch To delete the local branch in Git using the command, we can use one of the followings: # git branch -d branch_name # git branch -D...
If you have zombie processes it means those zombies have not been waited for by their parent (look at PPID displayed by ps -l). You have two choices: Fix the parent process (make it wait);Kill the parent; or live with it. Remember that living with...
If you need to update more than one Ubuntu based Workstation or Server on a regular base, it can save you a good amount of bandwidth if you provide new packages and updates through a local Ubuntu mirror. In this document i write down the steps...
While issuing any yum command if you are experiencing the following error: # yum -y install wget Loaded plugins: fastestmirror, langpacks Existing lock /var/run/yum.pid: another copy is running as pid 13023. Another app is currently holding the yum...