Archives 

Show All

  • 2010
  • 2009
    • December
    • November
    • October
    • September
      • Perl contenttype
        09/23/09
        print "Content-type: text/html\n\n";

      • Apache Htaccess
        09/23/09
        .htaccess

        AuthUserFile /home/sandeep/install/ixquick/data/Admin_Passwords
        AuthGroupFile /home/sandeep/install/ixquick/data/Admin_Passwords.Groups
        AuthName "Ixquick Partners"
        AuthType Basic
        <Limit GET POST PUT>
        require group ixadmins ixpartners bel

      • Perl smiple wordwrap
        09/23/09
        $data_hr->{URL} =~ s/.{1,80}/$& /sg; ## Perl simple "wordwrap"

      • iphone useragent
        09/09/09
        Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.0 Mobile/1A543a Safari/419.3

      • STDERR Redirect
        09/05/09
        The following redirects both stdout and stderr into a file named tmp

        sh <filename> 1>tmp 2>&1

    • August
  • 2008