unattended-upgrades, making security a priority
One of the little white lies that we tell ourselves is that ‘security is a priority’. It’s not. If it were, we would spend more time on it. Because what…
The World Will Turn If You're Ready or Not
One of the little white lies that we tell ourselves is that ‘security is a priority’. It’s not. If it were, we would spend more time on it. Because what…
SSH has become the de-facto standard for accessing *nix based systems, even Window$ in some setups. It's used for administration, file transfer and tcp connection tunneling among other things. It…
Having allot of CLI tools and *nix style applications leaves behind dot files, or `hidden files`, usually in your home directory. `~/.ssh` for your ssh client config or `~/.vimrc` for…
Homebrew is an awesome package manager available for both macOS and Linux, although my personal experience is mainly with macOS.
When working with Linux, it’s common to encounter various error messages that can sometimes be puzzling. One such error message is “/bin/rm: Argument list too long.” If you’ve come across…