#acl SaschaMehlhase:admin,read,write All:read {{{ #!figure #class right {{attachment:desyatlascarry.png}}{{attachment:desyatlascarry2.png}} }}} Email: <> More information can be found on [[http://www-zeuthen.desy.de/~mehlhase/|my institute webpage]]. ---- * [[WorkBook/NAF/ATLAS Software|ATLAS Software]] Responsible on the [[WorkBook/NAF|NAF]] * [[Projects/Pixel/DCSSoftware|Pixel DCS Software]] * Pixel Operation Tasks * Top Trigger Studies ---- == Some usefull scripts/aliases/etc == === lsdu === {{{#!shell #!/bin/sh for i in `ls -1`; do du -sh $i; done }}} === replace === {{{#!shell #!/bin/sh for i in `ls *$1*`; do mv $i ${i/$1/$2}; done }}} === setupNAF === {{{#!shell ini gliteatlas voms-proxy-init -voms atlas:/atlas/de -rfc -valid 4320:00 voms-proxy-info -all gsissh -Y atlas.naf.desy.de }}} === Aliases === {{{#!shell alias naf="source setupNAF" alias purge="rm -f *~" alias qstats="qstat -u $USER" alias qcount="qstats | grep $USER | wc -l;qstats | grep ' qw ' | wc -l;qstats | grep ' r ' | wc -l" alias Screen="screen -S `eval date +%y%m%d%H%M%S_``eval "pwd | sed 's_.*/__'"` -t `eval date +%y%m%d%H%M%S_``eval "pwd | sed 's_.*/__'"`" alias naftoken="ini dq2; voms-proxy-init -voms atlas; /afs/naf.desy.de/products/scripts/naf_token $USER" }}} ## here comes the include of the internal part of the page <>