VIKHOST Tech Blog
Useful Technical Articles, Notes and Instructions.
How to Change RDP Port on Windows Server

How to Change RDP Port on Windows Server

How to Change RDP Port on Windows Server 2012/2016/2019/2022

What is RDP (Remote Desktop) port? Default RDP Port Number
RDP (Remote Desktop Protocol), or Remote Desktop Protocol, is an application layer protocol used to provide remote access to Windows servers and workstations.
By default, RDP connection uses TCP port 3389, but sometimes it may be necessary to change rdp port, the most often used when you need to hide …

/ Windows
debian-10-shutdown-reboot

How to Shutdown or Reboot Debian 10

HOW TO SHUTDOWN OR REBOOT DEBIAN 10
In this small guide you will find how to quickly and easily reboot or power off a server running Debian 10. Also you can use the commands below for Debian 11. If you don’t know or aren’t sure what version your Debian VPS or dedicated server has, then first check out the Debian version in this article.We will look at two methods on …

/ Linux
How to Add an Additional IP Address in Linux: Step-by-Step Guide

How to Add an Additional IP Address in Linux: Step-by-Step Guide

How to add additional IP address Linux
At first, you need to back up, if anything will be done wrong. Below you could find command: cp /etc/network/interfaces /etc/network/interfaces.backup
Also please make sure that you are one of the root account on your server. For adding IP address to server’s network interface you need to edit files /root/etc/network/interfaces

After coping, you could view and edit file using nano:
nano /etc/network/interfaces
And …

/ Linux
Linux. List of services in auto loading

Linux. List of services in auto loading

Linux. List of services in auto loading — The easiest and most intuitive way to display a list of services / programs that are at startup, with the ability to edit them, is to use the sysv-rc-conf console utility. We use next: sudo apt-get install sysv-rc-conf Run: sudo sysv-rc-conf And we see next: Now, with the help of a space, we can enable or disable the autoload of the service, …

/ Linux
check-debian-version

How to check the Debian version — Get Debian Version

GET DEBIAN VERSION ON YOUR SERVER

WHAT IS DEBIAN?
Debian is one of the most popular Linux distributions. Checking the version is important to get started with the operating system. The Debian operating system is used to run VPS and dedicated servers. Debian OS are distinguished by their performance and availability. Debian is free to use, which is an advantage of this OS compared to Windows OS. If you want …

/ Linux
How to disable SELinux on CentOS 7

How to disable SELinux on CentOS 7

How to disable SELinux on CentOS 7
Check selinux status
First, let’s check the status of SELinux. To check current state of SELinux and the SELinux policy that is used on your system, use the sestatus command:
sestatus

SELinux status: enabled
SELinuxfs mount: /sys/fs/selinux
SELinux root directory: /etc/selinux
Loaded policy name: targeted
Current mode: enforcing
Mode from config file: enforcing
Policy MLS status: enabled
Policy deny_unknown status: allowed
Max kernel …

/ Linux
How To Create Additional Administrator Accounts for Windows Server 2012

How To Create Additional Administrator Accounts for Windows Server 2012

How To Create Additional Administrator Accounts for Windows Server 2012 — You need to do next steps to create additional Administrator Accounts.
At first we need to create account and only after it you can add this account to the Administrator Group role: 1. Navigate to Computer Management. This can be done by clicking Start > Computer Management or via Start > Run > compmgmt.msc 2. In the left hand …

/ Windows
Add Secondary IP Address to Centos 7 Interface

Add Secondary IP Address to Centos 7 Interface

How to add a secondary IP address on CentOS 7?
In this article we will show you how to add a secondary IP address to your server which is running CentOS 7. Adding an additional IP address is needed if you have two or more subnets and you need to use them on CentOS server. For doing it, you will need to add the second and multiple ip addresses to …

/ Linux
How to disable NetworkManager on CentOS

How to disable NetworkManager on CentOS

How to disable NetworkManager on CentOS — Below you can find how to disable NetworkManager service. 1. Command how to check interfaces are managed by NetworkManager # nmcli device status Mentioned command displays table with lists all network interfaces along with their STATE. If Network Manager is not controlling an interface, its STATE will be listed as unmanaged. Any other value indicates the interface is under Network Manager control. 2 …

/ Linux
HTTP RESPONSE STATUS CODES

HTTP RESPONSE STATUS CODES

HTTP RESPONSE STATUS CODES
If you have ever searched the internet, you might have encountered HTTP status codes. So, those three-digit numbers may look random at first, but they’re essential to understanding how the web functions. Well fret not (if that’s a thing), because in this article we’re going to take a look into the world of HTTP status codes and what each of these mean.

WHAT ARE HTTP STATUS CODES?
HTTP status …

/ Useful articles