How to use WinMTR
How to use WinMTR Windows For a simple diagnostic of the network connection to a remote host, just enter its IP address or domain name in the Host field, and then click Start....
Continue reading
How to Compress and Extract Files and Directories in Linux Using gzip and bzip2
How to Compress and Extract Files and Directories in Linux Using gzip and bzip2 The post explains provides basic commands to compress files and folders in Linux OS. To compress...
Continue reading
How to Zip Files and Directories in Linux
How to Zip Files and Directories in Linux Zip is the most widely used archive file format that supports lossless data compression. A Zip file is a data container containing...
Continue reading
How to archive and extract files/directories using “tar” in Linux
How to archive and extract files/directories using “tar” in Linux Archiving and compressing files are useful when creating backups and transferring data across a network. One of the oldest and...
Continue reading
CentOS 8 : upgrade to latest linux kernel
CentOS 8 : upgrade to latest linux kernel Update CentOS 8 Software Packages: Connect with centos-8.centlinux.com server as root user by using a SSH tool. Upgrade existing software packages in...
Continue reading
CentOS 7 : how to update kernel
CentOS 7 : how to update kernel Introduction The Linux kernel is the foundation on which all Linux distributions operate. It is open-source software – anyone can decompile, examine, and...
Continue reading
How to Install PowerDNS and Poweradmin on CentOS 7
How to Install PowerDNS and Poweradmin on CentOS 7 Step 1 – Install EPEL and Remi Repositories First of all, we need to install dependencies for the PowerDNS installation....
Continue reading
How to use the MTR command on Linux
How to use the MTR command on Linux MTR (Matt’s traceroute) is a program with a command-line interface that serves for network diagnostic and troubleshooting. The advantage of this software...
Continue reading
How to Install a Let’s Encrypt Certificate on your Ubuntu 18.04 Dedicated Server or VPS
How to Install a Let’s Encrypt Certificate on your Ubuntu 18.04 Dedicated Server or VPS Installing a Let’s Encrypt TLS/SSL (Transport Layer Security or Secure Sockets Layer) certificate is one...
Continue reading
How To Use Journalctl to View and Manipulate Systemd Logs
How To Use Journalctl to View and Manipulate Systemd Logs Some of the most compelling advantages of systemd are those involved with process and system logging. When using other tools, logs are...
Continue reading