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.
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...
Here is the top 10 list of popular programming languages of 2016. Most of you might raise an eyebrow at the selection, wondering, ‘How is it possible to rank a...
Most of the Peoples are not aware that it is possible to create Undeletable, Unrenamable folder in windows without any software. To Test, this concept just follows simple steps given...
So many people are facing the same problem of the Shortcut Virus in their pen drive. Sometimes when we insert pen drives and memory card in a USB port for...
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...
Some host set the default upload size for WordPress to 2MB which is extremely low. This can cause an error when you try to upload files that are larger than...
How to Login WordPress with Email Only. Now WordPress allows users to login with their username and Email, which is not recommended in all cases. So as an alternative, using...
WP-CLI will be particularly useful if you are a WordPress developer, System Administrator or run a business built on WordPress. WP-CLI is an awesome command line tool for WordPress. It...
Have you noticed that many popular websites like Facebook, Desinema use their own brand colors for the address bar in mobile browser. How to change the color of address bar...
Customize the admin bar and add or remove menu items as we require. Add this code to your functions.php file to remove the WordPress Logo on admin bar. Using this...
The wp_mail_from (an email address) filter modifies the “from email address” used in an email sent using the wp_mail function. When used together with the wp_mail_from_name (the real name given...
Breadcrumbs are the important part of our website, in WordPress, there are several plugins are available for this. By adding this to functions.php To display the menu, just use this...
Squashing commits in Git allows you to combine multiple commits into a single commit. This can be useful when you have made multiple commits that should have been part of...
phpMyAdmin is a most popular MySQL client to access and manage your database. The phpMyAdmin installation via apt package manager create multiple directories (sudo apt-get install phpmyadmin).
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...
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.
GZip Compression (compress) all files like HTML, JS and CSS files while serving the request to the browser; it doesn’t make any difference what the file type is or the...
Before Create Apache Virtual Host files, we need to check in your system whether Apache Server installed or not. If it is installed no need to anything. If it is...
Often, there are multiple spaces or unwanted characters in the file name, and it becomes annoying to access these files from the terminal. We can remove spaces from file name...
This is an article that takes the reader back to the basics of Linux. Managing Users and Groups in Linux, like adding or removing them, giving them a password, etc...
There’s a very small chance that the laptop’s manufacturer recorded the hard disk’s serial number as correlated with the laptop serial number while it was being assembled, and that their...
WP-CLI will be particularly useful if you are a WordPress developer, System Administrator or run a business built on WordPress. WP-CLI is an awesome command line tool for WordPress. It...
PHPMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. PHPMyAdmin supports a wide range of operations on MySQL and MariaDB....
As a developer, you may sometimes want to rename a file in a directory by substituting certain string in the name. The following one line tip in the Linux shell...
Here is the simple tip which gets rid of this password prompt, follow these tweaks if you have a situation where you don’t want to enter the root password while...
Linux deletes all the files in a directory recursively. How do I delete folder recursively under Linux operating systems using a bash command line options? You need to use the...