Skip to content

Instantly share code, notes, and snippets.

@AjkayAlan
Last active November 19, 2019 06:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AjkayAlan/a7f4a7362f123a085b7c6133f58dece6 to your computer and use it in GitHub Desktop.
Save AjkayAlan/a7f4a7362f123a085b7c6133f58dece6 to your computer and use it in GitHub Desktop.
# Plug into USB to Ethernet Adapter, and install drivers for RTL8821CE
sudo apt-get install --reinstall git dkms build-essential linux-headers-$(uname -r)
git clone https://github.com/tomaspinho/rtl8821ce
cd rtl8821ce
chmod +x dkms-install.sh
chmod +x dkms-remove.sh
sudo ./dkms-install.sh
# Update everything
sudo apt-get update && sudo apt-get dist-upgrade -y
# Install Needed Packages
sudo apt-get install ubuntu-restricted-extras
# Switch To KDE
sudo apt-get install tasksel
sudo tasksel install kubuntu-desktop
# Settings
Look And Feel -> Breeze Dark
Keyboard -> Hardware -> NumLock On Plasma Startup -> Turn On
# Install Chrome
cd ~/Downloads
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
# Install Flux
sudo add-apt-repository ppa:nathan-renniewaldock/flux
sudo apt-get update
sudo apt-get install fluxgui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment