tech tricks

Tech tricks – tricks that will easy our work or tricks that will surprise others

How to Importing code from an existing project GitLab, GitHub, and bitbucket?

Importing code from an existing project Adding the existing project in gitlab , github and bitbucket Open terminal Go to the local project directory cd /home/username/test Initialize the local directory git init Add all your files to the new local project directory git add . After adding all files, You have to commit that staged

How to Importing code from an existing project GitLab, GitHub, and bitbucket? Read More »

How to install Spark messenger?

Spark Messenger installation —— Install Java —— sudo apt-get update sudo apt-get install default-jre —— Install Spark IM —— wget http://download.igniterealtime.org/spark/spark_2_8_2.tar.gz sudo tar -zxvf spark_2_8_2.tar.gz -C /opt/ sudo mv /opt/Spark/ /opt/spark cd /opt/spark/ sudo wget https://dl.dropbox.com/u/50880014/spark.png sudo apt-get install vim sudo vim /usr/share/applications/spark.desktop Copy this and paste it in spark.desktop [Desktop Entry] Name=Spark Version=2.8.2 GenericName=Spark

How to install Spark messenger? Read More »

How to Change Theme on Ubuntu 18.04 LTS and Above? 4

How to Change Theme on Ubuntu 18.04 LTS and Above?

How to Change Theme on Ubuntu New Theme has arrived, with very cool and bright looks check this out. Special for ubuntu 18.04 Maxim Theme sudo add-apt-repository ppa:noobslab/themes sudo apt-get update sudo apt-get install maxim-gs-theme Install unity Tweak Tools sudo apt install unity-tweak-tool Now open this tool , do editing accordingly Let me show you

How to Change Theme on Ubuntu 18.04 LTS and Above? Read More »

recover unallocated space on usb drive

How to Repair and Restore Unallocated Space on a USB/SD Card

Recover unallocated space on USB drive. Case1: How to recover your pen drive in windows. USB/SD Card Stops Working or stop Showing the actual size of pen drive or any external storage device. Unallocated Reason: The most common reasons are deletion and virus attack. Suppose, you may accidentally delete the partition on the USB or

How to Repair and Restore Unallocated Space on a USB/SD Card Read More »