The BEST BASH Cheatsheet you could ever ask for!

Are you new to Shell Scripting? Or maybe you forget how to use certain syntax? Save this cheetsheet and reference it for all your Linux scripts
How To Write Bash Scripts To Master Linux

If you’ve spent any amount of time running a Linux server then you’ll know what a time sink it can be. Especially in a development environment, where debugging stuff will often have you running the same tasks over and over again, which If you ask me, it’s the worst thing you can do to yourself […]
Accessing your entire network remotely with Shellngn

SSH is one of the best ways to securely access a remote server, typically through a terminal. This is cool and all but what if you aren’t at your workstation? shellngn is a multi protocol (ssh/rdp/vnc/sftp) client, that comes in two flavors (PRO and Cloud), both of which require a subscription to use. shellngn is […]
Customizing your .bashrc in Linux!

Arguably the most hardworking part of your system. Let’s have a look at customizing it to your dreams!