SysAdmin

System Calls in Operating System Explained

August 31, 2023

This article explores the basic principles of system calls, delves into their functions and features, and provides a list of common system calls in UNIX and Windows.

Read more

How to Overwrite Local Branch with Remote in Git


Overwriting a local Git branch with a remote one is useful when you need to synchronize the changes with the remote repo. This tutorial shows two different methods for overwriting a local branch in Git.

Read more

Swap Space in Linux: What It Is & How It Works


This article explains the concept of swap space in Linux, what it is and how it works. Learn how to utilize swap space to boost your system performance and avoid degradation caused by improper use.

Read more

How to Redirect stdout and stderr to File in Bash

August 30, 2023

Introduction The redirections and file descriptors are essential when working with the command-line interface. Knowing how I/O streams work helps you understand redirections even better. In this article, you'll learn how to redirect stdout/stderr to a file in Bash. Standard I/O Streams When a command executes in Bash and other Linux shells, it uses three standard […]

Read more

Swap Memory: What It Is, How It Works, and How to Manage It


Swap memory is a part of a computer's hard drive the operating system uses to store inactive data from RAM. This allows the OS to run even when RAM is full.
This article explains what swap memory is and how it works.

Read more

Kali Linux vs. Ubuntu: Differences Explained

August 24, 2023

Linux distributions provide users with a wide range of options, from beginner-friendly operating systems to complex, use-case oriented designs. This article compares Kali Linux and Ubuntu, two popular distros that cater to vastly different use cases.

Read more

30 Bash Commands Cheat Sheet


This article is a comprehensive list of the most important Bash commands every user should know. Download a PDF cheat sheet and save the commands for future reference.

Read more

sysctl Command in Linux with Examples


This article explains sysctl command syntax and options and provides practical code examples.

Read more

How to Compare Two Git Branches

August 23, 2023

This tutorial shows several methods for comparing two Git branches. Comparing branches is important before merging to ensure all conflicts and bugs are eliminated before changing the main codebase.

Read more

How to Monitor Network Traffic on Raspberry Pi

August 22, 2023

Monitoring your Raspberry Pi network is essential to maintaining its security and stability. This guide teaches you how to use Ntop and Darkstat to monitor network traffic on Raspberry Pi.

Read more
1 19 20 21 22 23 76