Port Knocking is an effective way to control SSH access. Here is how to use port knocking to secure SSH in Linux.
How to Enable & Disable Line Numbers in Vim
Often you may need to use line numbers in vim editor. Here is how to enable & disable line numbers in vim.
How to Read Audit Logs in Linux
How to Check User Login Details in Linux
Sometimes you may need to check user login details in Linux. Here are the different Linux commands to do so.
How to Delete Multiple Directories in Linux
Sometimes you may need to delete multiple folders at once in Linux. Here are the steps to delete multiple directories in Linux.
How to Force CP Command to Overwrite Without Confirmation
Sometimes you may need to force cp command to overwrite files & directories without confirmation. Here are the steps to do so.
How to Force Delete Directory in Linux
Sometimes you may need to force delete directory or folder in Linux. Here are the steps to force delete directory in Linux.
How to Upload File Asynchronously in JavaScript
Often you may need to upload files and data asynchronously in web pages. Here is how to upload file asynchronously in JavaScript.