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,… Read more
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,… Read more
#!/usr/bin/env python import subprocess, sys, re, pathlib from datetime import datetime backup_folder = “/media/Backup/Windows_10_backup” if len(sys.argv) != 2: print(“No input drive.”) exit(0) if not pathlib.Path(sys.argv[1]).exists():… Read more
#!/usr/bin/env python import subprocess, sys from datetime import datetime backup_folder = “/media/xxx/Windows_10_backup” if len(sys.argv) != 2: print(“No input drive”) exit(0) if_file = sys.argv[1] d =… Read more
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… Read more
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 by Marty Gilbert, 04/15/2013 #My… Read more