Skip to main content

Questions tagged [remote]

Anything involving something running on one computer and interacting with resources of another computer (e.g. display).

Filter by
Sorted by
Tagged with
150 votes
5 answers
438k views

How to start a GUI software on a remote Linux PC via SSH

Sometimes I need to start XMBC media player or other GUI software on one of my remote PC (small Xubuntu PC used as a media center). Usually, I do this by starting an X11vnc server on the remote PC via ...
Raben's user avatar
  • 1,603
87 votes
1 answer
194k views

How do I tunnel and browse the server webpage on my laptop?

I run a web app in one of my lab servers, and I have already setup X11 Forwarding on those machines. Other lab members can tunnel through SSH, and browse that web app on their local browser at home. ...
CppLearner's user avatar
  • 1,277
64 votes
2 answers
77k views

Unable to initialize frontend: dialog when using ssh

I am executing the following command over ssh in a testing environment, as root: ssh <remote_srv> "apt-get autoremove" In my sshd_config I have "PermitRootLogin without-password" and I have ...
twan163's user avatar
  • 763
59 votes
4 answers
368k views

What is the simplest way to have remote GUI access to Ubuntu 16.04 “server” from Ubuntu 16.04 “desktop”?

I'm trying to figure out what is "lightweight" way to configure my Ubuntu 16.04 LTS server to have access via GUI (over SSH as option). I would like to reach it from my Ubuntu 16.04 workstation. I ...
4xy's user avatar
  • 1,165
44 votes
6 answers
44k views

How to use SSH (ssh & rsync commands)?

How can I SSH with a remote server so I can browse files and edit them? I have a username and password to use.
el_pup_le's user avatar
  • 963
40 votes
8 answers
115k views

TeamViewer: Not ready. Check your connection

I have installed TeamViewer 10 in Ubuntu 14.04 and used it with mobile Internet (USB tethering). It worked well, but once I disconnected the mobile device and connected the system to an office ...
Anishkumar's user avatar
34 votes
4 answers
70k views

Difference between "halt" and "shutdown now"?

Ubuntu one remote uses sudo -S -p '' halt for shutdown and does not work to the end. leaveing monitor on with message will now halt [22225.11163] halted What is the difference between sudo -S -p &...
nkvnkv's user avatar
  • 785
32 votes
3 answers
67k views

22.04 - Remote Desktop Sharing authentication password changes every reboot

I am trying to setup remote desktop sharing for a Ubuntu 22.04 desktop system with the intended purpose of running this system headless without a screen connected. I am able to successfully VNC to the ...
LRB's user avatar
  • 321
25 votes
6 answers
20k views

Unable to save connection remmina RDP

I have been using windows remote desktop from remmina, what i feel so awkward is I don't see the save password button enabled, I need to frequently use my remote connection, and don't like entering ...
shivshnkr's user avatar
  • 5,073
23 votes
3 answers
26k views

Remotely turning on computer?

I need a simple way to turn on my dell optiplex remotely, and shut it off. Its running ubuntu 13.04. How would i go about that? would i need a separate device to press the power button, or would it ...
user159896's user avatar
21 votes
2 answers
26k views

How do I change the keymap of a single device (Logitech presenter)?

My Logitech R400 presenter sends the following key codes: keycode 112 (keysym 0xff55, Prior) [page up] keycode 117 (keysym 0xff56, Next) [page down] keycode 60 (keysym 0x2e, period) keycode 71 ...
htorque's user avatar
  • 65.1k
20 votes
9 answers
59k views

How to make X.org listen to remote connections on port 6000?

This is on Ubuntu 10.10 (Maverick Meerkat) 64-bit desktop. I want to make my X server listen to remote connections from clients in other machines on the local network. I know about ssh -X and that is ...
ΤΖΩΤΖΙΟΥ's user avatar
19 votes
3 answers
59k views

What command do I use to find physical disk size?

I use df -h to see formatted size, but how to see actual? I believe one of my disks is 3TB but formatted as 2TB but not sure which. (they're remote so I can't look!)
user184342's user avatar
19 votes
2 answers
22k views

Sending keypresses to remote X session over SSH

So I'm sitting in our living room on an Ubuntu laptop working while also watching a TV that is controlled by an Ubuntu HTPC. I have an IR remote set up and can control everything I need to with it, 99%...
Oli's user avatar
  • 295k
19 votes
4 answers
36k views

How to automount a gvfs file system on logon

I configured a remote folder in nautilus. I always need this remote folder, so I created a symbolic link to it in my home folder: ln -s ~/.gvfs/remote_folder ~/remote_folder. Though, when I first ...
Pedro Rolo's user avatar
  • 1,336
19 votes
5 answers
41k views

How to access an ubuntu machine via VNC from the login screen?

I want to access an Ubuntu machine remotely via VNC. But I can access the Ubuntu machine only if the user is logged in. I want to access the ubuntu machine via VNC from the login screen itself. We can ...
karthick87's user avatar
  • 82.4k
16 votes
5 answers
11k 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 ...
Lincoln's user avatar
  • 3,513
14 votes
5 answers
13k views

Am I using bash or sh? [duplicate]

I'm connected to a remote shell and many keys aren't working properly such as arrows and the escape key. This answer Arrow keys, tab-complete not working suggested I might be in the wrong shell, so I ...
Info5ek's user avatar
  • 251
14 votes
2 answers
17k views

"rsync" from remote to local

Let say that I have 2 machines: local (centos) remote on IP: 123.123.123.123 ssh port 456 (ubuntu server) and I want to synchronize my remote folder /home/wolfy/py with my local folder /home/cavo/...
Wolfy's user avatar
  • 7,950
14 votes
2 answers
63k views

How to screen mirror android phone to Ubuntu PC? [duplicate]

I need to screen mirror my android phone to Ubuntu PC. Is there any tool or package available in Ubuntu to do this?
Arun Kumar's user avatar
14 votes
7 answers
25k views

How can I use my phone or tablet as mousepad?

I just set up my Ubuntu desktop to use our living room TV as a monitor, and I would like to be able to use either my iPhone or Nexus 7 tablet as a mousepad/keyboard for controlling it from the couch. ...
user149121's user avatar
13 votes
4 answers
90k views

Download remote FTP directory

How can I download a specified directory and all it's files from an FTP server (requiring username+password)?
el_pup_le's user avatar
  • 963
13 votes
5 answers
47k views

How can a gamepad control THE mouse?

There are many questions about this subject: Remapping both mouse and keyboard to a gamepad How do I configure a joystick or gamepad? How to control the mouse pointer via my keyboard? ... But the ...
Boris's user avatar
  • 4,942
13 votes
3 answers
36k views

How to enable indirect GLX contexts (+iglx) in Ubuntu 14.04 LTS with nvidia gfx-cards

I am running a linux-host for Qt-software-development at a central place. With my windows box I use Xming as a local X-server and putty to connect to that linux-host. With this configuration I can ...
cmks's user avatar
  • 1,904
13 votes
4 answers
3k views

Is there an Android remote app compatible with LibreOffice Impress under Ubuntu?

I have an upcoming presentation I want to make in LibreOffice Impress on my Ubuntu 12.10 laptop. I was wondering if I could get ahold of an Android app which would act like a remote control, allowing ...
Knowledge Cube's user avatar
13 votes
1 answer
20k views

Xrdp - How do I connect remotely to an existing local session?

My OS is Ubuntu 16.04 (Unity), but I am using the Xfce4 (apt get xfce4) interface. I want to connect from a Windows 7 PC (using the standard remote controll) and from a Linux OS via rdesktop. I want ...
cerv21's user avatar
  • 231
12 votes
3 answers
113k views

How to login into a Ubuntu machine from Windows

We have Windows Vista/XP machines connected to a Win 2k3 server in our LAN environment. We recently got few laptops configured w/Ubuntu 11 and we would like to enable our Windows users to remote login ...
priya's user avatar
  • 223
10 votes
3 answers
1k views

Why starting any GNOME based program over SSH takes about 30 seconds?

GNOME based programs always take about 30 seconds to start over SSH. Even simplest ones, like gnome-calculator. After said programs start, they run absulutely fine. I am starting SSH session using ssh ...
pvc's user avatar
  • 325
9 votes
1 answer
16k views

Shutting down a computer remotely

What ways are there to shut down a computer remotely? My desktop is running Ubuntu 11.04 desktop edition and when I try to shut it down remotely using ssh, it doesn't actually work. I used the ...
Echogene's user avatar
  • 2,325
9 votes
2 answers
14k views

How to stop ubuntu from prompting for confirmation for remote desktop

I was trying to setup a remote desktop solution for an Ubuntu virtual machine running version 22.04 LTS, installed on a Mac Mini that I now use as a home server. However, after I installed TeamViewer ...
Fluffy's user avatar
  • 93
9 votes
2 answers
2k views

How can I connect a Wiimote to my computer to control an audio-player?

I want to connect a Wiimote. I'm running natty and would like to control an audio-player with my Wiimote. Is that possible?
jordannormalform's user avatar
9 votes
2 answers
20k views

Google chrome remote desktop connection only display wallpaper

I installed Google Chrome Remote Desktop without any problem, i can connect to the machine but for some strange reason all i get when i connect to the computer is the wallpaper and the mouse pointer i ...
Rijo's user avatar
  • 93
9 votes
3 answers
5k views

Is it possible to do a remote wipe of a system?

My office had a break-in over the weekend, and several laptops were stolen. Mine wasn't one of them, but I'm curious - the owners of the stolen computers (Windows and Mac) are all talking about remote ...
EmmyS's user avatar
  • 16.2k
