Ant ssh tasks

java No Comments »

http://ant.apache.org/manual/install.html

http://www.jcraft.com/jsch/index.html

Proxy authentication settings for JRE

java No Comments »

proxies.html

proxie_config.html

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

add newline every n-th characters

perl No Comments »

# add newline every 60 characters

$var =~ s/(.{60})(?!n)/$1n/g if ($var);

CVS: Create new module

cvs No Comments »

go into the base directory of the new module

cd new_module
cvs import -m "Importing sources" new_module VENDOR_TAG RELEASE_TAG

create files

perl No Comments »

perl -e 'for ($i=1; $i < = 120; $i++) { $ret = `touch -t 20040816
1000 file$i` }'

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Log in