📅  最后修改于: 2023-12-03 14:46:55.829000             🧑  作者: Mango
RDP Github Shadow is a Bash script that allows you to create a Remote Desktop Protocol (RDP) instance on a Github repository using a shadowsocks server. With this script, you can connect to your remote Github repository using an RDP client and access all the files and software installed on the virtual machine.
To use RDP Github Shadow, you need to have:
git clone https://github.com/kmille36/rdp-github-shadow.git
config.sh
file to add your shadowsocks server information:#!/bin/bash
# Shadowsocks server information
SERVER_IP=
SERVER_PORT=
SERVER_PASS=
METHOD=
git add config.sh
git commit -m "Update shadowsocks server information"
git push origin
create_rdp.sh
script:bash create_rdp.sh
# For macOS
open rdpgithub.rdp
# For Windows
mstsc /v:<server_ip>
With RDP Github Shadow, you can easily create an RDP instance on your Github repository and access it from any location using an RDP client. This is a great way to access your development environment when you're on the go or working remotely.