Last active
February 5, 2018 11:13
-
-
Save sreejithbnaick/7f86bc43f9f3bd2a2a274f3e261997af to your computer and use it in GitHub Desktop.
Optmizing Laptop for Development
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
| 1. Optimizing SSD: https://haydenjames.io/increase-performance-lifespan-ssds-sd-cards/ | |
| 2. If you have less RAM enable SWAP, else use tmpfs. | |
| 3. Save battery turning off all services using `systemctl` (from startup/init). | |
| 4. Use powertop command to find out which process taking power. | |
| 5. Use iotop -oPa to find disk usage. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment