Ubuntu/Debian/Mint news and tutorials | Linux stuff
feed.png
Quick Tip #1
Disable Overlay Scrollbars in GNOME
For Ubuntu 12.10, open a terminal and type the following command:
gsettings set com.canonical.desktop.interface scrollbar-mode normal
Changes should occur instantly. The overlay scrollbars should now be replaced with normal scrollbars.

For Ubuntu 12.04, use the following command:
gsettings set org.gnome.desktop.interface ubuntu-overlay-scrollbars false
Log out and log back in for changes to occur.
Quick Tip #2
Mount an ISO Image from Command-Line
sudo mount -o loop /path/to/image.iso /path/to/empty/dir
Notice that /path/to/empty/dir must exist and should be empty.
Quick Tip #3
Find Out Current GNOME Version
For GNOME:
gnome-shell --version
For the Compiz window manager, use:
compiz --version

PeaZip is an open-source file archiver with GTK and Qt interfaces, with support for all the major archives out there, including gzip, 7z, bzip2, zip, and arc.


Here are some of the main features provided by PeaZip, according to the official website:

  • easy to use GUI, powerful integration with scripts
  • portable version for running it from removable devices
  • it can work with all the popular archive formats
  • tools to extract, compress, convert, encrypt, secure delete and save backup scripts
  • fast, with a high compression ratio, stable and secure
  • comes with packages for various distributions, also generic Linux packages
  • it has both GTK and Qt interfaces (GTK interface is the recommended one)

To install it in Ubuntu 11.04, download the DEB package from
here then open a terminal, make sure the current working directory is the one where you saved the .deb file, and type in the following command:

sudo dpkg -i peazip_3.8.LINUX.GTK2-2_all.deb 

To run it type in the terminal peazip or press Alt+F2 and type peazip in the run box. Here’s how it looks like:

And the configuration window:

Leave a Comment

Sponsors
Advertise on TuxArena
Online Readers