Skip to content
Snippets Groups Projects
Commit 521e3701 authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

wip

parent bf2fb592
Branches
No related tags found
No related merge requests found
<html>
<body>
<p>
<hr>
<b>RDP</b><br>
<hr>
<p>
<pre>
sign in to console and launch instance:
https://aws.amazon.com/console/
choose security group (open all or just required ports):
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html
ssh to instance:
ssh -i ~/.ssh/keys/your_key.pem ubuntu@your_IP_address
set password:
sudo passwd ubuntu
update, upgrade, install:
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install xrdp xfce4 xfce4-terminal gnome-icon-theme
connect with RDP client:
https://remmina.org/how-to-install-remmina/
https://support.microsoft.com/en-us/help/4028379/windows-10-how-to-use-remote-desktop
https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-mac
options to check:
screen size
color depth
order checks
glyph cache
</pre>
<hr>
<b>VNC</b><br>
<hr>
<p>
<pre>
sign in to console and launch instance:
https://aws.amazon.com/console/
......@@ -41,3 +81,4 @@ start noVNC:
./utils/launch.sh --vnc localhost:5900 --listen your_port --cert self.pem
open remote desktop:
https://your_IP_address:your_port/vnc.html
</pre>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment