Posts

Grep Cookbook

by danaukes

A cookbook of common ```grep``` commands
Read More
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 ...

Read More
Using Duplicate Images

by danaukes

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

Read More
Linux / Bash Cheatsheet

by danaukes

Collected commands, tips, and tricks for working headless in Ubuntu
Read More
Logging in Ubuntu

by danaukes

A place to hold information about setting up, viewing, and controlling logging.
Read More
Simple Netplan Config

by danaukes

Configs

Are usually found in /etc/netplan/

Usage

to test your config for 120 seconds

sudo netplan try

to ...

Read More
Networking

by danaukes

Networking

list all current ethernet adapters

sudo apt install -y net-tools
ifconfig

to bring a specific network interface ...

Read More
Rsync Quickref

by danaukes

quick recipes

Local

```bash rsync -haviP --inplace --delete-before --no-compress /storage/nas/photos /media/danaukes/extreme-ssd/ rsync -haviP --inplace --delete-before --no-compress ...

Read More