Skip to content

Instantly share code, notes, and snippets.

@sreejithbnaick
Last active February 5, 2018 11:13
Show Gist options
  • Select an option

  • Save sreejithbnaick/7f86bc43f9f3bd2a2a274f3e261997af to your computer and use it in GitHub Desktop.

Select an option

Save sreejithbnaick/7f86bc43f9f3bd2a2a274f3e261997af to your computer and use it in GitHub Desktop.
Optmizing Laptop for Development
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