Search This Blog

31 July, 2013

showing list of updates available in ubuntu using apt

To see the list of updates available in Ubuntu using apt , use the below command in console

apt-get --just-print upgrade

No comments:

Post a Comment

tmux enabling mouse interaction

Add the below line to the ~/.tmux.conf setw -g mouse on save the file and exit from the tmux shell, you should be able to use your mouse to ...