Code Scraps: Get a list of all file content in a directory in Linux
This is a quick code scrap – I needed a list of all the files within a directory path on a Linux server today. I need to do this infrequently […]
This is a quick code scrap – I needed a list of all the files within a directory path on a Linux server today. I need to do this infrequently […]
I have a collection of eBooks that I’ve bought over the years, and thanks to sites like HumbleBundle, my collection is growing on a fairly regular basis. I keep them […]
Most modern Linux systems will prevent the root user from logging in remotely via SSH. This is a very good security practice and you should avoid altering this as it […]
I recently forgot the root password to a MySQL instance on one of my machines. Follow this quick and easy guide for whenever this happens to you. Stop MySQL sudo […]
Over the past six months I have had all sorts of issues with SSL on my home server powered by a Raspberry Pi. Originally I was using a free Class 1 […]
There has been some fantastic examples over the years of companies getting things wrong with Daylight Savings changes. Probably the most notorious has to be the iPhone and how for […]
I have worked on a number of social projects over the years which have involved message boards or social posting features by users. On some websites like Microsoft’s message boards or StackOverflow […]
I have recently been messing around with dictionary lists for a little personal project. My goal has to been to make an anagram/word finder, where you provide up to 9 letters […]
First of all, I should point out I actually like GIT. That’s important to state as this article may seem very negative. What follows is a semi-rant about how GIT […]
This is just a quick post for my own personal benefit to remind me what commands to use when setting up iptables rules. If you want to configure a firewall […]