Skipping bulletin ESX410-GA-esxupdate; it is installed or obsoleted.
updating VMware ESX 4.0 to 4.1, doing, from CLI, esxupdate…but…. Host was not updated, no changes required. Skipping bulletin ESX410-GA-esxupdate; it is installed or obsoleted. Encountered error RunCommandError: This is an unexpected error. Please report it as a bug. Error Message – Command ‘['/usr/bin/vim-cmd', 'hostsvc/runtimeinfo']‘ terminated due to signal 6 (did you put, for pre-upgrade patch, esx in mantainance mode??) [...]
RAW (.cr2) Image Preview in Nautilus on Ubuntu 11.10
Installing gnome-raw-thumbnailer ( sudo apt-get install gnome-raw-thumbnailer) should be the solutions, but it seems not to work. So, thanks to “gman” (rif: http://ubuntuguide.net/raw-cr2-image-preview-in-gnome-nautilus-using-gnome-raw-thumbnail ) simply create a file, /usr/share/thumbnailers/raw.thumbnailer and put this: [Thumbnailer Entry] Exec=/usr/bin/gnome-raw-thumbnailer -s %s %u %o MimeType=image/x-3fr;image/x-adobe-dng;image/x-arw;image/x-bay;image/x-canon-cr2;image/x-canon-crw;image/x-cap;image/x-cr2;image/x-crw;image/x-dcr;image/x-dcraw;image/x-dcs;image/x-dng;image/x-drf;image/x-eip;image/x-erf;image/x-fff;image/x-fuji-raf;image/x-iiq;image/x-k25;image/x-kdc;image/x-mef;image/x-minolta-mrw;image/x-mos;image/x-mrw;image/x-nef;image/x-nikon-nef;image/x-nrw;image/x-olympus-orf;image/x-orf;image/x-panasonic-raw;image/x-pef;image/x-pentax-pef;image/x-ptx;image/x-pxn;image/x-r3d;image/x-raf;image/x-raw;image/x-rw2;image/x-rwl;image/x-rwz;image/x-sigma-x3f;image/x-sony-arw;image/x-sony-sr2;image/x-sony-srf;image/x-sr2;image/x-srf;image/x-x3f; then, a simply refresh and you will get thunbails!
Netscaler – AGEE Backup
A simple .bat script to download daily/weekly/monthly and backup Citrix Netscaler /nsconfig (which contains all ns.conf, lic files, ssl keys and certs, and much more) : mkdir c:/netscaler/nsconfig-ns01 pscp -r -p -pw PASSWORD nsroot@NSIP:/flash/nsconfig/* c:netscaler/nsconfig-ns01 ren c:/netscaler/nsconfig-ns01 nsconfig-ns01%date:~4,2%-%date:~7,2%-%date:~10% (download pscp and put it a PATH folder)
ssl cert: key + pem = pkcs12
or how to convert PEM certificate file to PKCS12 : $ openssl pkcs12 -export -out CertificateNAme.pfx -inkey PrivateKey.key -in CertificatePem.crt -certfile CACert.crt I have not CACert.crt (but it is public…by the way) so I have not used -certfile Then imported into Citrix Access Gateway CAG VPX and it works. Enjoy! Rif also to http://www.sslshopper.com/article-most-common-openssl-commands.html
Postfix: LDAP query offline
The following directions are meant for people using Microsoft Exchange 2000 or Microsoft Exchange 2003. This page describes how to configure your mail gateway to periodically get a list of valid recipient email addresses from your Exchange system. By doing this, you can configure your server to automatically reject any email addressed to invalid addresses. This will reduce the load [...]





