A continuously updated list of essential hardware for your Home Automation projects. The goal is to list inexpensive, open and quality hardware here.
In this article I will describe how to get the most bang for of your buck. I won't lie and tell you home automation is a cheap hobby. I spent quite a bunch of money before finally getting it right. The hardwareThe trick to saving money is to learn from my mistakes and buy the right hardware right off the bet. Most of the consumer level products in this space try to lock you into their ecosystem by using 'bridges' and 'hubs' that either only talk to their brand of products or a select group of partners. A good example…
Ever had to put up some ad on Craigslist or Ebay only to be told your photo filesize is too large? Life is too short to manually resize and compress multiple files to the appropriate specs. Also you might want to remove your metadata as well before uploading. ImageMagick has you covered!
If like me you're used to setting up your own hosting environment on a Debian derived distro than you'll probably be surprised to know that setting up the same stack on Arch is just a tad different than what you're used to. I've put together this practical guide to get you up and running quickly.
Privacy and encryption go together like peanut butter and jelly. At the very heart of most encryption strategies is a set of keys and a key exchange. Most of you have probably already heard of PGP (Pretty Good Privacy) and are confused about GPG. Generate a strong 4096 bit key gpg --full-generate-key List generated keys gpg --list-secret-keys Upload key to default servers gpg --send-keys <your_key_uid> Specify a specific remote server gpg --keyserver hkps://keyserver.ubuntu.com --send-keys <your_key_uid> Exporting your key for orther devices gpg --output sec_key.gpg --armor --export-secret-key <…
If your current strategy is either using the same password everywhere or plain writing it down a Password Manager can drastically improve your online security. When it comes to tools there's a lot of choice to be had. I will go over the different options and their benefits and drawbacks.
Why should you care about your privacy when you have nothing to hide? Well, the thing is.. everyone has something to hide at some point in their lives. It can be something incredibly insignificant but consider this; everything you do online is being recorded and archived.
Today we'll show you just how to encrypt all your home traffic therefore making sure you're ISP can't easily track your every move. First off, there multiple ways to encrypt your traffic all with varying levels of anonimity and performance penalty. Usually the trade-off is anoniminiy vs performance. It's equally important to note that anonimity doesn't come out of the box. Therefore this is not a post about how to remain anonymous on the web, I'm simply showing you a way to shield your browsing activity from your ISP and prevent personal profiling. I therefore would like to narrow the…