How to find Amazon S3 bucket size
To see the disk usage of an Amazon S3 bucket, do the following 1) Click on the bucket name 2)
How to cut lines separated by multiple spaces?
cut is a Linux command that can be used to cut a line of text with a specific delimiter. I
How to fix WordPress 404 error in Webuzo
Webuzo hosting control panel has the option for selecting web servers Apache or Nginx. On a server using Nginx, after
How to install and use rdesktop
rdesktop is an open-source client for connecting to windows using Windows Remote Desktop Services. To install rdesktop on CentOS/Fedora run
sshpass
sshpass is used to non interactively log in to remote SSH server and execute commands. It can use a password
Server Setup
basic server utils Cpanel Server Setup
basic server utils
On CentOS/RHEL yum update yum upgrade -y yum -y remove mlocate yum install -y nmap lynx wget curl telnet jwhois
C Programming
First C Program
First C Program
To create your first C Program, open any text editor, copy and paste the following code #include int main() {
Cpanel Mail Server
To see the current mail server setup on the Cpanel server, run [root@server78 ~]# /scripts/setupmailserver –current Current mailserver type: dovecot
bash: locale-gen: command not found
When I run locale-gen command, i get the following error root@netmon1:~# locale-gen en_US.UTF-8 bash: locale-gen: command not found root@netmon1:~# To
Search & Replace using rpl
rpl is a very useful command used for bulk string replacement in files. Basic usage is to specify two strings