Overview of systemd and systemctl : Systemd service manager manage boot process and server processes . In this tutorial , we are discussing about systemd services and socket units , which handle system daemons and network services. Daemons are the services or process that run in task background or… Continue Reading…
Here we are going to discuss about Network Teaming and Link Aggregation. Here Teaming will combine two network interfaces link to provide better performance in redundancy and throughput. We can link Network Interface Card ( NIC ) together logically thorough Network Teaming method for higher throughput and failover condition. teamd… Continue Reading…
In new latest Version of RHEL / Cantos 7 , there is changes in network configurations and tools. Network Manager is a process to manage network services and network connection and devices. This service can be managed through different way like nmcli and other command line and graphical tools. Here… Continue Reading…
In January 2016 php.net, released new latest version of PHP. This PHP 7 Version comes with new Zend Engine and lots of new features. Here in this articles , I will show you php 7 installation via remi repository . Now php developer will use in php editor new version… Continue Reading…
Earlier we have done node.js installation through source package , you can find here that post from below link. Node.js Installation from Source . Here we are going to install node.js through two method first one is from EPEL repository and other from Node Version Manager ( NVM ) …. Continue Reading…
Node.js is an open-source and server side script plateform which uses java script on a web server . It is faster than other languages like python, perl or Ruby and is able to handle lots of concurrent connection with minimum resource on a single process.it is based on cross plateform… Continue Reading…
Nginx is a open source powerful web server which can handle millions of visitors. Nginx setup in reverse will boost up cPanel/WHM Server. cPanel does not officially support nginx yet but we can set up nginx on cPanel using NginxCP installation script , which provide good performance with cPanel Servers… Continue Reading…
The SCP is secure and managed file transfer protocol for files or folders from the local system to a remote host or from a remote system to the local host. scp command usage SSH protocol in back-end to copy files securely through encrypted data transfer and authentication. So it is the… Continue Reading…
Here i have got an issue on installation of java thourgh PPA Repository on Ubuntu 14.04.3 LTS server that add-apt-repository command not found or install and I have followed below steps to install this command. Run the below command for python-software-properties. # sudo apt-get install python-software-properties Now after that update… Continue Reading…
Recently i configured a business website hosting server with Plesk parallel panel for my client and I was using Ubuntu 14.04 LTS but there I found default java is not install on the server . So I have written post for installation of java 8 through different methods of PPA…. Continue Reading…
Most of the time user having problem of slowness of website or not optimize server configuration , so performance analyzing websites showing some recommendation like disable etag , add expire header and compression of text etc.. Here i am explaining how we can enable or disable these modules through .htaccess… Continue Reading…
Here in this post we will going to again installation of AWS CLI Tool through another method using Pip on Linux based flavour operating system like centos , rhel , fedora etc.AWS CLI tool is inbuilt in Amazon Linux AMI’s already.So if you are using Amazon Linux ami then you… Continue Reading…
The Amazon command line interface tool is called as in short EC2 CLI tools that is composed in Java and included shell scripts for most of the linux and windows based machines. Before configuring EC2 API CLI tools , we need to install java JRE ( Java Runtime Environment) because tool… Continue Reading…
Earlier we have discussed installation of docker on different linux version.Here we are going to add non root user to docker group .docker process use root user pervilage to connect.docker command create a unix group called as docker if it is added in the group otherwise it look sudo previlage…. Continue Reading…
Terminology : This time Docker is very hot technology and most of the companies and businesses are adopting and moving application to this application containers technology because it’s features of multiple apps on same server , easy to handle and application can be shipped easily . Here in this article… Continue Reading…
I have recently got an issue after recompiling cPanel with module FastCGI, I want to change my server configuration from SuPHP to fcgi ( FastCGI). I had enabled fcgi on my server and I got an issue like the below. “No Input File Specified” Here in this article, I will… Continue Reading…
Here I was getting issue in installing IP messenger ( IPTUX ) in CentOs 7 through rpm , so I have install through compile through source package and showing installation steps for debian as well as linux based system . First I am going to explain what is IP Messenger… Continue Reading…
Install MRTG on CentOs , RHEL , Fedora and Linux STEP 1 : Click here to install EPEL Repository for CentOs 7 , RHEL 7 STEP 2 : Install Apache web server. Here we are creating basis installation of apache web server. #yum -y install httpd Start the apache web… Continue Reading…
Analyze boot up performance on CentOS 7 , RHEL 7 , Fedora and Ubuntu [box] Now in most of latest Linux distribution Systemd is default init-system and having lots of new features . systemd basically designed for boot up performance. Now through systemd tool system-analyse we can see execution tree… Continue Reading…
I have faced unavailability of beanstalk package in epel yum repository recently and got some answer from source and git repository installation but i got no luck in start services through git code after compilation. After some time invest, i got a solution on centos.org to build a solution. In… Continue Reading…