by ezs | Feb 7, 2016 | evilzenscientist, Uncategorized
I keep having to remember the fiscal year formulae for Excel – fiscal year starts July 1, ends June 30.
Here’s my note so I can remember:
Fiscal year: =IF(MONTH([cell])>6,YEAR([cell])+1,YEAR([cell]))
Fiscal month: ==IF(MONTH([cell])>6,MONTH([cell])-6,MONTH([cell])+6)
by ezs | Jan 8, 2016 | evilzenscientist, Uncategorized
Old but still functional – here’s my placeholder for updating from Acrobat Pro 9.0.0 to 9.5.5.
http://www.serveradventures.com/the-adventures/installing-adobe-acrobat-9-v955-pro-fully-updated-deploying-with-gpo-or-mdt-2012
by ezs | Dec 20, 2015 | evilzenscientist, Uncategorized
I was really happy to see Live Writer transition from a Microsoft product to the Open Source World.
Live Writer is my go-to blog composing app. Still works beautifully after all these years.
You can download Open Live Writer at http://openlivewriter.org/
by ezs | Nov 22, 2015 | evilzenscientist, Uncategorized
Something changed in SLES 11 SP4 (or one of the very recent updates).
The default mysql.sock moved to /var/run/mysql/mysql.sock rather than the previous location in /var/lib
For some reason this meant that the defaults for PHP5 were looking for the wrong location for the socket.
A quick cleanup of /etc/php5/apache2/php.ini to include mysql.default_socket = /var/run/mysql/mysql.sock and everything is back functioning.
by ezs | Nov 14, 2015 | evilzenscientist, Uncategorized
SLES 11 SP4 has been out for a few months now. Finally found the maintenance window to do the updates.
Great post here on how to do the magic with zypper.
Recent Comments