Marlin File Browser

3:44 AM

Marlin is a lightweight, sleek & fast GTK3 file manager for elementary OS. Marlin is designed with a focus on speed, simplicity, ease of use.

The interface is minimal as compared to Nautilus. Yet it does its job pretty well. The interface is divided into a left panel that provides fast access to bookmarks and common places, the right panel shows the preview for files and the middle window offers the file browsing.


Install Marlin from Marlin Daily PPA:

The “marlin-development” team created a ppa for daily build of Marlin and they publish packages for Ubuntu 12.04 Precise and 11.10 Oneiric. Run the following commands to add this ppa and install Marlin.

  •         sudo add-apt-repository ppa:marlin-devs/marlin-daily
  •         sudo apt-get update
  •         sudo apt-get install marlin



0 comments

» read more....

Nautilus Script : Easy Send File to FlashDrive or Removable Device

10:55 PM

One simply function that I always expect would land in nautilus is small utility which allow us to copy file to mounted device easily, Yeah..  a similar function like Windows. There are many ubuntu user which come from Windows, a function like this will make them feel comfortable using their new OS (Ubuntu).

There is small nautilus script which can simplify our work, this script allow us to send file to Flashdrive or other mounted device trough 'right click' menu in nautilus, this function is similar to 'send to' in windows, see following screenshot.


Nautilus Send file to mounted device
Install Nautilus Send To Script in Ubuntu
There are simple way to do as above,  first step you have to do is download the following files :
go to /home/username/.gnome2/nautilus-scripts (*replace username with yours) then copy the file you have downloaded there.

You can try it whether it well implemented or not, select a file in nautilus the right click script > send to, if you're find 'send to' in there, mean the script was well implemented to your nautilus.

0 comments

» read more....