【方法】使用iPad远程控制Ubuntu,借助VLC应用访问媒体文件
【方法】使用iPad远程控制Ubuntu,借助VLC应用访问媒体文件
When somebody says "I want to do x ", I never want to just say "you shouldn't want to do that". So, to start I'm going to give you this guide for setting up xrdp on your Ubuntu machine . Once you get this up and running use Microsoft Remote Desktop to access the machine. The bad news here, is that setting up remote desktop that works as smoothly as VNC on macOS or rdp on Win10 for a Linux desktop is very difficult to do. I have only once in my life managed to get a nice and reliable remote desktop setup going on a Ubuntu computer. For accessing any Ubuntu machine remotely the best way, which I recommend, is via ssh. You can follow this tutorial here to setup ssh on your Ubuntu computer. Then you can install iSH onto your iPad. This should be the primary way in which you access you computer in order to do anything with it. You mention VLC and media files here. If you want to actually watch/listen to something from your Ubuntu computer on your iPad, your best bet is Plex . It's what I use myself, and I'm sure there are many other people on this forum who use it. If your goal is to move media files from one computer to another, using your iPad, I recommend scp . The great thing about scp is that it's already included in iSH and can use the ssh keys you already have there. Your post is pretty bare bones, so I've done my best to guess at some of what you want. If you add more details, I can give you more options.