Code Scraps: Get a list of all content in a directory on Windows
I recently posted a code scrap for getting all content of a directory in Linux. Here is the same code scrap but for Windows. C:\TestDir\> dir /b /s > C:\temp\files.txt […]
I recently posted a code scrap for getting all content of a directory in Linux. Here is the same code scrap but for Windows. C:\TestDir\> dir /b /s > C:\temp\files.txt […]
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 […]
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 […]
This is a quick guide for getting a Raspberry Pi with Raspbian up and running. This article is aimed at those with some technical experience of the Unix Shell and […]
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 […]
Automatically create Zip Files of all sub-directories from the command line using 7-Zip This code shim explains how to create a batch script that will let you automatically create zip […]
Easily retrieve the file size of a directory and all files and sub-directories using Powershell This code shim explains how to create a quick little Batch Script that will utilise […]