LAMP

LAMP in Centos 7 Easy steps to install and configure

In my previous post I have posted the LAMP configuration in centos 6 and also how to install the wordpress. Here I took joomla open source for installing and configuring of LAMP for centos 7. There is no difference between centos 6 and centos 7 the version only changed. And there is slight difference in …

How to Install WordPress Quickly Using SSH – easy to learn

Installing WordPress via FTP can take up quite a long time, as you´ll have to upload hundreds of files to the server. Installing via the console is much faster, but you really need to know what you´re doing. Still, confused why you should install WordPress SSH than any other method? Let me help you with that! Installing WordPress …

Rsync Command in Linux with Examples easy to learn – Basic guide

‘rsync’ is a command-line utility used for data synchronization and file transfer between two systems. It is commonly found in Unix and Unix-like operating systems but can also be used on Windows / Linux through various implementations. The primary purpose of ‘rsync‘ is to efficiently copy and synchronize files and directories from one location to …

How to clear Default Mail Account in a cPanel Server using SSH

In every cPanel server, we can find a default mail account in the name of cPanel username. The default mail account is not used for normal mailing purposes. All the notification mails from the server are forwarded to this default mail account. cPanel also routes mails sent to the non-existing email accounts at your domain …

How To Archive Files and Directories in Linux

Introduction Archiving is the process of combining multiple files and directories (same or different sizes) into one file. On the other hand, compression is the process of reducing the size of a file or directory. Archiving is usually used as part of a system backup or when moving data from one system to another. Archives …

How To Use Rsync to Sync with a Remote System

Syncing to a remote system is trivial if you have SSH access to the remote machine and rsync installed on both sides. Once you have SSH access verified between the two machines, you can sync the dir1 folder from earlier to a remote computer by using this syntax This is called a “push” operation because it pushes a directory …