Skip to main content

Linux

Linux related KBs

General

Linux Users Commands

useradd Command The general syntax for the useradd command is as follows: useradd [OPTIONS] USE...

How to Set or Change the Time Zone in Linux

A time zone is a geographic region that has the same standard time. Typically the time zone is se...

How to Download Files with cURL

Client URL, or cURL, is a library and command-line utility for transferring data between systems....

Cheat Sheet - bash conditionals

regex [[ $line =~ [[:space:]]*(a)?b ]] or pattern='[[:space:]]*(a)?b' [[ $line =~ $patter...

How To Use Cron to Automate Tasks

Introduction Cron is a time-based job scheduling daemon found in Unix-like operating systems, in...

Reset a Lost Administrative Password (root)?

By default the first user's account is an administrative account, so if the UI is prompting you f...

How to Extract or Unzip .tar.gz Files in Linux

Introduction A .tar.gz file is a compressed archive format commonly used in Linux systems. The f...

tar Command in Linux With Examples

Introduction The GNUtar (short for Tape ARchiver) command is the most widely used archiving util...

How to Find Files in Linux With the Find Command

Introduction The find command allows you to search for a specific string of characters using you...

How to Copy Files and Directories in Linux

Introduction Copying files and directories in Linux is an essential administrative task. Copies ...

Gnome Tracker - Frequently Asked Questions

What is Tracker? It’s a search engine, and a database. Tracker Miner FS indexes content from yo...

Linux Troubleshooting Commands

Using Linux, especially as a server, often means dealing with new errors and resolving them. Most...

The Linux file system structure explained

If you're new to Linux, knowing how the file system is laid out will alleviate some confusion. ...

How to Use ethtool Command

The ethtool command is used to display/change Ethernet adapter settings. You can change network c...

How do I verify the speed of my NIC

  Determine the device name From terminal determine the name of the NIC in questionThe command ...

Bash

Security

SSH

Updates

Update and Updates related knowledge

Ubuntu Specific KB

KBs specific to Ubuntu