Feb 23
Feb 22
C:\Program Files\Java\jre1.5.0_06\lib\net.properties
java.net.useSystemProxies=true
http.proxyHost=10.10.80.10
http.proxyPort=3128
http.nonProxyHosts=localhost|127.0.0.1
http.auth.ntlm.domain=ADOMAIN
Jan 24
# add newline every 60 characters
$var =~ s/(.{60})(?!n)/$1n/g if ($var);
Jan 13
go into the base directory of the new module
cd new_module
cvs import -m "Importing sources" new_module VENDOR_TAG RELEASE_TAG
Aug 16
perl -e 'for ($i=1; $i < = 120; $i++) { $ret = `touch -t 20040816
1000 file$i` }'
Recent Comments