
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 1354 Articles for Open Source

12K+ Views
Introduction Linux is an open-source operating system, which is 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. This is achieved through the use of the partitioning scheme, which divides a hard drive into multiple sections or partitions, allowing for more efficient use of space and resources. What a partition is in Linux? A partition in Linux can be thought of as a logical division or section on a hard drive that isolates data from other parts on ... Read More

27K+ Views
Introduction The kernel is the core component of a Linux-based operating system, and it is responsible for managing the system's resources and communicating with hardware devices. Whenever a new version of a kernel is released, it typically includes important bug fixes, security patches, performance improvements, and other enhancements that can improve the overall functionality and stability of the system. However, when multiple versions of the kernel are installed on the same machine over time, they can take up valuable disk space and slow down system performance. Deleting old unused kernels is an essential maintenance task that helps keep your Linux-based ... Read More

605 Views
DOSBox is a powerful emulator that allows users to run old MS-DOS games and programs on modern Linux systems. In this article, we'll cover everything you need to know about DOSBox, including how to install and configure it, and how to run MS-DOS applications. What is DOSBox? DOSBox is an emulator that allows users to run MS-DOS applications on modern operating systems. It was first released in 2002 and has since become a popular tool for running old MS-DOS games and programs on modern systems. DOSBox emulates an Intel x86 PC, complete with sound, graphics, and networking capabilities, allowing users ... Read More

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 used on embedded devices such as the Raspberry Pi. In this article, we will go through the steps to install Docker on a Raspberry Pi and start using it. Hardware Requirements Before we begin, let's take a look at the hardware requirements for running Docker on a Raspberry Pi. Docker can be run on any Raspberry Pi model, but the performance will vary depending on the model. For ... Read More

508 Views
DNS (Domain Name System) is an essential component of the internet infrastructure that translates domain names into IP addresses, making it possible for users to access websites and services with human-readable domain names rather than IP addresses. DNS is a critical part of the internet ecosystem, but it is also a common target for attackers seeking to disrupt services or gain unauthorized access to sensitive data. To ensure the security and performance of your DNS infrastructure, it's crucial to implement best practices and regularly audit your DNS setup. In this article, we'll cover some DNS best practices for security and ... Read More

531 Views
In the world of RPM-based distributions, keeping your software packages up-to-date is crucial for maintaining system security and stability. Fortunately, dnf provides a powerful and user-friendly package management utility for managing software updates. In this blog post, we will explore the features of dnf and how it improves upon its predecessor, yum. What is DNF? DNF is the next-generation package management utility for RPM-based Linux distributions. It is a modern, open-source package manager that is designed to make it easier for users to manage software packages on their systems. DNF stands for "Dandified Yum, " which is a reference to ... Read More

377 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 blog post, 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 created ... Read More

3K+ Views
Linux is one of the most widely used operating systems in the world, thanks to its stability, security, and flexibility. One of the key components of the Linux operating system is the package management system. There are different package management systems in use, but one of the most popular is the dpkg system. In this blog post, we will explore the dpkg command in Linux, what it does, and how to use it effectively. We will also provide some examples to help you get started with using the dpkg command in Linux. What is the dpkg command? dpkg is a ... Read More

150 Views
If you're a Linux user, you're probably used to using the command line interface to navigate your files and directories. One of the challenges of working in a terminal environment is managing disk space. As you install more programs and save more files, your hard drive can quickly become cluttered and disorganized, making it difficult to find the files you need. Fortunately, there are tools available that can help you manage your disk space more efficiently. In this article, we’ll be introducing Diskonaut, a terminal-based disk space navigator for Linux. Diskonaut is a lightweight and user-friendly tool that allows you ... Read More

385 Views
Are you looking for a modern and feature-rich forum platform to host your community discussions? Look no further than Discourse! Discourse is a free, open-source forum software that is designed to be fast, user-friendly, and highly customizable. In this blog post, we will cover everything you need to know to get started with Discourse, including installation, configuration, and customization. What is Discourse? Discourse is a modern, open-source, and feature-rich forum software that allows users to have discussions and share knowledge in a community-driven environment. It is designed to provide a more engaging and interactive experience than traditional forums, with a ... Read More