/notebook/linux-basics

Posts in linux-basics

Linux Basics

by Dan Aukes

...

Read More
Bash Basics

by Dan Aukes

Arguments

short arguments usually have a single dash followed by a single character. An ...

Read More
Fail2Ban

by Dan Aukes

Derived from here:

```bash sudo apt install -y fail2ban sudo systemctl enable fail2ban sudo systemctl start ...

Read More
Using the ```find``` command in bash

by Dan Aukes

Using the find command in bash

Find files with find

```bash find [-flags] path -expression find ~/ ...

Read More
Grep Cookbook

by Dan Aukes

A cookbook of common grep commands

Read More
Hardware and Devices

by Dan Aukes

Device / driver info

lsmod
lspci -k
dmesg
lsusb
usb-devices
udevadm info

Devices

sudo libinput --list-devices

Learn about your hardware

Get ...

Read More
Using Duplicate Images

by Dan Aukes

These are the things you need to change on your system when duplicating the same ...

Read More
Linux / Bash Cheatsheet

by Dan Aukes

Collected commands, tips, and tricks for working headless in Ubuntu

Read More