9 votes
3 answers
16k views

Anydesk crashes after another user accepts remote connection

I have installed anydesk application from this url. However, when I tried to remote to my friend computer, my anydesk was closed immediately. So to track this issue, I tried to start it with sudo ...
Houy Narun's user avatar
8 votes
2 answers
34k views

Remote desktop connection color not proper

I'm using Lubuntu 13.10. I have installed Remmina in it. When I connect to remote connection which is Windows Server 2008 the display is not proper. It has different colour some weird colours. I have ...
user236809's user avatar
8 votes
1 answer
32k views

Ubuntu: encrypted remote desktop server?

I need an encrypted remote desktop server for my ubuntu computer. Can someone tell me which package or programm should I install? But the connection must be encrypted! Thank you very much. Kind ...
arty's user avatar
  • 83
8 votes
2 answers
5k views

GUI application for controlling Samsung Smart TV connected to the same LAN of ubuntu desktop

I noted that there are no questions about this, and it's sounding very strange. Anyway, I know the gemote project has been abandoned, so I'm wondering if anything similar has been developed. In brief, ...
jasmines's user avatar
  • 11.1k
8 votes
2 answers
2k views

How can I stream my screen to other computers?

I am looking for something like the TightVnc Projector but cross-platform and free if possible. I have seen stuff like iTALC but it was hard to setup on Windows and long-winded for what I need. all ...
jackmawer's user avatar
8 votes
1 answer
11k views

Remote Reboot an Encrypted Disk Ubuntu Server?

I've got a small ubuntu server running the LAMP stack that uses an encrypted disk. I would like to know if it's possible to reboot it remotely. Currently I have to be physically present at the machine ...
Wh33t's user avatar
  • 313
7 votes
4 answers
25k views

PuTTY: "unable to load font" in Ubuntu 20.04

I have installed PuTTY on Ubuntu 20.04 LTS . When I enter the IP address and click on the Open button, Putty gets closed automatically. The error message is: PuTTY: unable to load font "server:...
Mashuk Raza's user avatar
7 votes
2 answers
12k views

How to keep a remote X11 app running after disconnecting SSH?

I've got X11 forwarding on so I can see program windows on my server from my desktop, I'm wondering if I disconnect from the ssh session with the x11 forwarding to my PC, will that program close on ...
BitRain's user avatar
  • 73
7 votes
1 answer
32k views

xRDP - how to view all running sessions

I am new to xRDP..and to Linux from the admin point of view.. I have installed xRDP and xfce4 desktop and I am able to connect with Microsoft RDP To my Ubuntu 14.04 x 64 bit desktop / server. My ...
og11's user avatar
  • 71
7 votes
8 answers
7k views

Which download manager is capable of 'throttle' and 'pause & resume' a running instance of download from a script

When downloading big files it necessary to pause the download many times. A big file can be downloaded by using wget. First start download, then kill wget, then resume download by wget -c. I want to ...
totti's user avatar
  • 6,818
7 votes
2 answers
7k views

Is there a Cyber-Cafe program for server-client places (Internet Cafe)

Is there a program for Ubuntu that can be used to control the time for the clients in an Internet Cafe or Cyber Cafe. Similar to Cyber Control and others. It blocks the Clients PC until a client comes ...
Luis Alvarado's user avatar
7 votes
1 answer
1k views

How do I set up an HP remote control?

I have an old receiver (USB) and remove control that i am trying to get working on Ubuntu with Boxee. Any suggestions for setting this up? software I need.
myusuf3's user avatar
  • 34.5k
7 votes
2 answers
937 views

Remove Owncloud login from file system / Nautilus

At some point, I've added a remote mount to a Owncloud installation. I've since reinstalled Owncloud, so the original remote has the wrong login details. Every time I login to my computer, whatever is ...
krax's user avatar
  • 124
6 votes
6 answers
14k views

Run command on remote server over SSH - without exiting

I connect to my school's Linux Lab frequently to work on my programming assignments remotely. Sometimes, when there are lots of other students logged in to the server, the connection is slow, and I ...
Michael Hoffmann's user avatar
6 votes
2 answers
6k views

Is there a way to close cmus without quitting?

I'm using cmus to listen to music now.One problem is that I couldn't close the interface while listening, i.e. keep it running background.The raw '&' doesn't work.I know moc(p) has the function,...
Hongxu Chen's user avatar
6 votes
2 answers
12k views

Use Remmina to RDP into home Remote Desktop Gateway Server

I have Windows Server 2012 R2 running at home which is hosting "Anywhere Access" and acting as a Remote Desktop Gateway Server. I have tried using Remmina to RDP into this gateway but I can't seem to ...
ADahmane17's user avatar

1
2 3 4 5
12