Command
-
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 commands used in SSH. LAMP-indicates Linux, Apache, mysql and php. The LAMP Components includes, Steps to Install Apache: Installing and configuring a LAMP (Linux, Apache, MySQL, PHP) stack on CentOS 7 involves a series of steps. Here’s a simplified guide to help you set it up: Step 1: Update System Make sure your system is…
-
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 via SSH (Secure Shell) allows you to set up WordPress on a remote server without using a graphical user interface. WHY SSH? Secure Shell (SSH) is used for installing WordPress (or any other software) on a remote server for several reasons Well, the process to Install WordPress Quickly Using SSH is faster and much convenient than any…
-
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 another while minimizing data transfer. ‘rsync‘ is a fast and versatile command-line utility for synchronizing files and directories between two locations over a remote shell, or from/to a remote Rsync daemon. It provides fast incremental file transfer by transferring only the differences between the source and the destination. There are basically two ways in which rsync can…








