0
votes
0answers
19 views

Connect to remote drive (University computer)

To connect to my university drive, the instructions on their website say: Open a terminal Type the following, to mount your P: drive to /mnt: mount -t cifs -o ...
1
vote
1answer
105 views

How to I insert a command into a script located on a remote server?

I want to insert rm $0 in a script (/home/user/config-script) located on remote server with echo "rm $0" >> /home/user/config-script with expect. But fail because expect interprets $0. ...
2
votes
1answer
917 views

How to create a Remote Desktop Server on Ubuntu Server per user

I want to create an old style server - thinclient/terminal kind of work with ubuntu server 12.04. I was trying to use x11vnc to serve remote desktops to users but from what I have understood [after ...
0
votes
1answer
122 views

Nautilus “open in remote teminal” fails after login

I have installed open-in-erminal package and now I have "Open in Terminal" and "Open in Remote Terminal" in right click menu in Nautilus. First one works perfect, but remote does not. It opens ...
9
votes
3answers
3k views

Adjust volume via commandline so that volume notify pops up

is there a way to adjust the system volume via commandline so that the default volume popup (the one that pops up when pressing the media keys on notebooks) is still shown. I need this for my remote ...