Patricia Jung (trish)
-
about 4 months ago from Adium
-
When using #diff -r to #compare #directories use —exclude=<filename_pattern1> —exclude=<fname_pttrn2>… to #exclude temp files etc. #shell
about 5 months ago from Adium -
Still vacancies in my #Nagios #Icinga summer course for #women at University of #Bremen 8-10th September http://www.if.uni-bremen.de/view/48
about 7 months ago from Adium -
For remote #peer #sysadmining on #Unix use #screen. Supervising partner can connect with screen -x
about 7 months ago from Adium -
import #pkcs12 into #java #SSL #keystore: keytool -importkeystore -srckeystore keystore.pkcs12 -srcstoretype PKCS12 -destkeystore keystore
about 7 months ago from Adium -
Create #java #SSL #keystore from #openssl generated key #certificate pair:openssl pkcs12 -inkey <key> -in <crt> -export -out keystore.pkcs12
about 7 months ago from Adium -
don't check #SSL #certificate when checking passive #FTP from #Unix #CLI: #curl --ftp-ssl --ftp-pasv -k ftp://<user>:<passwd>@<srv>:<port>
about 7 months ago from Adium -
check #passive #FTP + #SSL accounts from #Unix #CLI with #curl --ftp-ssl --ftp-pasv ftp://<user>:<passwd>@<ftp.example.com>:<port>
about 7 months ago from Adium -
about 8 months ago from Adium
-
%{echo:<message>} and %{warn:<message>} #macros in #rpm #spec files write <message> to #stderr at build time, _not_ install time
about 8 months ago from Adium -
about 9 months ago from Adium
-
extract a #spec file from a #source #rpm: rpm2cpio <name.of>.srpm | cpio -iumd $(rpm -qpl <name.of>.srpm |grep spec)
about 9 months ago from web -
#Nagios: if next check times due to config error are all in far future: stop nagios, edit next_check entries in var/retention.dat, restart
about a year ago from Adium -
#Nagios #check_by_ssh -o "StrictHostKeyChecking=no" fails with "Remote command execution failed" if known_hosts contains offending #ssh #key
about a year ago from web -
#unix #shell #scripting: to check whether you run #Bash v3 or 4 use #environment #variable BASH_VERSINFO
about a year ago from web -
#ssh -t <user>@<ilom> "<CLI command>" does not work with #Sun #ILOM 3.0.6.16. Use #echo "<CLI command>" | ssh -T <user>@<ilom>
about a year ago from Adium -
How to extract a #private #key from a #java #keystore (e.g. to reuse in #Apache): http://ur1.ca/3b8oh
about a year ago from Adium -
#date +%s replacement for #Unix #epoch in secs in #python: echo 'import time; print time.time()' 2>/dev/null | python
about a year ago from web -
about a year ago from Adium
-
real #backup with the benefits of #rsync: http://www.nongnu.org/rdiff-backup/index.html
about a year ago from Adium