What is cURL?cURL is an abbreviation for Client URL Request Library. Basically cURL is name of the project. ​cURL is used to transfer data from one place to another place. It is a command line tool for receiving and sending files using URL syntax. It consists of different cURL Commands and libraries which can work with

Read More

Rsync ( Remote Sync) is an open source command utility that provides fast incremental file transfer from one host to another. In this article, we will explore some Rsync command examples for various use cases. It is one of the lightweight application, because the file transfers are incremental. Rsync copies only the differences of files that have actually

Read More

Are you trying to figure out what are the best tools for WHOIS lookup and domain WHOIS Information? In this article, we are going to explain domain WHOIS and WHOIS lookup tools available to find domain owners, contact details and domain DNS information. What is WHOIS?WHOIS is the system that asks the question, who is responsible for

Read More

IntroductionPHPMyAdmin is an open source tool used in place of MySQL command with graphical and more intuitive way of performing administration tasks like creating,editing, or deleting databases, and managing users with permissions. In the below article lets see how to install PHPMyAdmin on CentOS server.PrerequisitesI will be working on a Fastwebhost managed CentOS 6.6 server.Initially for

Read More

What Is VPS?Before we start discussing about what is OpenVZ Virtualization, lets start with a basic introduction about what is a VPS?A VPS stands for virtual private server which essentially means that a single machine is partitioned into separate servers that each act like a dedicated machine.​While VPS hosting is very similar to shared hosting

Read More

You are using the MySQL Database server and created database and users. Now you need to see MySQL users list. How can you view users?  In this tutorial, you will see how to list MySQL user accounts via command line.Login to MySQL ServerOnce you are in Linux / Ubuntu command line enter below command to

Read More