Subscribe to Feeds
ubuntu.com
Free PageRank Checker

Super Nautilus Eliminates The Need of CLI, A Bit

Posted by Panji Nushantara | Tuesday, August 10, 2010

Almost any tips about Ubuntu I found, needs administrator right or root (command that starts with sudo) to edit some files and that usually means opening up terminal and command line typing.
I like to do things GUI-ly, here's what I did to minimize or even eliminate the need to open up terminal.
The main idea is to create a super file browser, in my case it is Super Nautilus (Nautilus with administrator or root permission). So when some tips or occasions require me to edit some system files all I have to do is browse with this Super Nautilus and edit the needed files. This is how to make Super Nautilus launcher :
  • right click in the desktop and choose Create Launcher
  • in Command field : type gksu nautilus (for Ubuntu) or kdesu dolphin (for kubuntu),
If the desktop is too obvious you can make a launcher from Ubuntu Menu.

So now, instead of open a terminal and type sudo gedit /somefolder/somefile, all I have to do is launch Super Nautilus and browse to /somefolder/somefile. It still asks for password, so it's still safe if somebody launch it incidentally (or on purpose). As safe as you keep your password that is.
Be very cautious though when using this super file browser :
  • use it necessarily
  • close it when you're done
  • must know what are you doing.
Or you'll brick your Ubuntu :p



keyword : super nautilus, no CLI

0 comments