Operating System

linux logo

why linux is preferred over windows? why linux is better than windows?

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 home users, educational institutes and businesses. High Security as compared to windows The higher level of security is that since Linux […]

why linux is preferred over windows? why linux is better than windows? Read More »

install ssl on tomcat server

How to install and configure tomcat in centos 7Install and configure apache tomcat on centos 7

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 – 1 Install JAVA sudo yum install java-1.8.0-openjdk.x86_64 java -version Step – 2 1. Download tomcat, Download the version you need from

How to install and configure tomcat in centos 7Install and configure apache tomcat on centos 7 Read More »

How to install Mongodb in Ubuntu ?

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 update for new repo apt-get update #command to install mongodb apt-get install -y mongodb-org #start service service mongod start #restart service

How to install Mongodb in Ubuntu ? Read More »

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 »

ffmpeg nasm

How to install FFMPEG in linux | 15 modules (NASM, YASM, x265)

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 Libvpx? How to install x265? How to install x264? How to install libvorbis? How to install Libopus? How

How to install FFMPEG in linux | 15 modules (NASM, YASM, x265) 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 »