<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:tt="http://teletype.in/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>Alex K</title><generator>teletype.in</generator><description><![CDATA[Alex K]]></description><image><url>https://img2.teletype.in/files/10/f3/10f3301a-1e4b-4a91-ad2f-7c0da91f5ee2.png</url><title>Alex K</title><link>https://teletype.in/@a13xkn</link></image><link>https://teletype.in/@a13xkn?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=a13xkn</link><atom:link rel="self" type="application/rss+xml" href="https://teletype.in/rss/a13xkn?offset=0"></atom:link><atom:link rel="next" type="application/rss+xml" href="https://teletype.in/rss/a13xkn?offset=10"></atom:link><atom:link rel="search" type="application/opensearchdescription+xml" title="Teletype" href="https://teletype.in/opensearch.xml"></atom:link><pubDate>Sat, 11 Apr 2026 07:41:25 GMT</pubDate><lastBuildDate>Sat, 11 Apr 2026 07:41:25 GMT</lastBuildDate><item><guid isPermaLink="true">https://teletype.in/@a13xkn/Kali-Linux-Google-Cloud</guid><link>https://teletype.in/@a13xkn/Kali-Linux-Google-Cloud?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=a13xkn</link><comments>https://teletype.in/@a13xkn/Kali-Linux-Google-Cloud?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=a13xkn#comments</comments><dc:creator>a13xkn</dc:creator><title>Install Kali Linux on the Google Cloud - Remote Desktop Connection from Windows fast Way ~!</title><pubDate>Fri, 07 Jan 2022 23:22:18 GMT</pubDate><media:content medium="image" url="https://img3.teletype.in/files/e3/c6/e3c69920-541c-4da0-8c92-2eb0606ce6c7.png"></media:content><description><![CDATA[<img src="https://subproject9.com/wp-content/uploads/2019/05/kali-linux-google-cloud-768x403.png"></img>~ 25min and you have a GUI Kali-Linux by RDC]]></description><content:encoded><![CDATA[
  <figure id="IWOy" class="m_original">
    <img src="https://subproject9.com/wp-content/uploads/2019/05/kali-linux-google-cloud-768x403.png" width="768" />
  </figure>
  <p id="XMyr" data-align="center">~ 25min and you have a GUI Kali-Linux by RDC</p>
  <p id="UGj2"></p>
  <p id="ouYn">Fast way is to create new instance by your https://console.cloud.google.com/<br />Choose between 4-8 gb of memory &amp;&amp; choose between  2 -4 cores <br /><br /></p>
  <figure id="FT89" class="m_original">
    <img src="https://img3.teletype.in/files/61/ae/61aefa57-73fe-4c14-b435-f99dc959e6ea.png" width="257" />
  </figure>
  <p id="GPa5"> Select Debian 10 as the operating system <br />Add 40gb  space </p>
  <figure id="ENH3" class="m_original">
    <img src="https://img2.teletype.in/files/51/09/510998bf-c3cc-41e3-9cfa-13305f778658.png" width="445" />
  </figure>
  <p id="Pk9T">Enable this for open port</p>
  <p id="A4Kn">DEPLOY MACHINE !</p>
  <hr />
  <p id="yuek">When a machine is ready <br /><br />- go to shh </p>
  <figure id="lsNx" class="m_original">
    <img src="https://img2.teletype.in/files/1a/33/1a33a70a-0426-4f81-b5a0-82970d343e42.png" width="403" />
  </figure>
  <p id="cB18">and do a bunch of commands :</p>
  <p id="PV12"></p>
  <p id="qKRr"></p>
  <p id="rYpX">Update and upgrade --Debian system first</p>
  <pre id="EQV5">sudo apt update &amp;&amp; sudo apt upgrade -y</pre>
  <p id="gWGh">Add &quot;kali-rolling&quot; repository to your cloud system</p>
  <pre id="nriC">echo &quot;deb http://http.kali.org/kali kali-rolling main non-free contrib&quot; | sudo tee /etc/apt/sources.list</pre>
  <p id="WuIM">Download the repository&#x27;s key for the system to verify Kali Linux packages and add this with a <code>apt-key</code></p>
  <pre id="LloU">curl https://archive.kali.org/archive-key.asc | sudo apt-key add</pre>
  <p id="XGMB">Update it again. The new &quot;kali-rolling&quot; repository must be recognized.</p>
  <pre id="2li1">sudo apt update</pre>
  <p id="wtpT">Install Kali Linux packages  - take u long time  ~ 15 min+ </p>
  <pre id="B2W7">sudo apt install kali-linux-default</pre>
  <p id="KOND">During installation just follow instructions by loader</p>
  <hr />
  <p id="RBlQ">When u finish u need to install a desktop environment.  Greatest desktop for Kali Linux is Xfce. - this take a time  ~ 10 min+</p>
  <pre id="Oc9S">sudo apt install kali-desktop-xfce</pre>
  <p id="8H9P">Afterwards , you have to install Xrdp. This will allow you to access GUI by Remote Desktop Protocol.</p>
  <pre id="Gzej">sudo apt install xrdp</pre>
  <p id="794b">Change password for your user account.</p>
  <pre id="ydpQ">sudo passwd</pre>
  <p id="Qj4Z">go to root now </p>
  <pre id="iJ86">sudo su</pre>
  <p id="LZpe">now update everything again </p>
  <pre id="Jvah">sudo apt update &amp;&amp; sudo apt upgrade -y</pre>
  <p id="EstC">exit root </p>
  <pre id="ozfD">exit</pre>
  <p id="acDg">reboot whole system</p>
  <pre id="4m74">sudo reboot</pre>
  <p id="En7N"><br /></p>
  <p id="DEor">Now start &quot;Remote Desktop Connection&quot; from your Windows machine from </p>
  <figure id="5Jix" class="m_original">
    <img src="https://img4.teletype.in/files/3b/46/3b462ce3-6e68-43d1-9b10-21179905abc3.png" width="392" />
  </figure>
  <figure id="0VN3" class="m_original">
    <img src="https://img4.teletype.in/files/7e/e7/7ee7b24a-5485-41c2-acbc-dd8b8322656c.png" width="402" />
  </figure>
  <p id="eGkF">Type External IP of your Google Cloud machine  <br />Username <strong>root </strong></p>
  <p id="tlsI">Click Connect </p>
  <p id="d89h"></p>
  <p id="M13u">Bang !!! we are in there !!</p>
  <p id="UNtG"></p>
  <figure id="S8L0" class="m_original">
    <img src="https://img3.teletype.in/files/23/ac/23acb41c-9fb9-4b3c-8411-42ad5e0498ad.png" width="1574" />
  </figure>
  <p id="xEWV">Finally u have access to a Google Cloud Kali Linux GUI interface by your Windows or Mac machine/</p>
  <p id="uR9f">ps/. for Mac u need to install Microsoft Remote Desktop from App Store</p>
  <p id="UCN6">ps/. if u need just a type console - connect over ssh to ur google cloud using anything like JuiceSSH or so - and do u things </p>
  <p id="8Fq8"></p>
  <p id="Hbqr">Thanks for reading <br /></p>

]]></content:encoded></item></channel></rss>