Zabbix – “is the ultimate open source availability and performance monitoring solution. Zabbix offers advanced monitoring, alerting, and visualization features today which are missing in other monitoring systems, even some of the best commercial ones.” Here we have used it for all of my clients’ offices. Zabbix - the network cybercop 28 November 2012 network
Here is one of my storage environment: NAS4Free 9.1.0.1.531 x64 under Proxmox 2.2-31 with paravirtualized drivers used. Some ftp upload results which are quite satisfactory under the gigabit environment. NAS4Free under Proxmox 27 November 2012 30
Just type in the following command: [root@mail ~]# for d in `ls /workplace/imap/user/`; do du -s -h /workplace/imap/user/$d; done; That’s all. Checking Cyrus Mail Box Directory Size 30 May 2011 bash
Here is the code for MacTex Chinese Support under Mac OS X 10.6.6, MacTEX-2010: %!TEX encoding = UTF-8 Unicode \documentclass[12pt]{article} \usepackage{CJKutf8} \begin{document} \begin{CJK}{UTF8}{bsmi} This is a test. 中文字測試。 \end{CJK} \end{document} MacTeX, Chinese Support 21 March 2011 43
Here’s a quick way to downgrade rubygems: gem uninstall rubygems-update -v 1.5.2 gem install rubygems-update -v 1.4.2 gem -v Downgrade Rubygems 22 February 2011 programming