You need to know your public key to be able for remote access. Here is how to get your public SSH key in Ubuntu, Windows.
How to Revoke SSH Access & Keys in Linux
Sometimes you may need to revoke SSH access & keys to users to avoid unauthorized access. Here are the steps to do it.
How to Create Man Pages for Script, Package, Library in Linux
Man pages are useful documentation. Here is how to create man pages for script, package, library in Linux.
How to Keep SSH Session Alive After Disconnect in Linux
Sometimes you may need to keep your SSH connection alive even after disconnect to run tasks & processes. Here is how to do it.
How to Limit CPU Usage Per User in Linux
Here are the steps to limit CPU usage per user in Linux to avoid resource bottlenecks and performance problems.
How to Automate mysql_secure_installation Script
mysql_secure_installation allows you to make your MySQL installation secure. Here is how to automate mysql_secure_installation script in Linux.
How to List SFTP Users Who Have Access in Linux
Sometimes you may need to list all SFTP users who have access to your system. Here is how to do it in Linux.
How to Reset Jenkins Admin User Password in Linux
Sometimes you may need to reset Jenkins user password in Linux. Here are the steps to reset admin password in Jenkins.
How to Check Cp Progress in Linux
Sometimes you may need to view progress during file copy or data transfer. Here is how to check cp progress in Linux with pv command.
How to Run Fsck to Fix File System Error in Linux
If your Linux filesystem becomes corrupted or inaccessible, use fsck to check its integrity. Here is how to run fsck to fix file system error in Linux.