Help for this page

Select Code to Download


  1. or download this
    $> cat /etc/init.d/boot.local
    
  2. or download this
    #! /bin/sh
    modprobe w83627hf
    sleep 1 # optional
    /usr/bin/sensors -s
    
  3. or download this
    #!/usr/bin/perl
    print "Hello anonymoushydrogen!\n";