Disable Windows Activation Notifications
Using Services 1Open Start . Click the Windows logo in the bottom-left corner of the screen. The Start menu will open. 2Type services into Start. Doing so searches for the…
Using Services 1Open Start . Click the Windows logo in the bottom-left corner of the screen. The Start menu will open. 2Type services into Start. Doing so searches for the…
Enable Firewalld To enable firewalld, run the following command as root: systemctl enable firewalld Start Firewalld To start firewalld, run the following command as root: systemctl start firewalld Check the…
Install dnstop # yum install libpcap-devel ncurses-devel # yum install gcc Now, grab latest source code using wget command, enter: # cd /tmp # wget http://dns.measurement-factory.com/tools/dnstop/src/dnstop-20140915.tar.gz # tar -zxvf dnstop-20080502.tar.gz…
Scenario Primary(Master) DNS Server Details: Operating System: CentOS 6.5 server Hostname: masterdns.unixmen.local IP Address: 192.168.1.100/24 Secondary(Slave) DNS Server Details: Operating System: CentOS 6.5 server Hostname: secondarydns.unixmen.local IP Address: 192.168.1.101/24 Client…
Login to MySQL First we’ll login to the MySQL server from the command line with the following command: mysql -u root -p In this case, I’ve specified the user root…
Scenario Primary (Master) DNS Server Details: Operating System: CentOS 7 minimal server Hostname: ns1.scbd.com IP Address: 192.168.5.180/24 Secondary (Slave) DNS Server Details: Operating System: CentOS 7 minimal server Hostname: ns2.scbd.com…
GUI Mode Recommended for beginners Step 1 » Type this command “nmtui” to open Network manager and press enter after choosing ” Edit a connection” ( Use TAB for choosing…
$ sudo apt install multitail $ sudo yum install multitail $ sudo dnf install multitail To display the output of two log file simultaneous, execute the command as shown in…
# apt-get remove xorg # apt-get remove nautilus-data nautilus-sendto libnautilus-extension1 # apt-get remove desktop-base # apt-get remove python-gnomedesktop # apt-get remove gdm3 # apt-get remove totem seahorse remmina gedit-common gconf2…
Monitor Multiple Log Files in Real Time $ sudo apt install multitail $ sudo yum install multitail $ sudo dnf install multitail To display the output of two log file…