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...
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...
That means I did something wrong. Just opened it in VLC, and the subtitle track 1, doesn't show any subtitles. That's probably why there's none in Channels D...
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 ...
#!/usr/bin/env python import subprocess, sys, re, pathlib from datetime import datetime backup_folder = "/media/Backup/Windows_10_backup" if len(sys.argv) !...
#!/usr/bin/env python import subprocess, sys from datetime import datetime backup_folder = "/media/xxx/Windows_10_backup" if len(sys.argv) != 2: print("...
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...
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 ...