What is a Patch ?
What is a Patch in Computers? A patch in computers is a piece of software designed to update OS or its data to fix issues. Patches are perhaps one of the single-most important cyber security...
What is a Patch in Computers? A patch in computers is a piece of software designed to update OS or its data to fix issues. Patches are perhaps one of the single-most important cyber security...
What is Awstats and How to use AWStats? http://www.awstats.org/ What is AWStats? AWStats is a free powerful and featureful tool that generates advanced web, streaming, ftp or mail server statistics, graphically. This log analyzer...
How to Install NASM on Linux What is NASM? Nasm is one the most popular assemblers in Linux This installation process is same for each and every Linux Distros Relocatable Dynamic Object File Format...
What is Sphinx and How to install Sphinx in Linux? What is Sphinx? It is used to search full-text search in different Data sources such as – SQL , plain text, HTML files etc....
How to enable rewrite rule modules in apache (Centos and Ubuntu) for nginx Please scroll down Centos httpd -M vim /etc/httpd/conf.modules.d/00-base.conf ##Add this line LoadModule rewrite_module modules/mod_rewrite.so Do not forget to reboot web server...
How to set static ip address in ubuntu 16.04 How to set static ip address in any linux distros using terminal Open terminal nmtui Edit a connection Select the connection you want to edit...
configure cisco anyconnect VPN ubuntu No need to install any GUI client to connect the server just follow these 3 commands to connect to cisco anyconnect VPN. Need to install Openconnect client apt-get install...
Importing code from an existing project Adding the existing project in gitlab , github and bitbucket Open terminal Go to the local project directory cd /home/username/test Initialize the local directory git init Add all...