How To Secure IIS Installations

If you have a PC  with IIS installed on your Windows OS and want to engage in web designing, you may be thinking of how to ensure your web server... Read more

How To Install Anaconda Python on Ubuntu 18.04 LTS

Introduction Anaconda is an open-source environment and package manager that is designed to handle machine learning and data science related workflows. It also helps in the distribution of programming languages... Read more

How to Setup Fail2ban on your Ubuntu 18.04 VPS Server or Dedicated Server

Fail2ban is an intelligent Utility that scans log files to mitigate malicious attacks on your server. The tool blocks IP addresses that lead to too many password failures. If you... Read more

How To Configure Nginx Server Blocks on an Ubuntu 18.04 VPS or Dedicated Server

Introduction Nginx Server Blocks are powerful applications that permit users to host multiple domains on one server. They are incredibly useful if you have multiple websites and are not ready to... Read more

Tips to Create ISO from CD, Watch User Activity and Check Memory Usages of Browser

Here again, I have written another post on Linux Tips and Tricks series. Since beginning the objective of this post is to make you aware of those small tips and... Read more

51 Useful Lesser Known Commands for Linux Users

Linux command line is attractive and fascinating, and there exists a flock of Linux user who are addictive to command Line. Linux command line can be funny and amusing, if... Read more

How to Recover a Deleted File in Linux

Did this ever happen to you? You realized that you had mistakenly deleted a file – either through the Del key, or using rm in the command line. In the... Read more

tuptime – Shows Historical and Statistical Running Time of Linux Systems

System Administration involves many activities one of which is monitoring and checking for how long your Linux system has been running. It is always a good idea to keep track... Read more

20 Advanced Commands for Middle Level Linux Users

You might have found the first article very much useful, this article is an extension of the 20 Useful Commands for Linux Newbies. The first article was intended for newbies... Read more

How to Find MySQL, PHP and Apache Configuration Files

In this post, we will learn a number of commands for locating the default configuration files for MySQL database server (my.conf), PHP programming language (php.ini) and Apache HTTP server (http.conf),... Read more