With KDE Plasma 5.21 the old KDE menu is gone and replaced with two new menu styles. However if you're not ready to move on or didn't like the change here's how you can get back your old favorite menu without much hassle. 1) Right click on desktop and select Add Widgets. 2) Now on upper right portion click on 'Get New Widgets' and 'Download New Plasma Widgets'. 3) Click on 3 dots menu on right hand side and search for 'Legacy Kickoff'. and hit Enter. 4) Now click on Install button and close once installation is done. 5) Now right click on existing Application launcher - click on Show Alternatives and select 'Legacy Application Launcher' and click on Switch. And you're done!
GIT is a online version control system for tracking the changes in files and collaborative development of project among multiple people. Install ation: Windows users should download the git setup from here .You can opt to use Git from Windows command prompt or use Git bash insted. For Linux Users: Debain or Debain based distribution should run following command from terminal: sudo apt-get install git Arch Linux or Arch Linux based distribution users : sudo pacman -S git Once installation is done open up the Linux terminal or windows cmd/bash terminal. Run the following command one by one, enter your own Github username and email id in double quotes. git config --global user.name "user_name" git config --global user.email "email_id" Now create a local repository on your system using the command: git init MyRepo Now create a files in your repo: cd MyRepo vim README This is my first repository on github. save this file. A file named README is gene