List and run last used commands in Linux
To list through most recently used commands one by one use Arrow-Up keyTo display all used commands:
history
To run a command from the history list:
!391
where 391 command number
Use this method to disable Unity Launcher autohide on Ubuntu 11.04. On Ubuntu 11.10 this will only work if you use Unity 3D. For Unity 2D check the second method below. Unity 2D was introduced in Ubuntu 11.10 to provide Unity interface for computers without accelerated 3D graphics. You can read more about differences here.
1. Install CompizConfig Settings Manager: Open Terminal and run: sudo apt-get install compizconfig-settings-manage
2. Open Dash Home, type "compiz" in the search box and open CompizConfig Settings Manager
3. Open Ubuntu Unity Plugin
4. In Hide Launcher select Never.
This will affect only logged on user.
1. Install dconf-tool tool: Open Terminal and run: sudo apt-get install dconf-tools
2. To disable Unity Launcher auto hide, run: dconf write /com/canonical/unity-2d/launcher/use-strut true
3. To re-enable Unity Launcher auto hide, run: dconf write /com/canonical/unity-2d/launcher/use-strut false
In Ubuntu by default if you click on a music file or just mouseover it will automatically start playing the file. Even if there is another file playing.
To disable this behaviour:
Nautilus (File Explorer) > Edit > Preferences > Preview > Preview Sound Files - Never
Ubuntu 10.10