July 31, 2009
After doing some shopping on ebay, I have acquired a nice-looking Cisco cabinet. It’s pretty old, and started off pretty-much functionless :
Cisco 4003 – 3 slot cabinet (1 supervisor, 2 sets of ports, dual power supplies)
Cisco 4012 – Supervisor module
2 x Cisco 4148 – 48 port PoE unit
There are several steps to setting this [...]
Filed under:
Uncategorized by admin
July 11, 2009
Quick fix in a container (assuming the host has the correct time :
rm /etc/localtimeln -s /usr/share/zoneinfo/US/Eastern /etc/localtime
Filed under:
Uncategorized by admin
July 11, 2009
Just my preferences for ~/.SciTEUser.properties … And (of course) I use ScitePM where possible :
find.files=*.p?|*.js|*.[ch]*if PLAT_GTK find.command=grep -R –include ‘$(find.files)’ –exclude ‘*.svn*’ -i –line-number ‘$(find.what)’ .
tabsize=1indent.size=1use.tabs=0
save.session=0
font.base=$(font.monospace)font.small=$(font.monospace)font.comment=$(font.monospace)font.text=$(font.monospace)font.text.comment=$(font.monospace)font.embedded.base=$(font.monospace)font.embedded.comment=$(font.monospace)font.vbs=$(font.monospace)
position.tile=1split.vertical=0
buffers=20
# Remap some keys – # Ctrl-e = to end of line#NO Ctrl-a = to startof line
# Ctrl-` = Next bookmark# Alt-` = Toggle bookmark
# [...]
Filed under:
Uncategorized by admin
July 11, 2009
This one is a little embarrassing.
Just trying to install Magento on a new (fresh) container. Running across the following style of error (when executing ./pear install magento-core/Mage_All_Latest-stable) :
Starting to download Lib_ZF_Locale-1.7.2.2.tgz (1,279,370 bytes)…done: 1,279,370 bytesinstall ok: channel://connect.magentocommerce.com/core/Lib_ZF_Locale-1.7.2.2
Notice: Undefined variable: php_errormsg in Installer.php on line 566PHP Notice: Undefined variable: php_errormsg in /home/complex/www/magento/downloader/pearlib/php/PEAR/Installer.php on line [...]
Filed under:
Uncategorized by admin