Category: Operating System
Why use Linux over windows? why use Linux over windows? Until a few years ago, Linux was used mainly for servers and was not considered suitable for desktops. Linux ought to be adopted by...
Different PHP versions on the same server How to run php5.4 , php55 , php56 , php70 version on a singleĀ apache server. How to run the different websites from a single server with...
Install and configure apache tomcat on centos 7 How to start tomcat? How to install SSL for tomcat server? How to run tomcat on Domain name? How to run Tomcat without port? Step –...
Install Mongodb in to your server using this script in 5mins #!/bin/sh #import key apt-key adv –keyserver hkp://keyserver.ubuntu.com:80 –recv 0C49F3730359A14518585931BC711F9BA15703C6 #Adding Repo echo “deb [ arch=amd64,arm64 ] http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 multiverse” | tee /etc/apt/sources.list.d/mongodb-org-3.4.list` #Database...
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...
irqbalance service centos and RedHat How to instruct any process to run with a particular core of CPU ? How to instruct irq to run on particular CPU Core ? How to check which...
FFMPEG Installation in linux How to convert your videos using FFmpeg? How to make ffmpeg run as ffmpeg command? How to check ffmpeg is installed or not ? The final step to install ffmpeg?...
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...