Skip to content

Instantly share code, notes, and snippets.

View BTabaku's full-sized avatar
Focusing

Baft Tabaku BTabaku

Focusing
  • Lufthansa Industry Solutions
  • Albania
  • 02:00 (UTC -12:00)
View GitHub Profile
@UbuntuEvangelist
UbuntuEvangelist / How To Install A Desktop (GUI) On An Ubuntu Server
Created April 16, 2021 21:41
Install A Desktop (GUI) On An Ubuntu Server
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install tasksel
sudo apt-get install slim
sudo apt-get install lightdm
tasksel
# A colorful interface will launch. Use the arrow key to scroll down the list and find Ubuntu desktop. Use the Space key to select it, press Tab to select OK at the bottom, then press Enter. The system will install the software and reboot, giving you a graphical login screen generated by your default display manager. In our case, it’s SLiM.
Enter your login credentials. Use F1 to switch between GUIs if you have multiple interfaces installed.
sudo apt-get install kde-plasma-desktop

A step by step cheat sheet on how I usually deploy my fullstack application to a linux server for the initial alpha test.

Update the package list

sudo apt update

Install the mysql-server

@mitchwongho
mitchwongho / osmc_expressvpn_openvpn.md5
Last active January 27, 2024 17:06
Setting Up TunnelBear or ExpressVPN (using OpenVPN) On OSMC
# Setting Up ExpressVPN (OpenVPN) On OSMC
## References
- [Brian Hornsby' Kodi OpenVPN plugin](http://brianhornsby.com/blog/how-to-setup-your-vpn-client)
- [Install and Configure OpenVPN on OSMC/Kodi](https://nerddrivel.com/2016/03/25/install-and-configure-openvpn-on-osmckodi/)
- [ExpressVPN - High speed, ultra secure, and easy to use. Instant setup.](https://www.expressvpn.com/)
- [[HOWTO] OSMC/Rasp Pi as OpenVPN client](https://discourse.osmc.tv/t/howto-osmc-rasp-pi-as-openvpn-client/1844/71)
## Steps