Friday, July 25, 2014

[Linux] Linux Tips

1.  how to open file from terminal?

Suppose you have installed Geany.

Then go to the folder and type "geany xxx.txt"

2. how to show hidden files?

ctrl+H

3. open terminal from here:

You have to install the Install nautilus-open-terminalnautilus-open-terminal package :
sudo apt-get install nautilus-open-terminal
Then:
nautilus -q
in order to reset Nautilus

4. Open a directory window

nautilus /path/to/open

5. start a program without blocking

emacs ....txt &

No comments:

Post a Comment