
Sometimes you may need to find difference between local and remote branches in git. Here is how to get git diff between local & remote branch.
Sometimes you may need to find difference between local and remote branches in git. Here is how to get git diff between local & remote branch.
Sometimes you may need to disable certain commands in Linux. Here are the steps to limit user commands in Linux.
Sometimes you may need to increase SSH connection limit in Linux. Here are the steps to increase SSH connection limit in Linux.
Sometimes you may need to disable su access to one or more users on your system. Here is how to disable su access to sudo users in Linux.
Often you may need to add printer to Ubuntu system. Here are the steps to install printer in Ubuntu through terminal.
Sometimes you may need to lock user account in MySQL. Here are the steps to lock user accounts in MySQL.
Sometimes you may need to create cartesian product of two lists in python. Here are the steps to do it in python.