Categorie: Linux

# Setting Up Static Routes on a Red Hat Server Using NMCLI Static routes are an important part of network administration. They provide instructions to servers and other network devices on how and where to route network traffic. These routes are specific and do not change unless manually altered by an administrator. In this article, […]

Meer lezen

Useful Wireshark filter for analysis of SSL Traffic. ssl.handshake.version==0x0300 or ssl.handshake.version==0x0301 or ssl.handshake.version==0x0302 ssl.record.version == 0x0300 or ssl.record.version == 0x0301 or ssl.record.version == 0x0302 Versions: 0x0300 SSL 3.0 0x0301 TLS 1.0 0x0302 TLS 1.1 0x0303 TLS 1.2 Show only <TLS1.2 (ssl.record.version == 0x0300 or ssl.record.version == 0x0301 or ssl.record.version == 0x0302) Client Hello: ssl.handshake.type == […]

Meer lezen

Apache:   Strong Ciphers To only allow strong ciphers on your website, add the following at the end of your VirtualHost config: SSLCipherSuite HIGH:!aNULL:!MD5 Disable insecure SSL/TLS To disable SSL entirely, and disable TLS 1.0 and 1.1, add the following to the end of your VirtualHost config: SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1   Apache […]

Meer lezen

Chronyd is a better choice for most networks than ntpd for keeping computers synchronized with the Network Time Protocol.   The NTP server hierarchy Computers worldwide use the Network Time Protocol (NTP) to synchronize their times with internet standard reference clocks via a hierarchy of NTP servers. The primary servers are at stratum 1, and they are […]

Meer lezen

deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe […]

Meer lezen

To create a configuration backup manually: From the main menu, select Configuration Backup. Make sure that the Enable configuration backup to the following repository check box is selected. From the Backup repository list, choose a backup repository on which the configuration backup must be stored. In the Restore points to keep field, specify the number of restore points that you want to […]

Meer lezen

This quick tutorial is going to show you how to get your Linux system information in terminal with a command line utility called screenfetch. Screenfetch can display the following information: the name of your distro Linux kernel version uptime the number of installed packages on your system shell name and version screen resolution the name and version of your […]

Meer lezen

Set Root password After login to Ubuntu 20.04, Now type following command for reset/set root password. sudo passwd root Now you need to change some configuration on /etc/ssh/ssh_config for the permit root login. Configure SSH config to permit root login Edit /etc/ssh/sshd_config file with following command. vim /etc/ssh/sshd_config   As you see, the PermitRootLogin is set to No. It means […]

Meer lezen

1. Overview SSH, the secure shell, is often used to access remote Linux systems. Because we often use it to connect with computers containing important data, it’s recommended to add another security layer. Here comes the two factor authentication (2FA). What is two-factor authentication Multi-factor authentication is a method of confirming your identity using at […]

Meer lezen

Pls try with: https://support.microsoft.com/sr-latn-rs/help/2554336/how-to-manually-rebuild-performance-counters-for-windows-server-2008-64bit-or-windows-server-2008-r2-systems. It worked for me on 2012R2. Dir C:\Windows\winsxs\amd64_microsoft-windows-usbperf* –>You will see 3 folders Try installing the usbperf.ini from each folder using: “Lodctr usbperf.ini” When it is successful, you will see the following entry in the application log. Log Name: Application Source: Microsoft-Windows-LoadPerf Event ID: 1000 Level: Information Description: Performance counters for […]

Meer lezen