scripting

install remi repo centos 7

Install remi repo Centos & Configure remi repository centos 7

How to install remi and configure? First, we need epel repository for remi as there are few dependencies. Install epel repository and check. yum install epel-release yum repolist Now you need to install the remi repository from the below link. There 3 methods through which you can install the repository. Install Remi repo Centos 7 […]

Install remi repo Centos & Configure remi repository centos 7 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 »

How to install Spark messenger?

Spark Messenger installation —— Install Java —— sudo apt-get update sudo apt-get install default-jre —— Install Spark IM —— wget http://download.igniterealtime.org/spark/spark_2_8_2.tar.gz sudo tar -zxvf spark_2_8_2.tar.gz -C /opt/ sudo mv /opt/Spark/ /opt/spark cd /opt/spark/ sudo wget https://dl.dropbox.com/u/50880014/spark.png sudo apt-get install vim sudo vim /usr/share/applications/spark.desktop Copy this and paste it in spark.desktop [Desktop Entry] Name=Spark Version=2.8.2 GenericName=Spark

How to install Spark messenger? Read More »

note editor linux

How to create swap in Linux ?

How to create swap in Linux CREATE SWAP PARTITION LINUX We can create a 8 Gigabyte Swap Partition —————————————– sudo fallocate -l 8G /swapfile ls -lh /swapfile Enabling the Swap File ————————- sudo chmod 600 /swapfile ls -lh /swapfile Now that our file is more secure, we can tell our system to set up the

How to create swap in Linux ? Read More »