Linux Articles

Page 106 of 134

Dive Deep Into Python Vs Perl Debate – What Should I Learn Python or Perl

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 483 Views

Python and Perl are two popular programming languages used for a variety of purposes. Both languages have their own strengths and weaknesses, and choosing between them can be a difficult decision for aspiring programmers. In this article, we will take a deep dive into the Python vs Perl debate and help you make an informed decision on which language to learn. Python vs Perl: An Overview Python and Perl are both high-level, interpreted programming languages that are used for a wide range of applications. Python was created in the late 1980s by Guido van Rossum, while Perl was ...

Read More

Docker on Raspberry Pi - Installation Guide

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 1K+ Views

Docker has become an indispensable tool for developers, allowing them to easily create, deploy, and run applications in containers. While Docker is commonly used on desktops and servers, it can also be installed on embedded devices such as the Raspberry Pi. This guide walks through the complete installation process and demonstrates practical usage with examples. Hardware Requirements Docker can run on any Raspberry Pi model, but performance varies significantly. The Raspberry Pi 4 with 4GB or 8GB of RAM provides optimal performance compared to older models like the Pi 3B+. Recommended hardware specifications − Raspberry ...

Read More

DOSBox – Runs Old MS-DOS Games_Programs in Linux

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 784 Views

DOSBox is a powerful emulator that allows users to run old MS-DOS games and programs on modern Linux systems. It creates a complete DOS environment with sound, graphics, and hardware emulation, making vintage software accessible on contemporary machines. What is DOSBox? DOSBox is an emulator that recreates the MS-DOS operating system environment on modern computers. Released in 2002, it emulates an Intel x86 PC with complete sound, graphics, and networking capabilities. This allows users to run legacy DOS applications exactly as they would on original hardware from the 1980s and 1990s. The emulator is particularly popular among ...

Read More

How to Delete Old Unused Kernels in Debian and Ubuntu?

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 28K+ Views

The kernel is the core component of a Linux-based operating system, responsible for managing system resources and communicating with hardware devices. When new kernel versions are released, they include important bug fixes, security patches, and performance improvements. However, multiple kernel versions accumulating over time can consume valuable disk space and potentially slow down system performance. Deleting old unused kernels is an essential maintenance task that helps keep your Debian and Ubuntu systems running smoothly while freeing up storage space and maintaining optimal security. Understanding Kernels in Debian and Ubuntu A kernel is the central component of an ...

Read More

How to Delete Partition in Linux?

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 13K+ Views

Linux is an open-source operating system favored by many users for its robustness, flexibility, and stability. One of the key features of Linux is its ability to provide users with better control over their system's resources through partitioning schemes, which divide a hard drive into multiple sections, allowing for more efficient use of space and resources. What is a Partition in Linux? A partition in Linux is a logical division or section on a hard drive that isolates data from other parts of the disk. It allows users to create separate spaces on their hard disk for different ...

Read More

How to Deploy HTML5 Website on a LAMP Server in Ubuntu?

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 1K+ Views

HTML5 is the fifth and latest version of Hypertext Markup Language, which is the standard language used for creating web pages and applications. Unlike its predecessors, HTML5 offers a more efficient way of coding websites, making it easier for developers to create rich and interactive content. With HTML5, developers can use new tags like and to include multimedia elements on their web pages without relying on third-party plugins. The tag allows developers to create animations and graphics directly on a web page using JavaScript. Additionally, HTML5 provides better support for mobile devices by introducing responsive design ...

Read More

How to Deploy Multiple Virtual Machines using Network Install (HTTP, FTP and NFS) under KVM Environment Introduction

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 523 Views

Virtual machines (VMs) are a powerful tool for creating and managing multiple operating systems on a single physical machine. They allow you to run different operating systems, applications, and services without the need for additional hardware. Through network installation methods using HTTP, FTP, and NFS servers, you can deploy multiple VMs efficiently using centralized installation media accessed over the network. Instead of having multiple physical computers with their own dedicated resources, VMs share the resources of the host machine. This approach enables you to create isolated environments that can simulate different computing scenarios or test new software without interfering ...

Read More

How to Deploy RedHat Enterprise Virtualization Hypervisor (RHEV-H)

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 402 Views

RedHat Enterprise Virtualization Hypervisor (RHEV-H) is a bare-metal hypervisor based on the open-source Kernel-based Virtual Machine (KVM) technology. It provides hardware-based virtualization that enables multiple operating systems to run efficiently on a single physical server, creating a scalable and cost-effective virtualization infrastructure for modern data centers. System Requirements Before deploying RHEV-H, ensure your system meets these minimum requirements: Processor − 64-bit x86 processor with virtualization extensions (Intel VT or AMD-V) Memory − At least 4 GB of RAM for the hypervisor Storage − Minimum 10 GB disk space for installation Network − Network interface controller supporting ...

Read More

How to Disable “su” Access for Sudo Users?

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 5K+ Views

System security requires careful management of root access, especially in multi-user environments. The su command allows users to switch accounts and potentially gain root privileges, which can pose security risks when combined with sudo access. This guide explains how to disable su access for sudo users to enhance system security. Understanding Sudo and Su Commands The sudo command allows authorized users to execute administrative tasks with elevated privileges by entering their own password rather than the root password. It provides controlled, temporary access to root-level functions while maintaining an audit trail of executed commands. The su command ...

Read More

How to Disable IPv6 in CentOS 8?

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 1K+ Views

In today's modern world, the utilization of the Internet is essential for many businesses and individuals alike. The Internet Protocol (IP) is a fundamental communication protocol used to connect devices over the internet. Internet Protocol Version 6 (IPv6) was introduced in 1998 as an improvement over IPv4 and has since become more widely adopted. What is IPv6 and Why Disable It? IPv6 provides several advantages over its predecessor, including a larger address space (128-bit vs 32-bit), improved security features, and better network performance. However, there are situations where disabling IPv6 may be necessary: Some legacy applications ...

Read More
Showing 1051–1060 of 1,338 articles
« Prev 1 104 105 106 107 108 134 Next »
Advertisements