Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'thinkpad'

1884323 - tpfand: thinkpad fancontrol
  1. #!/usr/bin/python
  2. import os, time, sys, subprocess
  3. from subprocess import *
  4. import logging
  5. import datetime
  6.  
  7. # Change vars:
  8. LOG_FILENAME = "/tmp/tpfan_log.txt"
  9.  
1397527 - Manuel: on power save thinkpad t400
  1. #!/bin/bash                               
  2. #                                         
  3. # rc.local                                 
  4. #                                         
  5. # This script is executed at the end of each multiuser runlevel.
  6. # Make sure that the script will "exit 0" on success or any other
  7. # value on error.                                               
  8. #                                                               
  9.  
1397478 - Manuel: on a power save thinkpad t400
  1. #!/bin/bash                               
  2. #                                         
  3. # rc.local                                 
  4. #                                         
  5. # This script is executed at the end of each multiuser runlevel.
  6. # Make sure that the script will "exit 0" on success or any other
  7. # value on error.                                               
  8. #                                                               
  9.  
worth-right