2022-06-28 18:39:45 +02:00
|
|
|
---
|
2023-02-23 14:48:51 +01:00
|
|
|
title: "Useful Commands"
|
2022-11-19 15:25:20 +01:00
|
|
|
visible: true
|
2022-06-28 18:39:45 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
[toc]
|
2023-02-19 11:02:44 +01:00
|
|
|
|
2022-06-28 18:39:45 +02:00
|
|
|
## Imagemagick
|
2023-02-19 11:02:44 +01:00
|
|
|
|
2022-06-28 18:39:45 +02:00
|
|
|
### Splitting PDF files
|
2023-02-19 11:02:44 +01:00
|
|
|
|
2023-02-23 14:48:51 +01:00
|
|
|
```sh
|
2023-02-19 15:07:31 +01:00
|
|
|
convert -density 600 {INPUT.PDF} -crop 50x100% +repage {OUT.PDF}
|
2023-02-19 11:02:44 +01:00
|
|
|
```
|
2022-06-28 18:39:45 +02:00
|
|
|
|
|
|
|
```
|
|
|
|
-density: adjusts the quality of the resulting pdf. Higher values look better, but take longer to process
|
|
|
|
-crop 50x100%: this splits the pdf into "left" and "right". 100x50% would split into "top" and "bottom"
|
2022-07-07 08:35:48 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
## Find
|
2023-02-19 11:02:44 +01:00
|
|
|
|
2022-07-07 08:35:48 +02:00
|
|
|
### Change filtered permissions
|
2023-02-19 11:02:44 +01:00
|
|
|
|
2022-07-07 08:35:48 +02:00
|
|
|
Using find with its `exec` switch one can set different permissions based on the usual find filters.
|
2023-02-19 11:02:44 +01:00
|
|
|
One example would be only changing file or directory permissions.
|
|
|
|
|
|
|
|
```sh
|
2023-02-23 14:48:51 +01:00
|
|
|
find (directory) -type f -exec chmod 744 {} +
|
2023-02-19 11:02:44 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
Replacing `-type f` with `-type d` would execute the `chmod` for directories instead.
|
2022-10-18 20:43:26 +02:00
|
|
|
|
|
|
|
## Various
|
2023-02-19 11:02:44 +01:00
|
|
|
|
2022-10-18 20:43:26 +02:00
|
|
|
### Overwrite disk with pseudorandom data
|
2023-02-19 11:02:44 +01:00
|
|
|
|
2022-10-18 20:43:26 +02:00
|
|
|
Using openssl on CPUs with AES acceleration one can create pseudorandom data with high speeds.
|
2023-02-19 11:02:44 +01:00
|
|
|
Much faster than `/dev/urandom` at least
|
|
|
|
|
|
|
|
```sh
|
2023-02-23 14:48:51 +01:00
|
|
|
openssl enc -aes-128-ctr -md sha512 -pbkdf2 -nosalt -pass file:/dev/urandom < /dev/zero | pv > {TARGET DISK}
|
2023-02-19 11:02:44 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
Around 2GiB/s on my Ryzen 7 1700x if output to `/dev/null`
|
2022-10-18 20:43:26 +02:00
|
|
|
|
2022-10-23 20:44:13 +02:00
|
|
|
### Formatted csv in terminal
|
2022-10-23 20:51:00 +02:00
|
|
|
|
2023-02-19 11:02:44 +01:00
|
|
|
> [From Pretty CSV viewing on the Command Line](https://www.stefaanlippens.net/pretty-csv.html)
|
|
|
|
|
|
|
|
```sh
|
2023-02-23 14:48:51 +01:00
|
|
|
column -t -s, < {FILE.CSV}
|
2023-02-19 11:02:44 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
### Download directory from webdav
|
|
|
|
|
|
|
|
Using `wget`, it's possible to download directories recursively from WebDAV.
|
|
|
|
|
|
|
|
```sh
|
2023-02-23 14:48:51 +01:00
|
|
|
wget -r -nH -np --cut-dirs=1 --user={USERNAME} --password={PASSWORD} https://WEBDAVHOST/DIR/DIR
|
2023-02-19 11:02:44 +01:00
|
|
|
```
|
2023-07-12 19:58:43 +02:00
|
|
|
|
|
|
|
### Find USB speed in use
|
|
|
|
|
|
|
|
First, the USB device you want to check has to be selected
|
|
|
|
|
|
|
|
[shuser]
|
|
|
|
|
|
|
|
```sh
|
|
|
|
lsusb
|
2023-07-12 20:03:56 +02:00
|
|
|
(out)Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
|
|
|
|
(out)Bus 003 Device 003: ID 0c45:652f Microdia Backlit Gaming Keyboard
|
|
|
|
(out)Bus 003 Device 002: ID 046d:c084 Logitech, Inc. G203 Gaming Mouse
|
|
|
|
(out)Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
|
|
|
|
(out)Bus 002 Device 002: ID 0781:55a3 SanDisk Corp. SanDisk 3.2Gen1
|
|
|
|
(out)Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
|
|
|
|
(out)Bus 001 Device 002: ID 2972:0047 FiiO Electronics Technology FiiO BTR5
|
|
|
|
(out)Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
|
2023-07-12 19:58:43 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
[/shuser]
|
|
|
|
|
|
|
|
Now, using the ID, the USB class used can be determined
|
|
|
|
|
|
|
|
[shuser]
|
|
|
|
|
|
|
|
```sh
|
|
|
|
lsusb -d 0781:55a3 -v | grep bcdUSB
|
2023-07-12 20:03:56 +02:00
|
|
|
(out)bcdUSB 3.20
|
2023-07-12 19:58:43 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
[/shuser]
|