How to Add and Delete Users on CentOS 7

You may need to create separate account for every user want to connect this system. For adding new users in system there are two commands available in your system, useradd and adduser. adduser command is the enhanced version of useradd command. adduser command uses useradd command in backend. Knowing how to add and remove users … Read more

How to Install CentOS Web Panel (CWP) on CentOS 7

CentOS Web Panel in short CWP is a free web hosting control panel designed easy management of (Dedicated & VPS) servers without of need to use ssh console. This works for RPM-based distributions only. To use this control panel you must have CentOS, RHEL or CloudLinux operating system on your server. Whenever we install CWP … Read more

How To Install Cockpit on CentOS 7

Cockpit is a free and open source program for Linux server management. It is very lightweight and has a beautiful, easy to use web interface. It allows system administrators to easily perform tasks such as starting Docker containers, storage administration, and network configuration. Cockpit is released under the LGPL v2.1+, and it is available for … Read more

How To Install and Configure Redis on CentOS 7

Redis is an open-source in-memory database project implementing a distributed, in-memory key-value store with optional durability. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, hyperloglogs, bitmaps and spatial indexes.  Redis has built-in replication, Lua scripting, LRU eviction, transactions and different levels of on-disk persistence, and provides high … Read more

Easy Samba installation on RHEL/CentOS 7

Samba is a client/server system that implements network resource sharing for Linux and other UNIX computers. With Samba, UNIX files and printers can be shared with Windows clients and vice versa. Samba supports the Session Message Block (SMB) protocol. Nearly all Windows computers include SMB support with their internal network subsystems (NetBIOS in particular). With … Read more

Easy Samba server installation on CentOS 6.5

Samba is a client/server system that implements network resource sharing for Linux and other UNIX computers. With Samba, UNIX files and printers can be shared with Windows clients and vice versa. Samba supports the Session Message Block (SMB) protocol. Nearly all Windows computers include SMB support with their internal network subsystems (NetBIOS in particular). With … Read more

Install Ajenti control panel on CentOS 6.5

Ajenti is a simple and easy to use admin panel that can be used to manage server tasks from any web browser a bit similar to the webmin module but what really caught my attention was GUI its really nice and everyone’s gonna agree once they install and use it . The features of this admin panel can be extended by the use of … Read more

How to set static ip address on RedHat/CentOS, and Fedora linux

This post shows the steps to configure static ip address, default gateway, netmask, dns server and make a network auto start at boot on RedHat/CentOS 5.x/6.x and Fedora linux host normally configured with static ip address, so that easier to maintain the configuration on it’s client and DNS server will always able to resolve it. … Read more

How to configure Network interfaces in RHEL/CentOS or Fedora Linux

In RHEL/CentOS or Fedora, you can configure network interfaces by using configuration files located in /etc/sysconfig/network-scripts/. For each network interface (e.g., eth0), there should be a corresponding configuration file (e.g., ifcfg-eth0) in the directory. If you would like to configure a network interface, do the following. $ sudo vi /etc/sysconfig/network-scripts/ifcfg-eth0 If you would like to … Read more

How to remove old kernel on RHEL/CentOS/Fedora using YUM command

This is quick guide howto delete/remove/clean old kernels on Fedora, CentOS, Red Hat (RHEL). I use here two kernel as example, if you want to keep other more or less, then adjust amount of installed kernels as you wish. Normally reason why you maybe want remove kernels is limited disk space, example on VPS servers … Read more