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:
Then, using the terminal, navigate to the above location and make the script executable:
And finally, restart Nautilus:
~/.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