The Dynamic Host Configuration Protocol (DHCP) is an essential network protocol that simplifies the management of IP addresses in a network. It automates the assignment of IP addresses, subnet masks, and other network parameters to devices, allowing them to seamlessly communicate within a local area network (LAN) or wide area network (WAN). This article will provide a comprehensive overview of DHCP, its core components, and its working process. We will also cover its advantages and potential security concerns. Understanding DHCP In the early days of networking, network administrators manually assigned IP addresses to devices. This process was both time-consuming and…
Author: Rahul
Fail2ban is a very useful application for you if you are managing the security of the server, or you are running your own VPS or physical server. Fail2ban scan log files created on the system and has the ability to ban IPs which found malicious based on configuration rules. We can use it for monitoring various system services logs like Apache, SSH and blog the IPs which are trying to breach the system’s security. Step 1 – Install Fail2ban on CentOS First of all, enable epel-release yum repository on your CentSO system. Then install the Fail2ban rpm package using the…
Amazon EBS (Elastic Block Store) provides persistent block storage for using with Amazon instances. Each Amazon EBS volume offering high availability and durability. It has capability to automatically replicate in its Availability Zone to protect you from component failure. This article will help you to Create and Add EBS Volume to your existing instance. All the command are used with this article are used with CentOS 6.5. So change commands used in Step #3 as per operating system used. Step 1: Create an EBS Volume First we need to login to AWS EC2 dashboard. After login navigate to following location…
FTP (File Transfer Protocol) are mostly used in web development. Is very useful for connecting servers using FTP protocol for transferring files between server and client. This article will provide you with basic info about top FTP clients for windows systems. Personally, I always use FileZilla as FTP clients, So the below list can be used for Alternatives of FileZilla. 1. FileZilla FTP Client FileZilla is the most popular FTP client used for connecting FTP servers. It is popular with its user-friendly features. FileZilla is cross-platform and supports FTP, FTP over SSL/TLS (FTPS), and SSH File Transfer Protocol (SFTP). […
This article is used helpful for installing SSL certificate signed by CA for our WHM services. By default all services used self signed certificate in WHM/cPanel and we always get an warning while using any secured service like WHM/cPanel access, webmail access etc. Using this article we will install trusted ssl certificate in our WHM/cPanel server. Follow the below steps to do it. Step 1: Check System Hostname Check your current system hostname to generate csr by going to following location Home » Networking Setup » Change Hostname Or we can use linux command to find systems hostname # hostname…
Have you forgotten MariaDB root password? You don’t know how to recover it. Not to worry, this tutorial will help you to reset MariaDB root password on Linux system. Let’s follow this step by step tutorial to reset MariaDB root password on your Linux systems. Step 1 – Start MariaDB in Safe Mode First of all, you need to stop MariaDB service on your system. You can do this using the following command. sudo systemctl stop mysql.service Now start your MariaDB service in safe mode using skip grant and run this command in the background. mysqld_safe –skip-grant-tables & Step 2…
Xnoise is a popular media player in Linux worlds for GTK+ with an intuitive user interface with his great speed and many features. Xnoise plays audio as well as plays video very efficientyly. Features of Xnoise Player Xnoise is popular with its lot of features like. Simple GUI Support of both Music and Videos Equalizer with sound presets Automatic media folder monitoring Automatic album art fetching Capability to State restore Can play virtually all media via GStreamer Install Xnoise Player on Ubuntu Use following set of commands to install SMPlayer on your Ubuntu systems. $ sudo add-apt-repository ppa:shkn/xnoise $ sudo…
MariaDB An enhanced, drop-in replacement for MySQL. MariaDB can be an better choice for choice for database professionals looking for a robust, scalable, and reliable SQL server. MariaDB has a number of updated features over MySQL. Use below links to read features comparison between MariaDB and MySQL Features of MariaDB vs MySQL Compatibility between MariaDB vs MySQL Read more about MariaDB This article will help you to install MariaDB 5.5 in CentOS, RHEL 6/5 and Fedora 19/18/17 systems using Yum Step 1: Add MariaDB Yum Repositories First we need to add MariaDB yum repository in our system. Below is the…
Samba is a popular open-source software suite that allows Linux systems to share files and printers with other operating systems, including Windows. Setting up a network share using Samba on Linux is a relatively simple process, and can be done in just a few steps. Step 1: Install Samba The first step in setting up a network share using Samba is to ensure that the Samba software is installed on your Linux system. You can do this by using your distribution’s package manager to install the “samba” package. For example, on Debian-based systems such as Ubuntu, you can install Samba…
PartKeepr is an open source Inventory Manage System, primarily designed for electronic components. This article will help you to install Install PartKeepr in CentOS & RHEL Systems. We assume you already have LAMP environment setup on your system or use LAMP setup instructions on CentOS/RHEL system. Step 1: Install Required Packages PartKeepr required multiple packages, Use following set of commands to install them, PHP and pear packages. # yum install php-pear php-pecl-imagick php-gd Install below pear packages as well # pear channel-discover pear.symfony.com # pear channel-discover pear.doctrine-project.org # pear channel-discover pear.twig-project.org # pear install pear.doctrine-project.org/DoctrineORM # pear install doctrine/DoctrineSymfonyYaml #…