Posts in linux-basics

Bash Basics

linuxbash

by danaukes

Arguments

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

Derived from here:

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

Using the find command in bash

Find files with find

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

A cookbook of common ```grep``` commands

Hardware and Devices

by danaukes

Device / driver info

lsmod
lspci -k
dmesg
lsusb
usb-devices
udevadm info

Devices

sudo libinput --list-devices

Learn about your hardware

Get ...

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

Collected commands, tips, and tricks for working headless in Ubuntu
A place to hold information about setting up, viewing, and controlling logging.