How to Change RDP Port on Windows Server
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 …
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 …
How to Add an Additional IP Address in Linux: Step-by-Step Guide
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. List of services in auto loading
How to check the Debian version — Get Debian Version
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 …
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 …
How To Create Additional Administrator Accounts for Windows Server 2012
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 …
Add Secondary IP Address to Centos 7 Interface
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 …
How to disable NetworkManager on CentOS
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 …