OVH server not booting with centos7.6 kernel
One of our client was facing issue with OVH kernel. After rebooting the server it’s not coming up with normal kernel. I have checked the server using IPMI console and…
Linux OS is the very popular Operating Systems for servers and personal computers. The basic flavors are Ubuntu, Debian and Kali linux.
One of our client was facing issue with OVH kernel. After rebooting the server it’s not coming up with normal kernel. I have checked the server using IPMI console and…
The default bash prompt is kind of bare and doesn’t tell you much. SSH to your machine. # set the prompt export PS1="[\u@\H][\[\033[1;34m\W\[\033[0m]\\$ "
YUM also called as Yellowdog Updater, Modified is a default package management system which is mostly used in all versions of CentOS to install and update packages and repositories. With the help of…
To Export/Import MySQL database with correct character set on Linux export your database with the correct character set is important to avoid any kind of problems with data that has…
We have seen How to install Let’s Encrypt on CentOS 7 with Apache . Now we will see How to install Let’s Encrypt on CentOS 7 with Nginx. # yum…
Let’s Encrypt is a free, automated, and open certificate authority (CA), run for the public’s benefit. It is a service provided by the Internet Security Research Group (ISRG). Let’s Encrypt provides…
In Plesk interface Via Command Line Interface: hostname To change server hostname execute the following command with preferred hostname value instead of host.example.com: plesk bin server_pref –update -hostname host.example.com Restart sw-cp-server…
In general, we use rm command to delete files, shred command for secure deletion. But for Large files like 100s of GB files deletion can not be that easy as…
MariaDB Server is one of the most popular database servers in the world. It’s made by the original developers of MySQL and guaranteed to stay open source. Notable users include…
Zip is an useful and frequently used tool for compressing files/directories on Linux as well as on Windows. In this post, we will let you know how to use zip…