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 […]

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 […]

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

install composer 2 on ubuntu

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/ […]

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 […]

Radio for Ubuntu 20.04 – How to install Shortwave

install shortwave radio for ubuntu

If you are looking a radio desktop application for your Ubuntu 20.04 then you are on the right page. And I am quickly going to help install Shortwave radio player desktop app that works like a charm on every Linux distribution. But this guide is will help with Ubuntu 20.04 and above installation. Let’s dive […]

Ubutnu 20.04 No WiFi Options [fixed]

ubuntu wifi driver

If you just installed Ubuntu Distro and not able to get online with your inbuilt Wi-Fi device then you are missing wireless Wi-Fi driver. The only thing your Ubuntu 20.04 or other releases are missing the wireless driver, so, this page is going to help you install and test right wi-fi driver for your hardware. […]

How to Install dotnet SDK core on Ubuntu

install dotnet sdk on ubuntu

This post will help you install dotnet .NET core on Ubuntu desktop 16.04 and above. Launch your terminal and run these following commands with sudo. After running the above command, type your sudo password, your system may ask for your permission; simply type y and hit enter on your keyboard. To install dotnet core on […]

How to Install Java Open-JDK & JRE 14 on Ubuntu 19.10

open jdk 14

In this post, I am going to walk you through the installation process of Open JDK 14 and Open JRE 14 on Ubuntu 19.10 desktop version. Go ahead and launch your Ubuntu terminal and shoot the following the commands. Update Ubuntu 19.10 First Install JRE 14 on Uubuntu Install JDK 14 on Ubuntu Verify JDK […]