Created
April 18, 2012 01:13
-
-
Save ha1t/2410295 to your computer and use it in GitHub Desktop.
laptop pcを運用していた時のスクリプト
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
#!/bin/sh | |
#cd-romドライブの自動認識をoffに | |
sudo hal-disable-polling --device /dev/scd0 | |
#遅延書き込みを5秒から15秒へ | |
#sudo echo 1500 > /proc/sys/vm/dirty_writeback_centisecs | |
#無線の省電力モードを有効に | |
sudo iwpriv eth1 set_power 5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment