blob: 1e3b5631f1bd03d1d3a1c98ece56704cde982235 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
### scripts
usefull scripts that i use that i made that do things that i want
#### aconv
converts a directory of any music file to all be one codec and container in the output
#### fconv
converts one font type to another with fontforge, (just an alias posing as a bash script)
#### recert
using lets encrypt, allows checking and renewal of lets encrypt certificates. usefull for cron jobs
this uses certbot with webroot, so make sure to have DOMAIN/.well-known/acme-challenge pointed to /var/www/html/.well-known/acme-challenge on your system
|