Operating System Articles

Page 129 of 171

10 Lesser Known Effective Linux Commands

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

Linux is a powerful operating system widely used in software development, web hosting, and cloud computing. While most users know basic commands like ls, cd, and cp, Linux offers many lesser-known commands that can significantly boost productivity. These hidden gems can automate complex tasks, save time, and simplify system administration. Let's explore 10 effective but underutilized Linux commands. 1. 'rename' Command The rename command allows you to rename multiple files at once using Perl regular expressions. This is far more powerful than renaming files one by one. rename 's/oldname/newname/' files For example, to change ...

Read More

10 Linux Commands to Collect System and Hardware Information

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

Linux provides numerous built-in commands to gather detailed system and hardware information, essential for troubleshooting, performance monitoring, and system administration. These commands allow administrators and users to inspect everything from basic system details to comprehensive hardware specifications without requiring external tools. Basic System Information Commands uname - System Information The uname command displays fundamental system information including kernel version, architecture, and operating system details. $ uname -a Linux hostname 5.4.0-74-generic #83-Ubuntu SMP Sat May 8 02:35:39 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux uptime - System Runtime Shows how long ...

Read More

How to Access Remote Desktop from Browser Using TightVNC

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

Remote Desktop is a handy tool that allows you to access your computer from a different location, using another device. It is very useful, especially for remote workers, who need to access their work computer from home or any other location. The most common way to access a remote desktop is through a client software installed on the device, but there is an easier way to access it: using a browser. In this article, we will show you how to access remote desktop from a browser using TightVNC. What is TightVNC? TightVNC is a free remote control software ...

Read More

How to Add Hosts in OpenNMS Monitoring Server

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

OpenNMS is an open-source network monitoring and management platform that helps system administrators monitor their networks, servers, and applications. It provides comprehensive monitoring capabilities that allow administrators to detect and resolve issues before they become critical. In this article, we'll discuss how to add hosts in OpenNMS monitoring server. What are Hosts? Hosts are the devices or servers that you want to monitor. It could be a physical device or a virtual machine. In OpenNMS, hosts are represented as nodes in the system so that the monitoring system can track them for any issues that may arise. Adding ...

Read More

10 Interview Questions on Linux ls Command

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

If you're looking to land a job in a Linux environment, you're likely to be asked a lot of technical questions during the interview process. One of the most important commands in Linux is the ls command, which is used to list the contents of a directory. In this article, we'll explore the most common interview questions on the ls command and how to answer them effectively. What is the "ls" command, and what does it do? The ls command is used to list the contents of a directory. It displays the names of files and directories in ...

Read More

Top 20 Essential Docker Commands You Should Know in 2023

Devang Delvadiya
Devang Delvadiya
Updated on 17-Mar-2026 318 Views

Docker is a powerful containerization platform that enables developers to package applications and their dependencies into lightweight, portable containers. Understanding Docker commands is essential for efficient container management, from creating and running containers to troubleshooting and maintaining them in development and production environments. What is Docker? Docker is a free and open-source platform that facilitates container development, administration, and operation in remote or local environments. It provides OS-level virtualization through containers, allowing applications to run consistently across different environments. As a Platform as a Service (PaaS) tool, Docker simplifies application deployment by bundling apps with their dependencies into ...

Read More

How to Add New Fonts in Fedora

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

Fedora is a popular Linux distribution that offers flexibility in customizing your system, including the ability to add custom fonts. Fonts play an important role in the overall look and feel of documents, presentations, and applications. This article will guide you through the process of installing new fonts in Fedora. Why Add New Fonts in Fedora? While Fedora comes with a good collection of default fonts, you may need additional fonts for specific purposes such as graphic design, coding, or multilingual support. Custom fonts can add a personal touch to your work and improve readability for different use ...

Read More

How to Remove a User from a Group in Linux

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

Linux is a powerful and flexible operating system that is widely used in server environments. In these environments, it is common for multiple users to work on the same system and even belong to the same user groups. However, there may come a time when you need to remove a user from a group, either because they no longer require access or due to security reasons. In this article, we'll look at how to remove a user from a group in Linux. What are User Groups in Linux? User groups are an essential feature of Linux operating systems. ...

Read More

How to Add or Remove PPA in Ubuntu Using GUI and Terminal

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

Ubuntu is one of the most popular Linux-based operating systems used by millions of people worldwide. It is known for its ease of use, reliability, and security features. One of the most important features of Ubuntu is its package management system, which allows users to easily install, update, and remove software packages. Personal Package Archives (PPAs) are third-party repositories that contain software packages not available in the official Ubuntu repositories. They are typically maintained by individuals or teams of developers who create and maintain their own packages. This article explains how to add or remove PPAs in Ubuntu using ...

Read More

How to Add phoenixNAP as a Veeam Cloud Connect Service Provider

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

Veeam Cloud Connect is a feature that allows organizations to securely backup and replicate data to cloud service providers. PhoenixNAP is a trusted Veeam Cloud Connect service provider offering reliable, cost-effective cloud backup and replication services. This guide walks through the process of configuring phoenixNAP as your Veeam Cloud Connect service provider. Prerequisites Before starting the configuration process, ensure you have − Veeam Backup & Replication software installed and licensed Administrative access to the Veeam console Network connectivity to phoenixNAP's cloud infrastructure Valid phoenixNAP account with Veeam Cloud Connect service activated Step 1: Create ...

Read More
Showing 1281–1290 of 1,707 articles
« Prev 1 127 128 129 130 131 171 Next »
Advertisements