Refresh all your Plex sections from your lan
I just wrote a quick bash script to refresh all my sections on the Plex server. Here is the small script. Just call it manually, or from crontab. View the code on Gist.
I just wrote a quick bash script to refresh all my sections on the Plex server. Here is the small script. Just call it manually, or from crontab. View the code on Gist.
I’ve been using flexget for quite some time now, but have not shared my config-file. Since I started to use flexget, I’ve also started to keep track of what I watch on trakt.tv, which is a wonderful service. So when flexget know what I want to watch, and download. It […]
I’m not very active on Facebook, just writing a little now and then. So I wanted to auto-publish something randomly on my wall just for fun. I had a wordlist of Swedish words laying around for other fun purposes. Why not just pick a word from that list, and pick […]
The fairly new instance-type t2 in Amazon has some really nice features. The instance earn CPU credits while they run below their base performance, i.e. 10% for t2.micro, 20% for t2.small and 40% for t2.medium. With that said. If you have instances that runs rather heavy day time, and has […]
I just run a small mail server for internal usage, but I wanted to test out with learning SpamAssasin some spam that I receive. Here is my simple setup, I’m sure there are other ways to do it, but this is easy and fast to setup. I use a MySQL […]
Firstly, put VMware Workstation on autostart, and then use this small bash script to autostart your machines. The script will parse your inventory file usually located in ~/.vmware/. It includes your config and paths to the .vmx-file that the script will use to start up the machine. So change the […]
I quickly wrote a small script to manage my torrents on my Windows seedbox that use uTorrent. The reason for this script is that I frequently had to manually login to the server and delete the torrents, or using the webui. That’s quite boring, so writing a small bash script […]
It’s been a while since I last wrote a post here. I’ve been busy with other things at home, and been busy at work. But I recently made a small script that I use in the Execute plugin for Deluge. The script will execute once a torrent has finished in […]
I wanted to add some extra modules to my Nginx server. When using Nginx cache with WordPress, it get quite boring to login on your server and manually delete cache after updating a post or blog entry. So the Nginx cache would come in handy. I have before compiled Nginx […]
The script is quite self explanatory, but basically it will search for rar files in a given folder. When it finds one it checks if that release has already been processed by checking the output folder. When there is a release found that’s not been processed, it checks that nfo […]