Tagged Questions
0
votes
1answer
34 views
Command works independently, but not as SSH callback
A MySQL cloud server only allows remote access to a certain server (in this example, 11.22.33.44). Running the following commands from the terminal is verified to work:
ssh -p 40000 ...
-1
votes
3answers
225 views
Set alias or environmental variable in Unix
I have a VPS and an associated IP address for it. I'm doing a lot of work with it in my bash shell and I'm wondering if there's some way I can create either an alias or a environmental shortcut for ...
1
vote
2answers
102 views
Alias for Kate editor
How can I create an alias in .bashrc for Kate editor, in order not to write kate file1 file2, but k file1 file2 for opening those files.
1
vote
1answer
174 views
sudo as a user that has sudo rights?
Alice has sudo rights.
Bob does not (this is not changeable), but does know the password to Alice's account.
If Bob wants to perform administrative commands he must:
su alice
fill in Alice's ...
1
vote
3answers
80 views