Posts
Using the ```find``` command in bash
by danaukes
Using the find command in bash
Find files with find
```bash find [-flags] path -expression find ~/ ...
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 ...
Using Duplicate Images
by danaukes
These are the things you need to change on your system when duplicating the same ...
Linux / Bash Cheatsheet
by danaukes
Logging in Ubuntu
by danaukes
Simple Netplan Config
by danaukes
Configs
Are usually found in /etc/netplan/
Usage
to test your config for 120 seconds
sudo netplan try
to ...
Networking
by danaukes
Networking
list all current ethernet adapters
ifconfig
to bring a specific network interface up or down
```bash ifconfig <network ...