Thursday 17 March 2022

Resolve issue of Skype screen sharing crashing on Ubuntu

 Edit /etc/gdm3/custom.conf and uncomment enableWayland=false


Restart system


Check if Wayland has been replaced by X11 by using the command

loginctl

loginctl show-session <session id> -p Type

Saturday 29 January 2022

How to add eclipse shortcut in Ubuntu

 In /home/<user>/.local/share/applications/ add a file named eclipse.desktop with - 


[Desktop Entry]
Version=1.0
Name=Eclipse
Comment=Java IDE
Type=Application
Categories=Development;IDE;
Exec=/home/node/eclipse/eclipse/eclipse
Terminal=false
StartupNotify=true
Icon=/home/node/eclipse/eclipse/icon.xpm
Name[en_US]=Eclipse

In Git store username and password locally

 git config --global credential.helper store

In Git add short name for repo locally in order to check out

$ git remote add -t master -m master dashboard https://github.com/Book-My-Forex/dashboard.git