The first home server I set up was built using parts from multiple old computers. I threw in two HDD’s for my first RAID setup, then installed Ubuntu 12.04 LTS. The main purpose for my server is to host a file…
The find command is a powerful and versatile tool that can do much more than search for files. There are many ‘tests’ that can be added to make the search as specific as needed. Complex searches can then be combined with…
Just a quick post to give warning to any beginners looking to set up Postfix. If setting up accounts to receive mail, go the extra mile and learn how to enable spam/virus filtering and reject backscatter-causing spam. When I installed Postfix,…
Recently I’ve been trying out the open source editor Light Table. It has a lot of great features, my favorite being inline evaluation. The editor will run a single line of code and display the value at the end! It’s super customizable and…