Last active
October 6, 2017 18:51
-
-
Save servel333/a862addc4d62071b0a0d608345e08faf to your computer and use it in GitHub Desktop.
Suggested packages for a MacBook Pro
This file contains 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
# Suggested packages for a MacBook Pro | |
# Created Sep 2017 for a MacBook Pro Late 2013 | |
lsb_release -a | |
# -> Description: Ubuntu 17.04 | |
# -> Codename: zesty | |
# Read your model | |
sudo dmidecode -s system-product-name | |
# -> MacBookPro11,3 | |
# Fan control | |
# Install and forget; not maintained but seems to still work (Sep 2017) | |
sudo apt-get install macfanctld | |
# TODO: Investigate other alternative. | |
# Touch gestures | |
# TODO: touchegg | |
# TODO: TLP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment