Posts for year 2018
- Postgresql: Running `psql` as user `postgres` from different system username on localhost
- Python micro-ideas : Does tuple require parentheses as a must?
- An intro to "gnuplot" -- command line plotting tool for GNU/Linux
- HAT : New "one time run" job scheduler for GNU/Linux
- RegEx: Non-greedy operation without non-greedy operators
- Primer on Bash variables, logical builtins/commands, and operators
- Python : Turning a sequence into an iterator without iter(), keeping the sequences' properties intact
- Abstracting the inits -- run "service action" commands with ease!
- Hello, World!