Install Ubuntu 20.04 LTS On Google Cloud Platform & Setup Teamviewer & SSH On It Complete Guide 2020
Install Ubuntu 20.04 LTS On Google Cloud Platform & Setup Teamviewer & SSH On It Complete Guide 2020
Up Your Ubuntu VM
1 Getting Started
Just Click on the three bar on the upper left corner (navigation menu) on this
site https://console.cloud.google.com/home/
Now go to Compute Engine-VM instances-Click on Create
Choose Your Preferences (Check Video For Some Tips)
Dont Change Any Default Firewall Rules which is in VPC Network Section
You can create static external ip address or turn the newly generated ip into
static of your Ubuntu VM from VPC Network-External IP Adresses
(Always Use Static IP else the external IP will change automatically from time to
time)
All The Commands You Need after Creating The VM is listed below , you can just
copy paste these while setting your own Ubuntu VM
3 Making the SSH Config to Use with Putty(Windows) & JuiceSSH (Android) (Only If
You Want to USe It)
nano /etc/ssh/sshd_config
use up & down arrow keys to navigate
PasswordAuthentication yes
PermitRootLogin yes
ctrl+o to save & press enter & ctrl+x to exit
4 Adding Firewall Rules & Installing Gui & TeamViewer For Remote Access * (Please
Watch Video)
nano /etc/X11/xorg.conf
Section "Device"
Identifier "Configured Video Device"
Driver "dummy"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 31.5-48.5
VertRefresh 50-70
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x900"
EndSubSection
EndSection
reboot
root login
Done , Your Linux VM is now ready to use & you can use it in your windows PC
without any issues using teamviewer.
Watching the Video is necessary for some steps & tips. Thank You