Skip to content

Instantly share code, notes, and snippets.

View konstantinbo's full-sized avatar

Konstantin Bolshakov konstantinbo

  • Dresden, Germany
View GitHub Profile
@konstantinbo
konstantinbo / custom-ubuntu-18.04.sh
Last active June 21, 2023 18:40
Thing to do after installation of Ubuntu 18.04 Bionic Beaver
# First you update your system
sudo apt update && sudo apt-get upgrade
# Uninstall unnecessary programs
# essential programs
sudo apt --assume-yes install g++ libtool automake htop gparted vlc firefox inkscape steam filezilla k4dirstat speedcrunch feh
# Python 3.7
sudo apt install python3.7 python3-venv python3-pip
# gdebi for easy click-install of *.deb
@konstantinbo
konstantinbo / custom-juno.sh
Last active February 12, 2020 20:18
Thing to do after installation of Elementary OS Juno (5.0)
# First you update your system
sudo apt update && sudo apt-get dist-upgrade
# Uninstall unnecessary programs
sudo apt purge epiphany-browser epiphany-browser-data #browser
sudo apt purge pantheon-mail
# Bring back Software and Updates from Ubuntu
sudo apt-get install software-properties-gtk
# Properties Commons (to install elementary tweaks)
@konstantinbo
konstantinbo / custom-loki.sh
Last active September 13, 2022 13:14 — forked from evertontrindade/custom-loki.sh
Things to do after install Elementary OS Loki (0.4)
# First you update your system
sudo apt update && sudo apt-get dist-upgrade
# Clean-up System
sudo apt purge epiphany-browser epiphany-browser-data #browser
sudo apt purge midori-granite #browser
# sudo apt-get purge noise # music player
sudo apt autoremove
sudo apt autoclean