PHC - plokplok
┌∩∩∩┐(◣_◢)┌∩∩∩┐
For Ubuntu 18.04, also working on Ubuntu 20 pero may mga bugs so 18.04 ang recommended.
VNC ay parang RDP na may Graphical User Interface, ang pinagkaiba nya ay for Linux si VNC at for Windows naman si RDP.
VNC Server Installation
Note!!!
I used stale as example but you can change it to your desired name.
[CODE title="1) Create User"]adduser stale[/CODE]
[CODE title="2) Give Sudo Privilege to user"]usermod -aG sudo stale[/CODE]
[CODE title="3) Download and Install needed packages"]wget -q https://raw.githubusercontent.com/Stale-1/VNC-Ubuntu/main/install.sh && sudo chmod +x install.sh && ./install.sh[/CODE]
[CODE title="4) Enter your desired password to access your VNC Server."](6-8 characters only, no spaces)[/CODE]
[CODE title="5) Configure VNC Server"]sudo ./vnc.sh[/CODE]
Done, VNC Server is now running on Port 5901. Nilagyan ko na rin yan ng Firefox para may browser.
VNC ay parang RDP na may Graphical User Interface, ang pinagkaiba nya ay for Linux si VNC at for Windows naman si RDP.
VNC Server Installation
Note!!!
I used stale as example but you can change it to your desired name.
[CODE title="1) Create User"]adduser stale[/CODE]
[CODE title="2) Give Sudo Privilege to user"]usermod -aG sudo stale[/CODE]
[CODE title="3) Download and Install needed packages"]wget -q https://raw.githubusercontent.com/Stale-1/VNC-Ubuntu/main/install.sh && sudo chmod +x install.sh && ./install.sh[/CODE]
[CODE title="4) Enter your desired password to access your VNC Server."](6-8 characters only, no spaces)[/CODE]
[CODE title="5) Configure VNC Server"]sudo ./vnc.sh[/CODE]
Done, VNC Server is now running on Port 5901. Nilagyan ko na rin yan ng Firefox para may browser.
