Scripts
Split a file in half
Save the script to a file, say
split_csv.sh
:Make the script executable:
Run the script with your CSV file and an optional prefix:
This will split test.csv
into two parts with filenames starting with myprefix_
.
Resize LXD btrfs loop file in one line
lxc storage list
Kill process running on port
lsof -t -i tcp:1234 | xargs kill
Run a speedtest from the CLI
Top Files Sizes
Top Memory Usage
Last updated