Last active
December 6, 2019 20:46
-
-
Save matteocrippa/8ea1a7f943079cc9bb564b4154c2e60c to your computer and use it in GitHub Desktop.
popOS! T480
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# cpu throttle | |
sudo apt install git build-essential python3-dev libdbus-glib-1-dev libgirepository1.0-dev libcairo2-dev python3-venv python3-wheel | |
git clone https://github.com/erpalma/lenovo-throttling-fix.git | |
sudo ./lenovo-throttling-fix/install.sh | |
sudo systemctl stop thermald.service | |
sudo systemctl disable thermald.service | |
sudo systemctl mask thermald.service | |
# battery | |
sudo add-apt-repository ppa:linrunner/tlp | |
sudo apt update | |
sudo apt install tlp tlp-rdw | |
sudo tlp start | |
# dns security | |
sudo apt install stubby | |
## remeber to set DNS to 127.0.0.1 | |
# snap | |
sudo apt install snapd | |
# Install them manually snapd | |
snapd IntelliJ | |
snapd Android Studio | |
snapd nodejs | |
snapd heroku | |
snapd simplenote | |
snapd insomnia | |
# Install as popShop | |
Peek | |
Gnome Tweaks | |
Deja Dup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment