https://github.com/xyproto/optimize
Tweak a modern Linux system for better desktop performance
https://github.com/xyproto/optimize
Last synced: 5 months ago
JSON representation
Tweak a modern Linux system for better desktop performance
- Host: GitHub
- URL: https://github.com/xyproto/optimize
- Owner: xyproto
- License: mit
- Created: 2013-11-21T13:02:38.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-22T19:10:24.000Z (over 10 years ago)
- Last Synced: 2025-01-11T00:57:31.207Z (9 months ago)
- Language: Shell
- Size: 239 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Optimize
========Tweak a modern Linux system for better desktop performance.
Pull requests for additional tweaks are welcome!
Requirements
------------* **bash**
* **setconf**, for the configuration-related tweaksQuick manual installation of setconf
------------------------------------Download and extract the files to a temporary directory and install the executable and man page. (Run the installation commands as root if you prefer not to use sudo):
```bash
curl -o- http://setconf.roboticoverlords.org/setconf-0.6.6.tar.xz | tar JxC /tmp
sudo install -Dm755 /tmp/setconf-0.6.6/setconf.py /usr/bin/setconf
sudo install -Dm644 /tmp/setconf-0.6.6/setconf.1.gz /usr/share/man/man1/setconf.1.gz
```setconf comes with a self-test, if you want to check that it is working properly:
```bash
setconf --test
```Arch Linux installation
------------------------optimize is available as `optimize-git` on AUR. Install with your favorite AUR helper for an easy installation.
setconf is available as an official package.