Powered By

Powered by Blogger

Rabu, 21 Oktober 2009

Linux: Nautilus 'Send To Media' Script

Have you ever wished you had an option in Linux / Gnome, so that when right clicking file you could send them to, let's say an USB drive? You can do this with a simple Nautilus script called send-to-media.


To use it, simply download the script, extract the archive and copy the file called "sendtomedia" to the following location:
~/.gnome2/nautilus-scripts

Then, using the terminal, navigate to the above location and make the script executable:
cd ~/.gnome2/nautilus-scripts
chmod 777 sendtomedia


And finally, restart Nautilus:
killall nautilus && nautilus &

Tidak ada komentar:

Posting Komentar