Skip to content

Latest commit

 

History

History
134 lines (111 loc) · 6.39 KB

RDPtownGPT3.md

File metadata and controls

134 lines (111 loc) · 6.39 KB

🌟 Welcome to Linxie Cloud RDP 🚀

Welcome to the magical world of Linxie – your free Linux Remote Desktop (RDP) and virtual computer! 🎉 These cloud computers are fully managed by Google, so you can be sure they are reliable and secure. You can use them for anything you want.

Features ✨

  • 🚀 Virtual Computer with ⚡️ 400MB/ps internet speed
  • 🛡️ Hosted and maintained by Google
  • 👨‍💻 Usage: Linux tools, Apache/Nginx, ethical security testing, gaming, and more!
  • 🆓 Free forever
  • 🔒 Fully managed by Google
  • 🖥️ 4GB RAM (Old Gmail accounts get a whopping 16GB RAM!)
  • 📱 Access from any device with an RDP client

Benefits:

  • Use Linux tools and apps on any device
  • Develop and test software in a cloud environment
  • Run hacking exploits safely and securely
  • Play Linux games without having to install anything
  • Have your own personal cloud lab

How to Get FREE RDP 🚀

Step ONE

Download the Google Cloud app or go to shell.cloud.google.com and sign in with your Google account.

Play Store App Store

Step TWO

Open the Google Cloud app on your iPhone or Android.

📲 Click the terminal/shell icon

Wait for a few minutes while Google Cloud sets up your cloud computer. You will see a terminal window when it is ready.

Step THREE

Copy and paste the following commands one by one:

  1. Paste this after completing the first step:

    sudo apt update -y && sudo apt upgrade -y
    Copy Command
  2. Download and install Chrome Remote Desktop:

    sudo wget https://dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb
    sudo apt install ./chrome-remote-desktop_current_amd64.deb -y
    Copy Command Copy Command
  3. Installing XFCE Desktop Environment:

    sudo DEBIAN_FRONTEND=noninteractive apt install --assume-yes xfce4 desktop-base dbus-x11 xscreensaver
    Copy Command
  4. Activating Chrome Remote Desktop:

    sudo bash -c 'echo "exec /etc/X11/Xsession /usr/bin/xfce4-session" > /etc/chrome-remote-desktop-session'
    /etc/chrome-remote-desktop-session\'')">Copy Command
  5. Disabling lightdm.service:

    sudo systemctl disable lightdm.service
    Copy Command
<script> function copyToClipboard(text) { var textArea = document.createElement("textarea"); textArea.value = text; document.body.appendChild(textArea); textArea.select(); document.execCommand('copy'); document.body.removeChild(textArea); alert("Command copied to clipboard: " + text); } </script>

Step FOUR

Download Chrome Remote Desktop app/Extension or go to Chrome Remote Desktop

Play Store App Store Chrome Remote Desktop

Open Chrome Remote Desktop App/Extension and follow the steps.

Enjoy your cloud computer! You can install and run any Linux software you want. You can also access the graphical user interface by clicking on the “Desktop” button.

Disclaimer ⚠️

Please use RDPTown responsibly and abide by Google's terms of service.