In Ubuntu if you want to open File Explorer from a terminal (especially as root) then you need to enter the following command: sudo nautilus
If you want this to run as a background process then just add an “&” in the end (without the quotes of course).
Other similar posts you might be interested to check out:
- April 4, 2010 -- Deleting folder on Linux (3)
If you are a newbie to Ubuntu like me (or any other Unix distro) and you tried deleting a folder which is not empty contains files or subdirectories then you get the annoying error "Directory not empty".
To delete such a folder (from a terminal) use the rm -rf command. For example to delete a folder called amitbahree run the following:
rm -rf amitbahree/... - March 9, 2010 -- Ubuntu on a HTC Touch Pro 2 (0)
Well this is the phone I have maybe some day I will try this - pretty geeky albeit useless. :)
... - March 7, 2010 -- RDP from Ubuntu (0)
I did not know until today that there is something called gnome-rdp using which one can RDP to Windows machines from Ubuntu (or any other linux flavour I imagine). Installation is simple on Ubuntu, with it available in Synaptic Package Manager. To start it you can type in gnome-rdp in a console or go to Applications -> Internet -> Gnome-RDP. Once it has started, usage is quite simple - though you might want to change the remote desktop size and colours. Interestingly this also supports VNC...
Tags: .opensource