
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Found 2003 Articles for Operating System

2K+ Views
Internet radio has become a popular way of listening to music and news from all over world. There are many internet radio players available for Linux, but finding right one can be a challenge. Open source internet radio players for Linux are free and customizable, making them an excellent option for Linux users who want to personalize their listening experience. In this article, we will discuss best open-source internet radio players for Linux and their features. We'll also talk about how to install and use these players on your Linux machine. Rhythmbox Rhythmbox is a popular music player for Linux ... Read More

17K+ Views
If you're looking for a media center operating system for your home theater PC, Linux has plenty of options available. Linux is known for its flexibility, customization, and stability, making it a great choice for a media center. In this article, we'll take a look at some of best Linux media center distros for your home theater PC. We'll cover different features, benefits, and drawbacks of each distro, along with some examples of popular media center software. What is a Media Center Distro? A media center distro is a version of Linux designed specifically for use as a media center. ... Read More

875 Views
If you have an older computer lying around that's just not powerful enough to run modern software, you may think it's time to send it off to recycling center. But before you do, consider installing a lightweight Linux distribution. These operating systems are designed to run on older, less powerful machines and can breathe new life into your aging computer. In this article, we'll take a look at some of best lightweight Linux distributions for older computers. We'll cover benefits of these operating systems, what to look for when choosing one, and some examples to help you get started. Benefits ... Read More

2K+ Views
Gnome desktop is one of most popular Linux desktop environments, known for its simple and intuitive interface. If you are a Linux user and looking for best audio and video players for your Gnome desktop, you have come to right place. In this article, we will discuss top audio and video players that are compatible with Gnome desktop. VLC Media Player VLC Media Player is one of most popular media players available for Linux users. It is a free and open-source media player that supports almost all video and audio formats. VLC Media Player is not just a player, but ... Read More

637 Views
Have you ever found yourself stuck in a deep nested directory structure while using command line interface and wished there was a faster way to navigate back to a parent directory instead of repeatedly typing "cd ../../.."? Well, you're in luck because there is a simple solution that can save you time and reduce chances of making errors in your commands. In this article, we'll introduce you to "bd" command and show you how it can make your life easier. What is Bd? "bd" stands for "back directory" and is a command-line tool that allows you to quickly navigate back ... Read More

633 Views
If you're a developer, you're probably familiar with frustration of working with command-line tools that don't offer a lot of visual feedback. This is particularly true when working with a text editor or terminal. However, there's a new tool out there that can help make your life a little bit easier. It's called Bat, and it's a cat clone with syntax highlighting and Git integration. What is Bat? Bat is a tool that works similarly to cat command in Unix, which concatenates and displays contents of one or more files. However, Bat takes things a step further by offering syntax ... Read More

2K+ Views
Secure Shell (SSH) is a popular protocol used to securely access remote systems over internet. It provides a secure, encrypted communication channel between a local and a remote computer, making it a great tool for remote administration, file transfers, and tunneling. In this article, we will cover basic usage and configuration of SSH in Linux. Installing and Enabling SSH Before we dive into using SSH, let's make sure it's installed and enabled on your Linux machine. To install SSH on Ubuntu, Debian or other Debian-based distributions, you can run following command − sudo apt-get install openssh-server On Red Hat-based ... Read More

404 Views
Linux is a popular operating system that is used for various purposes, including servers, desktops, and mobile devices. With its open-source nature and robust security features, Linux is generally considered to be more secure than other operating systems. However, this does not mean that Linux is immune to security risks. Like any other operating system, Linux can be vulnerable to cyber attacks if it is not properly secured. In this article, we will discuss some basic security tips that you can use to protect your Linux system. Keep Your System Up-to-date The first and foremost step to secure your Linux ... Read More

626 Views
If you are a Linux user, you may have experienced some difficulties when it comes to monitoring system resources. Keeping track of CPU usage, memory usage, network activity, and other important system statistics can be a challenging task. Fortunately, there are several open-source tools available that make it easy to monitor system resources. In this article, we will be discussing one such tool – Bashtop. What is Bashtop? Bashtop is a resource monitoring tool for Linux that provides real-time information on system resources. It is a terminal-based application that displays a live graph of system resources usage, making it easy ... Read More

11K+ Views
If you're new to command line interface, you may have come across terms bashrc and bash_profile. These are important files that can be found in your home directory and are used to customize your shell environment. However, many users are often confused about differences between these two files. In this article, we'll dive into differences between bashrc and bash_profile, and explain how they work. What is Bashrc? Bashrc is a configuration file for Bash shell, which is default shell on most Linux distributions and macOS. This file is executed each time you open a new terminal window, and it contains ... Read More