I am using Tinker Board and I want remote desktop it from other network. I tried Real VNC and AnyDesk but it don't work. My OS is debian 10, who can help me. Many thanks
How to remote Tinker Board Asus
541 Views Asked by MinhThong At
1
There are 1 best solutions below
Related Questions in OPERATING-SYSTEM
- the end of the I/O operation is notified to the system by an interrupt.how much system time do the mentioned operations occupy?
- Problem on CPU scheduling algorithms in OS
- OS-wide text autocomplete service with popup
- mkssecreenshotmgr taking a screenshot
- How to prevent app from crashing on android emulator
- Is there a function to end a child process?
- Swapping a healthy and unallocated partition in Windows 10
- ubuntu OS : Why my battery is completely drained of in just 2 hours in suspend mode
- 1 filenames = [] 2 ----> 3 for file in os.zipfile('images.zip'):
- Worth it to access data by blocks on modern OS/hardware?
- How does outlook disable screenshot
- How can I enable my app to access a specific partition directory for reading and writing without showing popup to user?
- Exception of type 'System.Exception' was thrown. Error in Cosmos Project
- Maximum CPU Voltage reading
- Java: get username from uid
Related Questions in PI
- How to setup nist nbis in raspbian raspberry pi 4
- How to install gcc-5.5.0 in raspberry pi 4B-64bit
- Pi spigot algorithm occasionally gives wrong values
- Set Raspberry Pi Qt application to full screen mode
- Why my Monte Carlo estimation of pi plot is empty?
- Raspberry Pi Pyton json to Arduino Mega
- SSHTunnelForwarder sometimes works as intended, sometimes errors out, sometimes hangs indefinitely
- Wrong approximation of PI with concurrent program
- Find, stop and restart a process with bash script
- BH1750 I2C Python Fails on Raspberry Pi
- GPIO.wait_for_edge for raspberry pi 5? how to detect edge from high to low
- Splinter in Rasberry Pi 5
- Getting libavcodec.so.58 not found error when trying to launch retroarch on the pi 5
- problem slowing down rotation of object rotating around another object in Godot 3
- I'm using React and Electron to build an app on raspberry pi os lite and I want to display it using Xserver, but the results
Related Questions in VNC
- VNC server automatic authentication via proxy-server
- Color missmatch with VNC library (vernacular)
- Docker container (KASMvnc + obsidian) not able to play sound : bdus error
- How to start a headless session without a desktop environment using tigervnc?
- Trying to play audio in AnotherTerm
- Can RealVNC server on Raspberry be connected from remote using Starlink ISP?
- How to remote access Jetson Nano Orin running Ubuntu via VNC?
- `xrandr` returns RandR extension missing on Ubuntu 22.04 on Raspberry Pi 4
- VMware HTML Console SDK connection failed
- Issue with Connecting to VNC Console Using VNC Viewer: Timeout Error
- Is there a way to launch a VNC session from the commandline with MobaXTerm?
- vncserver creating display as :<Displaynumber> instead of hostname:<Displaynumber>
- TightVNC server loop reconnecting
- How to show selenium browser in VNC after creating it over SSH with a virtual display
- GZweb isn't recieving map and robot model from Docker container
Related Questions in DEBIAN-BUSTER
- Network Manager fix for Debian Buster
- GPIOd not detecting rising edge but SYSFS implementation did
- BeagleBone Black shows error "Package 'cmake' has no installation candidate"
- How to get and use a debian image that has reached it's end of life while building a docker container
- What is the best practice for running a background process as www-data while running apache2 under debian?
- I'm trying to run the chess timer example found in the wxErlang - Getting Started booklet written by Arif Ishaq in 2017
- "SIOCSIFFLAGS: Operation not permitted" when activating rtl8723bs driver in embedded Linux on LicheePi board based on Allwinner V3s?
- Hotkeys disable Debian 10
- C code compiles under Debian-buster but not Debian-bullseye under Docker
- How to upgrade OPENSSL DockerFile
- Permissions error when creating an A record
- How can I run dotnet CLI commands inside a running container?
- npm error when I want to install @angular/cli
- Can't update Jenkins on Debian
- Python subprocess output is logged by systemd twice
Related Questions in VNC-VIEWER
- How to remote access Jetson Nano Orin running Ubuntu via VNC?
- Issue with Connecting to VNC Console Using VNC Viewer: Timeout Error
- Start VNC-Viewer via python script on raspberry pi os buster
- VNC® Viewer: What are the keyboard shortcuts to Exit full screen, and Close the viewer window?
- VNC viewer infinite connection
- How can I connect to VNC server using Delphi and Indy?
- How to remote Tinker Board Asus
- emacs message: timed out waiting for property-notify event
- Vnc viewer for flutter for x0vnc
- x11vnc can not authenticate from LAN in ubuntu 20.04
- Missing dependencie for realvnc-vnc-viewer in arch Linux (libcrypt.so.1)
- Raspberry Pi has text input lag, but only within apps (browser & VS Code)
- How to winwait for two or more different windows in AutoHotkey
- unable to view the playwright docker test execution through VNC viewer
- VNC viewer : Timed out waiting for response from computer
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You can always use
x11vncas long as your distribution uses Xorg as display server. I'm sure that it does.sudo apt install x11vnc.x11vnc -noxdamage -norepeat -display :0 -rfbport 5900 -shared