-
Recent Posts
Categories
Archives
- July 2023
- April 2023
- March 2023
- February 2023
- January 2023
- November 2022
- October 2022
- September 2022
- August 2022
- July 2022
- June 2022
- May 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- September 2021
- August 2021
- July 2021
- June 2021
- May 2021
- April 2021
- March 2021
- February 2021
- January 2021
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- April 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- April 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- October 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
Meta
Tags
- arduino
- aws
- best practices
- boot
- booting from grub
- c / c+
- cloud computing
- DIY
- docker
- dos
- encryption
- FOP
- grub
- hardware
- howto
- humor
- java
- linux
- load testing
- medicine
- oldschool
- online shopping
- open source
- paranoid
- pcbuilding
- performance testing
- political activism
- politicians
- programming
- review
- scripting
- security
- soapbox
- strangelaws
- surveillance
- tinfoil hat
- UK
- vaccine
- virtual computing
- virus
- web services
- websphere
- windows
- wordpress
- XSL-FO
Author Archives: DocDock
computer programs in the 21st century
The app I downloaded just doesn’t work. I am missing a lot of the photos that I took. Great! I am at home and it looks like work has somehow followed me. That great application that my wife was bragging … Continue reading
“lp” and the automation of printing PDF’s
Apache FOP is actually really neat. With a few jar files, an xslt file and a xml file it is possible to create PDF file which can then be viewed or printed on any PC without any loss of formatting. … Continue reading
Security through obscurity – pdf removing passwords
Initially I was not planning on writing about how to crack pdf passwords. After all, that would be irresponsible much in the way giving a knife to a small child is irresponsible – right? Well, simply typing in the following … Continue reading
Posted in Command line, security, Setup From Scratch
Comments Off on Security through obscurity – pdf removing passwords
better logging than printf – using log4j – part III
Log4j is a very convenient tool to have in your programming arsenal. This is true even if only the very basic functionality is being used. The basic functionality of log4j2 was covered in my previous example. To be honest, … Continue reading
Posted in programming
Tagged best practices, java, open source
Comments Off on better logging than printf – using log4j – part III
better logging than printf – using log4j – part II
However, Just like with computers, cars and women there is always a faster, bigger, or better model on the horizon. Version 1.2 of log4j has reached its end of life on August 5th 2015 but there is a version 2 … Continue reading
Posted in programming
Tagged best practices, java, open source
Comments Off on better logging than printf – using log4j – part II
better logging than printf – using log4j – part I
The old way Log files or debugging can be done using print statements. It is a very rudimentary way to see some of your internal variables or to have a log of how the program run went. This printf sample … Continue reading
Posted in programming
Tagged best practices, java, open source
Comments Off on better logging than printf – using log4j – part I
she said … he heard an office tale.
I want to give 50 euros a year to Microsoft until I die. I after taking a few minutes to parse the sentence I believe that it actually sounded more like. All of my friends are using Microsoft 360 and … Continue reading
blindsided by timezones
I recently got back from a holiday from another timezone. It was a yearly pilgrimage to visit my parents in the Midwest. The food was great, the weather was great, family was great but technology was on par with last … Continue reading
safe computing – strengthening passwords
A password is simply a method of verifying who you are. When a good password is selected it is both easy to remember but not easy to guess. It should contain both upper and lower case letters, numbers and if … Continue reading
Posted in security
Comments Off on safe computing – strengthening passwords
When all you have is a hammer …
I was speaking with a friend the other day and he was telling about this crazy thing that was being done in his department. There was a task that needed to be done usually once a day and it was … Continue reading
Posted in Command line, programming
Tagged scripting, testing
Comments Off on When all you have is a hammer …