Welcome to my blog, hope you enjoy reading
RSS

Friday 10 July 2015

Redo keyboard shortcut for eclipse

In Eclipse go to:

Window > Preferences > General > Editor > Keys


Type filter text to redo then select command.
copy command to give another shortcut to redo
-->Apply
-->OK.

source.
Share

A fatal error has been detected by the Java Runtime Environment: in ubuntu

$ sudo unlink /usr/lib/i386-linux-gnu/libsoup-2.4.so.1

souce.

Share

The system not connecting the internet and network symbol not showing in ubuntu


  • dhclient eth0
  • apt-get --reinstall install network-manager
Share

System Settings icons missing in 14.04


sudo apt-get install ubuntu-desktop

sudo apt-get install unity-control-center-signon gnome-control-center-unity

source
Share

Ubuntu software center keeps crashing

Ubuntu software center keeps crashing


  •     sudo apt-get install -f
  •      apt-get autoremove
  •      sudo apt-get purge software-center
  •      sudo apt-get update
  •      sudo apt-get dist-upgrade
  •      sudo apt-get install software-center
  •      sudo dpkg-reconfigure software-center --force
Share