X

Linux

How to transform PHP dynamic URL format to static

It is pretty easy to set up a simple PHP website and use the switch case pattern for path handling.…

SSH forwarding MongoDB port from remote to local

How to SSH forward MongoDB's port from the remote machine to the local machine's port Consider you have a MongoDB…

How to easily understand Unix jobs management (ctrl+z, bg, jobs, fg)

When you are executing a long-running script in any Linux distribution, you can make it run in the background of…

How to use SSH Key-Based Authentication on Linux

SSH keys are an easy and extremely secure way of logging into your server. This is a better alternative than…