tools

What is AWSTATs and How to use AWSTATs ?

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 works as a CGI or from the command line and shows you all possible information your log contains, in few graphical

What is AWSTATs and How to use AWSTATs ? Read More »

install nasm

How to install FFMPEG NASM assembler in Linux? | Install NASM Linux

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 (RDOFF) Nasm has its own binary Format RDOFF. How to install FFMPEG NASM Assembler in Linux There are 2 Methods to

How to install FFMPEG NASM assembler in Linux? | Install NASM Linux Read More »

How to enable rewrite rule and other apache module in centos and ubuntu ? 1

How to enable rewrite rule and other apache module in centos and ubuntu ?

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 sudo systemctl restart httpd Ubuntu How to enable module in ubuntu ? Enable and restart the web server a2enmod rewrite service

How to enable rewrite rule and other apache module in centos and ubuntu ? Read More »

How to set static ip address in ubuntu and Centos using terminal 2

How to set static ip address in ubuntu and Centos using terminal

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 and select the edit option as mentioned in image   DropDown and select manual option in ipv4 Show options Edit the

How to set static ip address in ubuntu and Centos using terminal Read More »

How to Importing code from an existing project GitLab, GitHub, and bitbucket?

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 your files to the new local project directory git add . After adding all files, You have to commit that staged

How to Importing code from an existing project GitLab, GitHub, and bitbucket? Read More »