If you come across a situation where you do not remember to master password (root password) of Maria DB then following simple steps will be helpful to reset the root password. First stop MariaDB Server. # systemctl stop mariadb Edit Read More …
Author: S. Sharad
Maria DB – Installation & Initial Configuration
Below are the steps to install Maria DB on CentOS 7. Check Maria DB using yum. Maria DB works on Port 3306. So check activity on port 3306. If there is no activity on Port 3306 then you need to Read More …
Know more about your CPU in Linux
There are two ways to gather information about CPU in Linux. 1. You can check file /proc/cpuinfo to CPU information as below. You may see following output which contains most vital information about CPU. # cat /proc/cpuinfo processor : 0 Read More …
Listing PCI devices in Linux
There are many devices in Linux that follow PCI architecture. You can gather list of all such devices using lspci command in linux. Below is a step by step guide. 1. You should install pciutils software first. # yum install pciutils -y Read More …
Howto install PHP 7.2 in CentOS 7 ?
Before you install PHP 7.2, please make sure that your yum tool is properly configured and working. Below are the simple steps to install PHP 7.2 in CentOS 7. 1. Install EPEL repo. # yum install epel-release -y 2. Install Remi Read More …
AutoFS Server : Mounting File System Automatically
In Linux OS, you mount the drives automatically with autofs Server. This server is very simple to configure. The basic idea behing this is Just go to the assigned folder for that drive and it will automatically gets mounted and it will Read More …
Redirect website using refresh Meta Tag in html
Normally all servers read index.html as first file on web site. You can use following code to redirect your site to some different site. For example consider that your site is http://abc.com and if somebody visits http://abc.com then it should Read More …
cPanel Server As SmartHost
Suppose you have one server with cPanel WHM installed. But you do not wish to use this server to relay mail. You want some other server to relay your mails. In such a case you can configure your cPanel Server Read More …
Redirect http traffic to https using .htaccess
Consider that you have installed SSL Certificate on your site and now your site is visible using https:// protocol. If you to redirect all http:// request to https:// then you can do this by using .htaccess file. Write following content Read More …
How to connect your iPhone to server using SSH Client
If you are having iPhone, then you can connect to server using SSH Protocol. The best client for iPhone is Shelly. You can install this app from following Url https://itunes.apple.com/in/app/shelly-ssh-client/id989642999?mt=8