SSH

Getting Started with SSH on Your VPS: A Simple Guide for Beginners

Getting Started with SSH on Your VPS: A Simple Guide for Beginners If you’re embarking on managing a Virtual Private Server (VPS), learning to use Secure Shell (SSH) is a fundamental skill. is a protocol that allows you to connect securely to your VPS, enabling you to perform tasks and manage the server remotely. Here’s…

|

How to install and config Nginx in CentOS 7

NGINX is a free, open-source and powerful HTTP web server and reverse proxy with an event-driven architecture. It is a high performance web server software. It is a much more flexible and lightweight program than Apache HTTP Server. It also works as a reverse proxy, standard mail and TCP/UDP proxy server, and can additionally be configured…

How To Enable EPEL Repository in CentOS 7

EPEL (Extra Packages for Enterprise Linux) is open source and free community based repository project from Fedora team which provides 100% high quality add-on software packages for Linux distribution including RHEL (Red Hat Enterprise Linux), CentOS, and Scientific Linux. EPEL project is not a part of RHEL/Cent OS but it is designed for major Linux…

Setup Automatic Security Updates on CentOS 7
|

Setup Automatic Security Updates on CentOS 7

In this tutorial, we will discuss how configure a CentOS 7 server for automatic security updates. This will make sure the system automatically downloads packages and applies all security updates without any manual intervention. Step1-Install yum-cron on CentOS 7 Yum-cron is a command-line tool to manage system and package updates on CentOS systems. The utility…

How to setup FTP Server on centos 7.3(VSFTP)
|

How to setup FTP Server on centos 7.3(VSFTP)

Setting up FTP Server on Centos 7.3:– Ftp server is used to exchange files between computers over network. Setup FTP server on Centos 7:- Step1:- Updating Repository and installing VSFTP package [root@newdelhihosting ~] # yum check-update If update is available update the server and reboot it. [root@newdelhihosting ~] # yum -y install vsftpd Resolving Dependencies…

How to enable su(switch user) in Linux server

          su command is used to switch the current user to another user from SSH.If you are in the shell under your “username“, you can change it to another user (say root) using the su command.This is especially used when direct root login is disabled. Step1:Login Server:- Login to server via SSH click here  to know how to login…

How to migrate the accounts from shared hosting to vps?

How to migrate the accounts from shared hosting to vps?

cPanel facilitates you to restore full cPanel account along with websites, email accounts, MySQL databases and all other cPanel settings. This tutorial will assist you to take full cPanel backup and restore it in another cPanel server. 1.Before you generate full cPanel backup, make sure you have enough free disk space to store backup file….

How to host domain on VPS without Control Panel

How to host domain on VPS without Control Panel

Once you got the server or Vps,Login to the server through SSH using the tool called putty.Once you have logged in type in the bellow command.For CENTOS:Installing Apache with Mysql support #yum install httpd php php-mysql Set the Apache Service to start automatically when you restart #chkconfig httpd on #service httpd start Set the mysql…

A-Z Linux commands

A-Z Linux commands

      There are Countless number of commands in linux.In this article,we will introduce you a list of most frequently used Linux Commands with their examples for easy learning.For Basic Refer this link COMMANDS [five_sixth] A:- adduser/addgroup        To add a new user,you have to follow “useradd” or “adduser” with ‘Username’.The ‘Username’ is…