
Sometimes you may need to create MD5 hash of file. Here is how to generate & verify MD5 Hash of file in Linux.
Sometimes you may need to create MD5 hash of file. Here is how to generate & verify MD5 Hash of file in Linux.
Sometimes you may need to automate SSH login. Here is shell script to automate SSH login with passphrase or SSH keys.
Often you will need to give user access to folder in Linux. Here are the steps to give user access & permission to folder in Linux using chown & chmod.
Sometimes you may need to display or view hardware details about your Linux system. Here is how to find hardware details in Ubuntu.
Sometimes you may need to host multiples sites on a single Apache server. Here is how to configure multiple virtual hosts in Apache.
Sometimes you may need to filter logs by time range or date range. Here is how to filter logs between date range in Linux.
Sometimes you need to enable, disable & manage services in Linux. Here is how to start, stop, restart, enable, disable services in Linux using systemd and upstart init.
Sometimes you may need to find last modified files or find files modified in last hour, today, or in last 5 minutes. Here are the steps to do so.
Sometimes you may need to copy contents of folder to another folder. Here is how to copy files from one directory to another.
Sometimes you may get NoReverseMatch Error for URLs in Django-based applications. Here is how to fix this error.