Windows Server 2008

How to Set Up Multiple Remote Connections (Multi-Session) on a Windows Server

How to Set Up Multiple Remote Connections (Multi-Session) on a Windows Server

Fadıl

In Windows installed VPS and VDS packages, a connection occurs by default when making a remote desktop connection. However, when you set the following setting, each account you create can log on to the server separately with a remote connection.

On the Remote Desktop in this article, you can perform Multi Session-On on all windows installed VDS packages.

In the Start section, type gpedit.msc in the Search box and click on the result;

How to Find Users Who Have Opened a TCP Connection to Your Server on a Certain Number

How to Find Users Who Have Opened a TCP Connection to Your Server on a Certain Number

Finding multiple connections to your server over an IP can always be useful. In many cases, when you receive a DDOS attack, you will see multiple connections over an IP. A command that can be very useful, especially in such a case. For example, you want to list IPs that open more than 50 connections on your server. In this case, you can use the following code;

netstat -n --tcp --udp --numeric-hosts | \
grep -v 127.0.0.1 | \
awk '{if (/(tcp|udp)/) { print $5 }}' | \
sed 's/:.*//' | \
sort | \
uniq -c | \
sort -n | \
awk '{if ($1 > 50) {print "Baglanti Sayisi: "$1"\t"$2; }}'

When you execute the command, you receive an output similar to the following; (Of course, if more than 50 connections are available from a single IP)

How to File Operations with Group Policy Object (GPO)

How to File Operations with Group Policy Object (GPO)

Hi, In this article, I’ll talk about how to make some file operations using GPOs on our client computers in the Active Directory environment.

From time to time, client computers may need to copy, copy, delete an existing file, replace an existing file with a new one. It is also possible to find various batch files, but with GPO more practically.

Let’s start.

By creating a new GPO or editing one of the existing GPOs, let’s go to the Files under User Configuration or Computer Configuration section.

Deleting the .NET Framework and Restoring the System to the Console

Deleting the .NET Framework and Restoring the System to the Console

Fadıl

First of all, why don’t you delete .Net Framework in the operating system. Especially in your operating system, the graphical interface and management tools use some drivers and dlls that come with the .Net Framework library. That is why you should not delete .NET Framework 3.5 and earlier. Some of the documentation tells you that you need to delete the .NET Framework 4.5 / 4.5.1, but if you don’t pay attention to the deletion process and go fast, you’ll see the boredom I mentioned in the title.

5 Advantages of Monitoring Server Space Temperature

5 Advantages of Monitoring Server Space Temperature

Fadıl

If you’re already checking your server space temperature, after that good work. You might already identify these advantages of temperature checking. If you aren’t, then this particular post is perfect for you.

As I am certain you understand, servers, as well as networking equipment, can make lots of heat, particularly when enclosed right into a room along with dozens as well as potentially countless other products. I ‘m also certain you know about what heat can perform to your own equipment that’s forming the actual backbone associated with communications as well as productivity for the business. Reduced lifespans associated with equipment, problems, replacements and also the inevitable downtime and lack of productivity, meaning loss associated with revenue for the business.