Posts Tagged ‘bash’

Changing CLI / Bash Locale

Sunday, August 29th, 2021

Changing locale / time / format settings in the settings / configuration manager in Gnome 3 works fine for my user in Ubuntu 20.04 but the root user is still having default stuff for for instance time settings which in my case is Thai.... Read More

PicoLisp and Linux/GNU system commands

Friday, September 2nd, 2011

Most of the most commonly used and useful Linux commands needs a file as input, in the shell this can be circumvented by for instance a line like this: echo “hej” | md5sum.... Read More

Automating Gnome Terminal with xdotool + some Terminator short cuts

Sunday, August 28th, 2011

I’m currently debugging stuff which requires me to begin every session with opening up 3 gnome terminal tabs and executing a different command in each just to get started.... Read More

Remote MySQL database backup with local Linux shell

Wednesday, July 14th, 2010

There is a lot of talk about a lot of automation tools these days. Truth is though that you can cover a lot by simply using a normal shell script and some common Linux tools.... Read More