Skip to content

Simple script which installs ubuntu desktop environment on a headless machine and enables remote access. Perfect for usage on Digital Ocean servers.

License

Notifications You must be signed in to change notification settings

pharmarat/Ubuntu-Desktop-Installation-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Ubuntu Desktop Installation Script

Simple script which installs ubuntu desktop environment on a headless machine.

Explore the docs »

View Demo . Report Bug . Request Feature

Downloads Contributors Issues License

Table Of Contents

About The Project

Simple script which installs ubuntu desktop environment on a headless machine and enables remote access. Perfect for usage on Digital Ocean servers.

The main reason for making this script is simplifying the process of setting up your own RDP in Digital Ocean droplet.

This script is tested on ubuntu 22.04 LTS.

Built With

Shell

Getting Started

To get started with using this script follow the instructions bellow:

Prerequisites

Create a droplet inside Digital Ocean platform. When creating the droplet make sure you are not using ssh as a form of authentication, use password instead.

Installation

  1. Enter your machine as root user.

  2. Download this script

wget https://github.com/pharmarat/Ubuntu-Desktop-Installation-Script/releases/download/latest/install.sh
  1. Make the script executable
chmod +x ./install.sh 
  1. Run the script
./install.sh 

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.
  • Please also read through the Code Of Conduct before posting your first idea as well.

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Authors

  • Pharmarat - Software Engineering Student - Pharmarat - Built the script

About

Simple script which installs ubuntu desktop environment on a headless machine and enables remote access. Perfect for usage on Digital Ocean servers.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages