Category Archives: Ubuntu

Saving git credentials name email and token


Let’s quickly save git name, email and token on Linuxmint or Ubuntu or any other unix terminal based system to use it again and again and again. To create token Launch your terminal and get started.. Make you sure you have your git account credential and also have created your git token.

PHP APCu and Redis Cache for WordPress


I will show you how to install and configure APCu and Redis memory caching on linux server —– Commands to Install and configure APCu and Redis ———- Step 1: Install APCu and Redis.           sudo apt install php-apcu redis-server php-redis           sudo service apache2 restart Step 2: Edit the configuration file.           sudo nano /etc/redis/redis.conf – Ctrl+w to … Continue reading PHP APCu and Redis Cache for WordPress

Add ibus Sanskrit/Hindi to Linux [TRANS] on Debian Based Ubuntu, LinuxMint


This workd on my LinuxMint desktop. This might work on Debian based all distros. To Switch Language Input Ibus preferences Keyborad Shortcuts …. click dots on the right Select the mofifier key add key code hit apply and okay You can also add and delete key shortcuts. Add ibus to system start-up list Install gnome … Continue reading Add ibus Sanskrit/Hindi to Linux [TRANS] on Debian Based Ubuntu, LinuxMint

How to Install Composer 2.x on Ubuntu 20.04 and Debian 9/10


This quick post will show you how to install latest version of composer 2.x on Ubuntu 20.01 and Debian. This also works on Windows 10 WSL 2. Go ahead and launch terminal and run the following commands Download Composer Installer Verify Download Run Composer Installer Remove the Composer Installer Move Composer to /usr/bin/composer Here /aks/ … Continue reading How to Install Composer 2.x on Ubuntu 20.04 and Debian 9/10

Install Python 3.6.10 on Ubuntu


This post will help install Python 3.6.10 on Ubuntu Desktop and Server. We are going to install Python 3.6.12, which is latest version of Python 3.6 with a few security fixes. Since, I going to download and install Python 3.6.12 from the source; it will take time and I also assume that you are comfortable … Continue reading Install Python 3.6.10 on Ubuntu