
How to Change a Password in Linux
In this guide, we’ll cover how to change a password in Linux using the passwd command followed by the name of the desired user. This …
In this guide, we’ll cover how to change a password in Linux using the passwd command followed by the name of the desired user. This …
HotLinking is something using which you can display an image, which you have seen on someone else’s site, on your site. Bandwidth in this case …
MySQL is an open-source relational database management system that is based on SQL queries. It is compatible with most known programming languages and can be …
In Linux, log files display a timeline of events for specific processes and parts of the system. For example, there are log files for dpkg, …
Viewing Text File Content The cat command allows you to read /view the contents of the text files without editing them. The easiest method of …
For setting up different time zone for a particular domain, you need to specify the time zone in the file called “php.ini”. If you have …
Please refer the following steps: a. Login to the server as root. b. Execute the following command: root@host [~]# visudo c. The screen …
Please refer the following steps : a.Download latest version of Suhosin # cd /opt # wget https://download.suhosin.org/suhosin-0.9.32.1.tgz Make sure that that php-devel is installed: # …
For receiving an alert if someone logs in as root to your server, you will have to make Some changes to .bashrc that is available …
In this article, we’ll cover how to view the status of a service on your dedicated server and, if necessary, how to restart it. Viewing …
There are two ways through which you can start, stop and restart any desired service: How to start a service :- First Method: /etc/init.d/service-name start …