This tutorial will show how to install and configure Oh My Zsh in Ubuntu.
Continue reading

Verify a directory after copy from one disk to another using “rsync” in Linux
rsync
command is used to copy files. But it also has an option to verify the files using checksum before update/replacing the files. The following link uses the checksum feature to verify the copied data.
Solution link: https://unix.stackexchange.com/a/313189/204640
NOTE: Use the solution after copying the files/folders.

How to change Gnome login screen clock time format AM/PM (12 hours) in Ubuntu 18.04 LTS
To change the login screen clock 12-hour format, add the following lines to /etc/gdm3/greeter.dconf-defaults
file:
[org/gnome/desktop/interface] clock-format='12h'
How to add swap file in Ubuntu
Here is an awesome tutorial about adding swap file in Ubuntu―
https://www.digitalocean.com/community/tutorials/how-to-add-swap-space-on-ubuntu-18-04

The packages I use in Sublime Text
In this post, I compiled a list of packages that I love and use in Sublime Text.

What I did after installind Ubuntu 18.04 LTS
I can’t wait to install Ubuntu 18.04 LTS :). It’s a long process to make it fully ready before using it. So I shared the things I did after install Ubuntu 18.04 LTS.

How to create a LAMP server for PHP development
This post I will show the steps I follow to create a LAMP (Linux, Apache, MySql & PHP) server for PHP development.

Google Chrome Color Rendering Problem Solution
In this post, there is a solution for Google Chrome color rendering problem.

Disable Error Reporting in Ubuntu
In this post we will see how to disable painful Error Reporting Messages.

Google Material Design inspired Theme Adapta for Ubuntu
An awesome Google Material Design inspired Theme Adapta for Ubuntu.