Tagged Questions
1
vote
1answer
133 views
How to keep Ubuntu 11.10 and Kate editor w/terminal from changing command line when changing tabs?
I am programming C using Kate editor in Ubuntu 11.10. It works great, but when I change tabs in Kate, the terminal line changes to the file path of the tab I click on.
Normally this is not a big deal ...
0
votes
1answer
252 views
Execute Selenium at the startup
I'm using Selenium to automate a browser in a Server from a client, but I want that the server execute selenium automatically at the startup.
I have 3 files in /etc/init:
proxyserver.conf:
respawn
...
2
votes
2answers
138 views
Key bindings in zshrc do not take any effect
I have just switched to zsh, and I would like to bind Home, End and Delete keys such that they would act similar to how they do in bash.
I have found some commands that work if I enter them directly ...
7
votes
3answers
15k views
How do I partition and mount a 3TB Hard Disk using the terminal?
I have a 3TB Hard disk which I wish to mount as a single partition under Ubuntu 11.10 server
Because it is over 2TB I know there are some issues with this. I'm unsure of what I need to do to make ...
3
votes
2answers
909 views
Linux: coloring bash prompt will broke carriage return
When I try to colorize the bash prompt like this:
export PS1="\e[0;31m[\u@\h \W]\$ \e[m "
it breaks the carriage return (instead of going to a new line when line is full, it starts in the same line ...
5
votes
2answers
1k views
Why does the terminal in unity 2d (Ubuntu 11.10) always stay in the foreground?
I have just updated to Ubuntu 11.10 and I am using unity 2d. My terminal applications (gnome-terminal or konsole) just won't go into background. When I move another application in front of them, they ...
5
votes
2answers
2k views
How do I scroll up using a keyboard using the terminator terminal emulator?
I use ubuntu 11.10 and recently switched to terminator for my terminal. I am happy with it with one exception, I cannot figure out how to scroll up using the keyboard. I used to use gnome-terminal ...