All Stories

How to execute a Bash script from GitHub Gist?

You don’t need to install anything. Just execute bash script from a remote site. But use this method responsibly, because there will be security (malware affect) issue regarding running a...

Add a welcome message to your terminal

This tip will show you how you can easily add a welcome message to your terminal. This message will be displayed at the start, whenever you open your terminal.

Git commands for beginners

With multiple people working on a software project, co-ordination sometimes becomes difficult. Git is a version control system (VCS) for tracing changes in computer files and coordinating work on these...

Adding the time stamp to the History Command

The History command does not output the time stamp with the log of the most recently executed commands.

Google Search from Linux Terminal (Googler)

You can now Google search through your Linux terminal, i.e., by using Googler. Here is the process of using it on Ubuntu.

How to fix the Unknown collation: ‘utf8mb4_unicode_ci’ error

utf8 values are stored as 3 bytes, where utf8mb4 are stored as 4 bytes. This new encoding type was introduced in MySQL version 5.5.3. This can cause some issues if...