Let’s create a shimmer effect using Jetpack Compose.
Continue reading

Let’s auto-install the latest phpMyAdmin with one command

I created a script, which will automatically fetch, install and configure the phpMyAdmin to your Ubuntu machine.
Continue reading
What I did after installing the new version of Ubuntu (Update: 22.04 LTS)
After installing every new version of Ubuntu there are many things that need to be done. Some of the things I listed in this post.
Continue reading
Install Oh My Zsh on Ubuntu
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
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'
Note: Tested in Ubuntu 18.04 LTS and Ubuntu 20.04 LTS.
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 installing 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.
Continue reading
How to create a LAMP server for PHP development
In this post, I will show the steps I follow to create a LAMP (Linux, Apache, MySql & PHP) server for PHP development.
Continue reading