Shell is command-line interpreter that provides a user interface on Linux operating system. These is where user can execute the commands on the server. You can check the Shell you are currently logged in with as follows echo $SHELL root@vps [~]# echo $SHELL /bin/bash If you wish to change the current login Shell of the […]
See MoreAuthor: Vishwajit Kale
Vishwajit Kale blazed onto the digital marketing scene back in 2015 and is the digital marketing strategist of Hostripples, a company that aims to provide affordable web hosting solutions. Vishwajit is experienced in digital and content marketing along with SEO. He's fond of writing technology blogs, traveling and reading.
How to Install GeoIP on Linux Virtual Machine (VPS) !!!
Run the following command on Main Node : vzctl set VEID –bindmount_add /tmp,noexec,nosuid,nodev –save –setmode restart —> to make it noexec vzctl set VEID –bindmount_add /tmp,nosuid,nodev –save –setmode restart —> to make it exec To Install GeoIP on Linux Virtual Private Server (VPS) follow the following commands : [root@vm1]# cd /usr/local/src […]
See MoreHow to Configure DNS on Ubuntu Server
How to Configuring DNS on Ubuntu Server. Bind 9 is the default package for the DNS service on the Ubuntu server and it is pre-installed with the OS. In case if it is not there you may use the below command to install it. apt-get install bind9 /etc/bind is the directory where all the […]
See More
You must be logged in to post a comment.