Wouldn’t recommend that cpulimit script

Think it was from the Ubuntu forum. You get a shitload of cpulimit processes, and I'm not even sure if the original process was running anymore. Not to menti...

If most people aren't gay or straight

How come nobody wants to have sex with me? Oh right, you have to go to prison first. Go to advance search on that site, and search for no children, and they ...

Enhanced backup.py

#!/usr/bin/env python import subprocess, sys, re, pathlib from datetime import datetime backup_folder = "/media/Backup/Windows_10_backup" if len(sys.argv) !...

My dd Python script works

#!/usr/bin/env python import subprocess, sys from datetime import datetime backup_folder = "/media/xxx/Windows_10_backup" if len(sys.argv) != 2: print("...

Python ftpsync

I modified this script, it supports explicit SSL. Also, had to fix a bug, it only stores the filename, so if you have pictures in their own folders, and some...

mythtv-handbrake.sh

A working script to convert Mythtv recordings to x265 below, it cuts the commercials out too. #!/bin/bash #By: #http://reubencrane.com/blog/?p=80 #Modified ...