Ubuntu terminal hangs after opening files [closed] - linux

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Sublime Text 2 always hangs the terminal if I open a file like so:
#sublime index.php
any thoughts?

By default the terminal will run the program in the foreground, so you won't end up back at the shell until the program has finished. just do:
#sublime index.php &

Related

How to edit the "File Management Preferences" via command line in Centos Desktop [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
is it possible to edit the
File Management Preferences
via vi or something ?
No, but it is possible with gconftool-2. Just frob the values under /apps/nautilus; look in gconf-editor for details.

How to lock my monitor with command in linux? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to lock my desktop with a shell command. How can I do this?
What desktop environment are you using?
Using GNOME:
gnome-screensaver-command -l
Using KDE:
qdbus org.freedesktop.ScreenSaver /ScreenSaver Lock
Using xfce:
xflock4
if you have xscreensaver installer this will work:
xscreensaver -lock
Other then that it is depending on which DE you have.

No bashrc in ubuntu Gnome [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I would like to configure my environment variables in Ubuntu version and can't find my bashrc.
Where can I find it?
in your home dir, e.g. if you are larix, then it is located in:
/home/larix/.bashrc
You can see it from your filemanager if it shows "hidden" files (if file name starts with "." it is considered as "hidden" file in linux)

Starting GVim at size and position it was last closed [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Is there a way that GVim could be set up in Windows XP, so that when it starts it has exactly the same size and position as the instance that was last closed?
It is annoying when you're working with a documentation file in the browser in the background, a command prompt window (constantly open) and a Vim instance that keeps jumping all over the place upon starting/closing. Naturally, it always starts over the paragraph you're currently reading :)

Remove extra entry from rEFIt [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I created an extra partition in my macbook and then updated refit. After I couldn't start linux from usb again. Also after deleting partition entry is still appearing.
I allredy tried to reinstall refit.
Just execute this line in os x terminal
sudo fdisk -u /dev/disk0

Resources