Posts

2021

Terminator With Zsh Setup

less than 1 minute read

Terminator and ZSH install: # Install terminator sudo apt install terminator # Install ZSH and curl, git (if not already present in the system) sudo apt inst...

Docker Console App Taking Many Arguments

1 minute read

Possible usage: Use cases: app is a console app app needs some input (input data could be put inside mapped in dir. E.g. /home/<username>/app_in) ...

Back to Top ↑