HostOnNet Blog

Tag Archives: centos

No handlers could be found for logger paramiko.transport

On CentOS 7 server, when i try connect with fabric, i get error paramiko version installed on my PC was v1.15.3. This is latest version, so i tried installing latest from git. That installed latest developmental version from git. Still


Add IP Address in CentOS Server

On a dedicated server, we got following IP range By default, only one IP was configured on the server. To Add extra IP, create file With following content Restart network, make sure you have not made any mistake. Now all


Installing unrar in CentOS

You can download unrar (WinRAR) from http://www.rarlab.com/download.htm For CentOS 6.x 64 Bit, i downloaded latest RAR 5.21 for Linux x64 Command line only. Now you will be able to use unrar command. They also have rar binary, but on Linux,


Installing OpenVPN Server in Ubuntu/CentOS

OpenVPN allow you to browse internet securely. All connection from your PC are encrypted. OpenVPN have two parts OpenVPN Server OpenVPN Cleint OpenVPN Server You need to install this on a dedicated or VPS that is always connected to internet.


Commands to Check Disk Space in Linux Systems

A quick way to get the summary of available and used disk space on your Linux system is to type in the ‘df’ command in a terminal window. The command df stands for “disk filesystem“. With the -h option (df


CentOS announces the general availability of CentOS version 7

Red Hat derivative ‘The CentOS Project’ has announced the general availability of Linux CentOS version 7, the first release of the free distribution based on the source code for Red Hat Enterprise Linux (RHEL) 7. It’s also the first major


How to Uninstall Fantastico from WHM / cPanel Server

How to Uninstall Fantastico from WHM / cPanel Server Log into your server via SSH as root and execute the following: The first line, /var/netenberg/ should be replaced with whatever directory you installed the Fantastico master files ( /home/netenberg/ )


How to install whois on CentOS server

While moving a web site, i want to check whois of the domain to find name servers. I run Whois is not installed, we need to install it. To find which package provide whois command, run We found out the


Fantastico

Install Fantastico on Cpanel Server

Login to server as root via SSH. Run following command to install fantastico. Log into the WHM and go to Main >> Plugins >> Fantastico De Luxe WHM Admin, and click install. All admin files will be created at /var/netenberg.


Installing Java on CentOs

Java is available in CentOS 5. root@server70 [~]# yum list|grep openjdk java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.2.b09.el5 installed java-1.6.0-openjdk-demo.x86_64 1:1.6.0.0-1.2.b09.el5 updates java-1.6.0-openjdk-devel.x86_64 1:1.6.0.0-1.2.b09.el5 updates java-1.6.0-openjdk-javadoc.x86_64 1:1.6.0.0-1.2.b09.el5 updates java-1.6.0-openjdk-src.x86_64 1:1.6.0.0-1.2.b09.el5 updates root@server70 [~]# To install java, run yum install java-1.6.0-openjdk Java will be installed on