How to Backup or Clone Linux Partitions Using ‘cat’ Command

A rough utilization of Linux cat command would be to make a full disk backup or a disk partition backup or cloning of a disk partition by redirecting the command... Read more

How Configure The Fastcgi Module And PHP To Host PHP Applications On IIS 7 And Above

In this article, you would learn the means of configuring FastCGI element and also how you can configure PHP in order to enable it to host all applications of PHP... Read more

fswatch – Monitors Files and Directory Changes or Modifications in Linux

fswatch is a cross-platform, file change monitor that gets notification alerts when the contents of the specified files or directories are altered or modified. It executes four types of monitors... Read more

How to configure Nginx Server Blocks on a Debian 9 VPS or Dedicated Server

Introduction Nginx Server Blocks enable web administrators to run multiple websites on one VPS or dedicated server. The server blocks allow you to encapsulate web configuration details, making it easy... Read more

15 Tips On How to Use ‘Curl’ Command in Linux

Back in the mid-1990’s when the Internet was still in its infancy, a Swedish programmer named Daniel Stenberg started a project that eventually grew into what we know as curl... Read more

How To Configure vsftpd for a User’s Directory on an Ubuntu 18.04 VPS or Dedicated Server

Introduction Vsftpd short of Very Secure File Transfer Protocol Daemon is a secure FTP (File Transfer Protocol) for Ubuntu systems. FTP is the most commonly used standard network protocol for... Read more

4 Ways to Disable/Lock Certain Package Updates Using Yum Command

Package Manager is software which allows a user in case of installation of new software, up-gradation of system, or updating any specific software and such sorts of things. In case... Read more

How to Use ‘at’ Command to Schedule a Task on Given or Later Time in Linux

As an alternative to cron job scheduler, the at command allows you to schedule a command to run once at a given time without editing a configuration file. The only... Read more

How to Record and Replay Linux Terminal Sessions using ‘script’ and ‘scriptreplay’ Commands

In this guide we are going to look at how to use a script and scriptreplay commands in Linux that can help you to record commands and their output printed... Read more

How To Secure IIS Installations

If you are running IIS, you may be considering what steps you need to take to secure your web server. This is important because while IIS does come with a... Read more