-
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
Category Archives: Command line
Fixing GRUB
Just a few days ago I had installed the new version of Mint on a second partition. The installation succeeded, so everything’s good, right? Well, no. Because unfortunately, this installation somehow screwed up the GRUB configuration, leading to GRUB both … Continue reading
Posted in Command line
Tagged boot, booting from grub, efi, fix grub, grub, uefi
Comments Off on Fixing GRUB
command line fun – finding security problems with find
I cannot actually remember how it happened. I wasn’t paying enough attention and was viewing one of my scripts on production. When I was finished I did what I always do in vi – I exited the script using : … Continue reading
Posted in Command line
Tagged best practices, howto, scripting, security
Comments Off on command line fun – finding security problems with find
installing maven on linux
Maven offers quite a bit as a enterprise build tool. It can help ensure that standards are followed and offers support for automated testing. This tool is actually really simple to install. It is just a matter of unpacking it … Continue reading
command line fun – unlimited command line length
While looking into another problem, plethora of shells, I was initially afraid that some of my fooling around was causing some odd side effects. While investigating I ended up with a different solution that was actually overkill but it help … Continue reading
Posted in Command line
Tagged linux, scripting
Comments Off on command line fun – unlimited command line length
a plethora of shells – what is my shell interpreter
I kept seeing odd error messages from my shell script that simply made no sense. No matter what changes I made a new error seemed to pop up. A short while later I did notice at the top of the … Continue reading
Posted in Command line
Tagged linux, scripting
Comments Off on a plethora of shells – what is my shell interpreter
Installing Java 8 on Linux
I hate to admit it but for some tasks on Linux are easier for some less technical people on other operating systems like windows. Simply run the executable which, most of the time, prompts for the install path and then proceeds to … Continue reading
Posted in Command line, Setup From Scratch
Comments Off on Installing Java 8 on Linux
command line fun – finding a list of files
In Unix at the command line there is almost always an alternative method to do something. I usually remember this when I need to process a few files in the current working directory and I may not always have the … Continue reading
Posted in Command line
Tagged linux, scripting
Comments Off on command line fun – finding a list of files
command line fun – finding the right jar file
Where did I set down my mobile phone is quickly answered by a quick telephone call or a sms from another phone. If everything were only that simple. I receive a bit of code from a buddy at work that … Continue reading
Posted in Command line, programming
Tagged linux, scripting
Comments Off on command line fun – finding the right jar file
windows scripting
I was asked the other day if I could take over a task that was running on windows machine. The sentence was hardly out of my boss’s mouth when he said that “you unix guys don’t like windows though”. Well, … Continue reading
bridging the gap to excel – unoconv tool
Some time back a customer asked that I provide my estimated hours every week. I kept track of all my hours in a simple text file which is ok for reminding yourself of what happened but not so professional when … Continue reading
Posted in Command line
Comments Off on bridging the gap to excel – unoconv tool