Linux Articles

Page 14 of 134

How to Monitor Disk IO in a Linux System

Kunal Verma
Kunal Verma
Updated on 17-Mar-2026 745 Views

Disk monitoring is a critical task for maintaining optimal performance in Linux systems. The disk I/O subsystem is often the slowest component and can become a bottleneck that affects overall system performance. When processes wait for I/O operations to complete, it directly impacts system responsiveness. Effective disk monitoring helps identify which processes are causing I/O bottlenecks and determines the root cause of performance issues. In this article, we'll explore essential tools like iostat and iotop to monitor disk I/O performance in Linux systems. Installing iotop The iotop tool is available in most Linux distribution repositories and can ...

Read More

ServerMania - Discover High Availability Cloud Computing, powered by OpenStack

Ayush Singh
Ayush Singh
Updated on 17-Mar-2026 174 Views

ServerMania is a leading cloud computing provider that leverages OpenStack, an open-source cloud platform, to deliver highly available, redundant, and cost-effective private and public cloud solutions. The company specializes in providing dedicated servers and cloud hosting services with exceptional uptime, modern infrastructure, and superior customer support. ServerMania harnesses the full power of OpenStack technology to enable rapid cloud server deployment and offers streamlined, customized server management solutions. Their IT infrastructure supports instant provisioning of cloud servers, virtual private servers, dedicated servers, and web hosting solutions that can be deployed in as little as 5 minutes. The company operates modern ...

Read More

Use sudo Command in Non-Interactive Mode

Kunal Verma
Kunal Verma
Updated on 17-Mar-2026 687 Views

In Linux, the sudo (Super User DO) command is frequently used as a prefix to a command that only superusers are permitted to execute. Any command that has the "sudo" prefix will run with elevated privileges, or in other words, allow a user with the necessary permissions to execute a command in the role of another user, such as the superuser. This is comparable to Windows' "run as administrator" option. Note − Linux commands are case-sensitive. Default sudo Behavior To use the sudo command on the majority of contemporary Linux distributions, a user must be a member ...

Read More

Working and components of Linux GUI with Examples

Kunal Verma
Kunal Verma
Updated on 17-Mar-2026 2K+ Views

The Graphical User Interface (GUI) is a visual interface that allows users to interact with a Linux system through windows, icons, menus, and pointing devices rather than text-based commands. Unlike command-line interfaces, GUI provides an intuitive way to operate the system using graphical elements that represent files, applications, and system functions. How Linux GUI Works Linux GUI operates through a layered architecture where the X Window System (X11) serves as the foundation layer, managing graphics rendering and input/output operations. Above this sits the window manager, which controls window placement, decoration, and behavior. The desktop environment provides the complete ...

Read More

Setting up a Caching DNS Server in Ubuntu Server 14.04

Ayush Singh
Ayush Singh
Updated on 17-Mar-2026 675 Views

A caching DNS server stores DNS query results locally to reduce lookup times and network traffic. In Ubuntu Server 14.04, you can set up a caching DNS server using either BIND or Unbound. This improves DNS resolution performance by serving cached responses instead of forwarding every query to external DNS servers. The setup process involves installing the DNS software, configuring cache parameters and server settings, then testing the implementation. Clients are then configured to use the caching server for faster DNS resolution. Methods Used BIND (Berkeley Internet Name Domain) − Full-featured DNS server with robust caching ...

Read More

Setting Up OpenERP (Odoo) 9 with Nginx on RHEL/CentOS and Debian/Ubuntu

Ayush Singh
Ayush Singh
Updated on 17-Mar-2026 355 Views

OpenERP (Odoo) 9 is a comprehensive enterprise resource planning (ERP) system that provides modules for CRM, accounting, inventory, manufacturing, and project management. Setting it up with Nginx as a reverse proxy improves performance by handling static files and load balancing. This guide covers installation on both RHEL/CentOS and Debian/Ubuntu systems. Installation Methods Method Advantages Use Case Manual Configuration Full control, customizable settings Production environments, specific requirements Docker Installation Containerized, easy scaling, quick setup Development, testing, cloud deployments Manual Configuration Manual configuration provides complete control ...

Read More

Setting up a Firewall on an s0.d1.small BMC Instance

Ayush Singh
Ayush Singh
Updated on 17-Mar-2026 185 Views

Setting up a firewall on an s0.d1.small BMC instance is essential for securing your system against unauthorized access and network threats. A firewall acts as a barrier between your BMC (Baseboard Management Controller) instance and potentially malicious network traffic by filtering incoming and outgoing connections based on predefined rules. This process involves accessing the BMC interface, configuring security settings, and implementing proper rule sets to control network traffic. You can specify allowed protocols, ports, and IP addresses to create comprehensive access restrictions that protect your system's integrity and confidentiality. Firewall Configuration Methods There are two primary methods ...

Read More

Setting Up Bind As a Private DNS Server on RHEL 8

Ayush Singh
Ayush Singh
Updated on 17-Mar-2026 842 Views

BIND (Berkeley Internet Name Domain) is a widely-used DNS server software that can be configured as a private DNS server on RHEL 8. This setup allows organizations to manage internal domain name resolution, providing faster lookups and better control over DNS queries within their network infrastructure. Methods Used Manual Configuration − Direct editing of configuration files for precise control Web-based Administration Tools − Graphical interface management using tools like Webmin Manual Configuration Manual configuration involves directly editing BIND configuration files to set up the DNS server. This method provides administrators with complete control over ...

Read More

Setting up a Sandbox Environment on an S.0 BMC Instance

Ayush Singh
Ayush Singh
Updated on 17-Mar-2026 201 Views

A Sandbox Environment is an isolated computing environment that allows developers and system administrators to test applications, configurations, and code without affecting production systems. Setting up a sandbox on a S.0 BMC (Bare Metal Cloud) instance provides dedicated hardware resources with complete isolation from other workloads. Prerequisites Before setting up your sandbox environment, ensure you have provisioned a S.0 BMC instance with adequate resources. Configure basic network settings including a static IP address through the BMC management panel. Install essential system updates and security patches to establish a secure foundation for your sandbox deployment. Methods Used ...

Read More

Setting Up ëXR\' (Crossroads) Load Balancer for Web Servers on RHEL/CentOS

Ayush Singh
Ayush Singh
Updated on 17-Mar-2026 210 Views

The XR (Crossroads) Load Balancer is a high-performance load balancing solution that distributes incoming web traffic across multiple backend servers. Setting it up on RHEL/CentOS involves installing dependencies, configuring backend servers, and defining load balancing algorithms to ensure optimal performance and high availability. Installation of Dependencies and Crossroads Software Package Before installing Crossroads, ensure your system has the required dependencies. The load balancer requires specific libraries and tools to function properly on RHEL/CentOS systems. Installing Required Dependencies sudo yum update sudo yum install gcc make wget tar Download and Install Crossroads ...

Read More
Showing 131–140 of 1,337 articles
« Prev 1 12 13 14 15 16 134 Next »
Advertisements