Skip to content

Commit

Permalink
Add wip for optimizing linux
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianopz committed Jul 16, 2023
1 parent eb94d9f commit 3e2e053
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion domains/7-bonus-miscellanea/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
- [How to handle dynamic and static libraries in Linux]() (WIP)
- [Non-Free Firmware for Debian](./debian.md)
- [How to fix Nvidia graphics card problems](./nvidia.md)
- [Making a Linux home server sleep on idle and wake on demand]() (WIP) # https://dgross.ca/blog/linux-home-server-auto-sleep/
- [Making a Linux home server sleep on idle and wake on demand](https://dgross.ca/blog/linux-home-server-auto-sleep/) (WIP)
- [Quick and easy way to recover BIOS passwords on laptops](https://bios-pw.org/#)
- [Optimize Linux](./optimize-linux.md) (WIP)
- [Tips & tricks](./tips-tricks.md)

6 changes: 6 additions & 0 deletions domains/7-bonus-miscellanea/optimize-linux.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Optmize Linux

- [Improving performance](https://wiki.archlinux.org/title/Improving_performance)
- [Optimizing Linux for Slow Computers](https://www.akitaonrails.com/2017/01/17/optimizing-linux-for-slow-computers)
- [An extensive guide to optimizing a Linux laptop for battery life and performance](https://amanusk.medium.com/an-extensive-guide-to-optimizing-a-linux-laptop-for-battery-life-and-performance-27a7d853856c)
- [Optimizing Linux](https://github.com/sn99/Optimizing-linux)

0 comments on commit 3e2e053

Please sign in to comment.