-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
133 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,134 @@ | ||
<div style="text-align: center; padding: 20px;"> | ||
<img src="https://github.com/AryanVBW/RDPtown/releases/download/l1/rdp2-removebg-preview.png" height="150"><br> | ||
<h1>🌟 Welcome to Linxie Cloud RDP 🚀</h1> | ||
</div> | ||
|
||
<p align="center"> | ||
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. | ||
</p> | ||
|
||
<h2 align="center">Features ✨</h2> | ||
<ul> | ||
<li>🚀 Virtual Computer with ⚡️ 400MB/ps internet speed</li> | ||
<li>🛡️ Hosted and maintained by Google</li> | ||
<li>👨💻 Usage: Linux tools, Apache/Nginx, ethical security testing, gaming, and more!</li> | ||
<li>🆓 Free forever</li> | ||
<li>🔒 Fully managed by Google</li> | ||
<li>🖥️ 4GB RAM (Old Gmail accounts get a whopping 16GB RAM!)</li> | ||
<li>📱 Access from any device with an RDP client</li> | ||
</ul> | ||
|
||
<h2 align="center">Benefits:</h2> | ||
<ul> | ||
<li>Use Linux tools and apps on any device</li> | ||
<li>Develop and test software in a cloud environment</li> | ||
<li>Run hacking exploits safely and securely</li> | ||
<li>Play Linux games without having to install anything</li> | ||
<li>Have your own personal cloud lab</li> | ||
</ul> | ||
|
||
<h2 align="center">How to Get FREE RDP 🚀</h2> | ||
|
||
<h3>Step ONE</h3> | ||
<p>Download the Google Cloud app or go to <a href="https://shell.cloud.google.com">shell.cloud.google.com</a> and sign in with your Google account.</p> | ||
|
||
<p align="center"> | ||
<a href="https://play.google.com/store/apps/details?id=com.google.android.apps.cloudconsole"> | ||
<img src="https://github.com/AryanVBW/RDPtown/releases/download/l1/playstore.png" height="60" alt="Play Store"> | ||
</a> | ||
<a href="https://apps.apple.com/us/app/google-cloud/id1005120814"> | ||
<img src="https://github.com/AryanVBW/RDPtown/releases/download/l1/appstore.png" height="90" alt="App Store"> | ||
</a> | ||
</p> | ||
|
||
<h3>Step TWO</h3> | ||
<p>Open the Google Cloud app on your iPhone or Android.</p> | ||
|
||
<div style="display: flex; justify-content: center;"> | ||
<img src="https://github.com/AryanVBW/RDPtown/releases/download/S1/CRDPcloud.png" height="150"> | ||
<img src="https://github.com/AryanVBW/RDPtown/releases/download/S1/Cshell.png" height="150"> | ||
<img src="https://github.com/AryanVBW/RDPtown/releases/download/S1/Ccloud-shell.png" height="150"> | ||
</div> | ||
|
||
<p align="center">📲 Click the terminal/shell icon</p> | ||
|
||
<p>Wait for a few minutes while Google Cloud sets up your cloud computer. You will see a terminal window when it is ready.</p> | ||
|
||
<h3>Step THREE</h3> | ||
<p>Copy and paste the following commands one by one:</p> | ||
|
||
1. Paste this after completing the first step: | ||
<div> | ||
<pre><code>sudo apt update -y && sudo apt upgrade -y</code></pre> | ||
<button onclick="copyToClipboard('sudo apt update -y && sudo apt upgrade -y')">Copy Command</button> | ||
</div> | ||
|
||
2. Download and install Chrome Remote Desktop: | ||
<div> | ||
<pre><code>sudo wget https://dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb</code></pre> | ||
<pre><code>sudo apt install ./chrome-remote-desktop_current_amd64.deb -y</code></pre> | ||
<button onclick="copyToClipboard('sudo wget https://dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb')">Copy Command</button> | ||
<button onclick="copyToClipboard('sudo apt install ./chrome-remote-desktop_current_amd64.deb -y')">Copy Command</button> | ||
</div> | ||
|
||
3. Installing XFCE Desktop Environment: | ||
<div> | ||
<pre><code>sudo DEBIAN_FRONTEND=noninteractive apt install --assume-yes xfce4 desktop-base dbus-x11 xscreensaver</code></pre> | ||
<button onclick="copyToClipboard('sudo DEBIAN_FRONTEND=noninteractive apt install --assume-yes xfce4 desktop-base dbus-x11 xscreensaver')">Copy Command</button> | ||
</div> | ||
|
||
4. Activating Chrome Remote Desktop: | ||
<div> | ||
<pre><code>sudo bash -c 'echo "exec /etc/X11/Xsession /usr/bin/xfce4-session" > /etc/chrome-remote-desktop-session'</code></pre> | ||
<button onclick="copyToClipboard('sudo bash -c \'echo "exec /etc/X11/Xsession /usr/bin/xfce4-session" > /etc/chrome-remote-desktop-session\'')">Copy Command</button> | ||
</div> | ||
|
||
5. Disabling lightdm.service: | ||
<div> | ||
<pre><code>sudo systemctl disable lightdm.service</code></pre> | ||
<button onclick="copyToClipboard('sudo systemctl disable lightdm.service')">Copy Command</button> | ||
</div> | ||
|
||
<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> | ||
|
||
<h3>Step FOUR</h3> | ||
<p>Download Chrome Remote Desktop app/Extension or go to <a href="https://remotedesktop.google.com">Chrome Remote Desktop</a></p> | ||
|
||
<p align="center"> | ||
<a href="https://play.google.com/store/apps/details?id=com.google.chromeremotedesktop"> | ||
<img src="https://github.com/AryanVBW/RDPtown/releases/download/l1/playstore.png" height="60" alt="Play Store"> | ||
</a> | ||
<a href="https://apps.apple.com/us/app/chrome-remote-desktop/id944025852"> | ||
<img src="https://github.com/AryanVBW/RDPtown/releases/download/l1/appstore.png" height="90" alt="App Store"> | ||
</a> | ||
<a href="https://chrome.google.com/webstore/detail/chrome-remote-desktop/inomeogfingihgjfjlpeplalcfajhgai"> | ||
<img src="https://github.com/AryanVBW/RDPtown/releases/download/S%24/mediumCrome-withouborder.png" height="60" alt="Chrome Remote Desktop"> | ||
</a> | ||
</p> | ||
|
||
<h3>Open Chrome Remote Desktop App/Extension and follow the steps.</h3> | ||
<div style="display: flex; justify-content: center;"> | ||
<img src="https://github.com/AryanVBW/RDPtown/releases/download/S1/Cdark1.png" height="150"> | ||
<img src="https://github.com/AryanVBW/RDPtown/releases/download/S1/Cdark2.png" height="150"> | ||
<img src="https://github.com/AryanVBW/RDPtown/releases/download/S1/Cdark3.png" height="150"> | ||
<img src="https://github.com/AryanVBW/RDPtown/releases/download/S1/Cdark4.png" height="150"> | ||
<img src="https://github.com/AryanVBW/RDPtown/releases/download/S1/Cdark5.png" height="150"> | ||
<img src="https://github.com/AryanVBW/RDPtown/releases/download/S1/Cdark6.png" height="150"> | ||
</div> | ||
|
||
<p>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.</p> | ||
|
||
<h2 align="center">Disclaimer ⚠️</h2> | ||
<p>Please use RDPTown responsibly and abide by Google's terms of service. | ||
|