-
Hacking Lab Demonstration
Saturday, August 3, 2019
A complete demo of setting up a pentest lab and configuring a network range for exploiting machines
InfoSecTutorialOpensourcevmwareubuntumetasploitdebiankalimetasploitable2
-
Python within Bash Scripts
Thursday, January 30, 2020
Bash and it's builtin tools are sometimes not enough.
-
MOSH greater than SSH
Wednesday, January 29, 2020
Use cases for when Mosh is more useful than SSH
-
Using Netlify
Tuesday, January 28, 2020
Why Netlify?
-
Colophon
Tuesday, January 28, 2020
How this site is built.
-
Twitter Keywords to Mute
Friday, January 24, 2020
Twitter hacks before they fix it
-
Resizing and Watermarking Images
Wednesday, August 28, 2019
My process for downsizing and watermarking images for this website.
-
Fixing Image Rotation Problems
Thursday, July 11, 2019
Have you encountered issues where an image you shared, uploaded, or synced ended up with the wrong orientation? Short solution: install jhead and run the command below on the image in question. $ jhead -autorot image.jpg Explanation The reason why an image could be oriented one way, then oriented in another when uploaded, viewed, shared, etc. has to do with EXIF metadata stored in the image. This orientation flag has one of eight values: 0 degrees, 90 degrees, 180 degrees, and 270 degrees, as well as mirror flip counterparts.…
Software ToolsTutorialPhotographyOpensourcecommand-linejheadexiftool
-
Benefits of Opensource
Sunday, April 7, 2019
Since the code is free available, you are able to learn and benefit from the larger community who use and develop the software. Advantages Support by the larger community Posting an issue to Github, or other opensource communities, you tap into Disadvantages Sometimes poor documentation Drama