Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
Linux Articles
Page 82 of 134
A Brief Introduction to \'Makefiles\' in Open Source Software Development
As an open-source developer, you might have come across the term Makefile while exploring different projects. A Makefile is a script that automates the build process for software projects, containing instructions that specify how to compile, link, and test code. This article provides a brief introduction to Makefiles, covering what they are, why they are important, and how to create one. What is a Makefile? In simple terms, a Makefile is a script that automates the build process for a software project. It contains a list of instructions that specify how to compile, link, and test code. Makefiles ...
Read MoreA Command Line Web Browsing with Lynx and Links Tools
In today's world, we rely heavily on graphical user interfaces (GUI) for web browsing, but there are still situations where using a command-line web browser is necessary. Command-line web browsers are valuable in low-resource environments, remote servers, or when working exclusively through terminal interfaces. Lynx and Links are two of the most popular command-line web browsers that offer a fast and efficient way to browse the web through the terminal. What is Lynx? Lynx is a text-based web browser that allows users to browse the web in a terminal environment. Developed in 1992, it has remained popular due ...
Read MoreA Complete Guide to Usage of \'usermod\' command
As a system administrator, you frequently need to modify user accounts on your Linux system. The usermod command is a powerful Linux utility that enables you to modify user account information such as username, user ID (UID), group ID (GID), home directory, login shell, and more. What is the Usermod Command? The usermod command is a Linux system administration tool that modifies existing user account properties. It works by updating the /etc/passwd, /etc/shadow, and /etc/group files that store user account information on your Linux system. Unlike useradd which creates new users, usermod changes existing user accounts without deleting ...
Read MoreA Comprehensive Guide to Using Snap Packages on Ubuntu
Snap packages are a modern containerized application packaging format for Ubuntu and other Linux distributions. They run in a sandboxed environment with isolated dependencies, providing enhanced security, easier installation, and automatic updates compared to traditional package management systems. What are Snap Packages? Snap packages are self-contained applications that bundle the software and all its dependencies into a single file. Created using the Snapcraft tool, they run in a secure sandbox with controlled access to system resources. This isolation ensures that snaps work consistently across different Ubuntu versions and Linux distributions without dependency conflicts. Installing Snapd Ubuntu ...
Read MoreA Detailed Guide on How to Work with Documents in Nextcloud
Nextcloud is a powerful open-source cloud platform that enables users to store, access, and collaborate on documents and files from anywhere, on any device. This comprehensive guide explores the various features and tools available for managing and collaborating on documents within Nextcloud's ecosystem. Uploading Documents The first step to working with documents in Nextcloud is uploading them to the platform. Log in to your Nextcloud account and navigate to the Files app. You can either drag and drop your documents into the window or click the Upload button and select the files you wish to upload. Once ...
Read MoreA Guide To Buying A Linux Laptop
Linux is a popular open-source operating system that is favored by many programmers, developers, and tech enthusiasts. If you're looking to buy a Linux laptop, you may be wondering where to start. In this guide, we'll go over everything you need to know before making a purchase, including hardware requirements, compatibility, and popular brands. Hardware Requirements for a Linux Laptop Before diving into specifics of different Linux laptop models, it's important to know what hardware requirements your laptop should have to run Linux smoothly. The good news is that Linux doesn't require a lot of computing power, so ...
Read MoreA Science Fiction Terminal Emulator Created for Linux
If you're a fan of science fiction and Linux, you might be interested in the latest development in the tech world: a science fiction-themed terminal emulator created specifically for Linux. This terminal emulator provides a unique user interface that transports you to a world of intergalactic communication, high-tech spaceships, and futuristic computing environments. What is a Terminal Emulator? Before diving into the details of science fiction-themed terminal emulators, let's first understand what a terminal emulator is. A terminal emulator is a software application that enables you to access a command-line interface (CLI) on your computer. This CLI allows ...
Read MoreA Shell Script to Send Email Alert When Memory Gets Low
As we use our computers for various tasks, we often run multiple applications and software that consume a significant amount of memory. When available memory gets low, it can cause our computer to slow down or even crash. To avoid this situation, we can use a shell script to send an email alert when memory gets low. In this article, we'll discuss how to create such a shell script and explain how it works. Understanding Shell Scripts Before we dive into creating a shell script, let's first understand what shell scripts are. A shell script is a program ...
Read MoreA Step-By-Step Guide to Installing Xubuntu 20.10 Linux
Xubuntu 20.10 is a lightweight Linux distribution based on Ubuntu that uses the Xfce desktop environment. It's designed to run efficiently on older hardware while providing a modern, user-friendly experience. This guide walks you through the complete installation process of Xubuntu 20.10 on your computer. System Requirements Before installing Xubuntu 20.10, ensure your system meets these minimum requirements: Component Minimum Requirement Recommended RAM 512 MB 1 GB or more Storage 7.5 GB 20 GB or more Processor 700 MHz 1.2 GHz or faster Graphics ...
Read MoreAdapta - A Material Design Gtk+ Theme for Ubuntu and Linux Mint
Adapta is a Material Design-inspired GTK+ theme that brings a modern, elegant appearance to Ubuntu and Linux Mint desktops. This theme follows Google's Material Design principles, offering clean typography, subtle shadows, and a cohesive color palette that enhances the overall user experience. Created by Tista, Adapta was designed to provide both visual appeal and functionality. The theme utilizes carefully chosen shades of blue, gray, and white to create a minimalistic yet sophisticated interface that feels contemporary and professional. Features Adapta incorporates several key Material Design elements that set it apart from traditional GTK+ themes − ...
Read More