I use Ubuntu as my personal desktop OS. For productivity apps like word processors or spreadsheets I mainly use Google Docs and revert to LibreOffice on the desktop from time to time. For note taking I favour evernote. I also use a livescribe skypen, which syncs my handwritten notes with evernote, which is a great feature too. Occasionally I use Google Keep for simple notes such as shopping lists etc.
Despite my appreciation for evernote, I do also like MS OneNote, which I use on my employers Windows based laptop, fairly regularly. The ability to view the rich note taking ability that OneNote offers, across all my devices is appealing so I thought I'd give Office365 a try to see how their Word, Excel and OneNote cloud based offering stacks up.
Office365 has such huge potential. The ability to share your MS Office docs seamlessly across all devices, especially touch-based devices such as Windows tablets would be an attraction for many.
Sadly, at this stage, Office365 doesn't cut the mustard. It's slow, clumsy (but granted the tool ribbon LOOKS good) and as a Linux user, offers no advantages over Google Docs. Personally, I found the Google Docs feature set, richer and more user friendly than Office365. For me, it's back to my old favourites and my Office365 30 day trial is on it's way to expiry
Can't resist trying out anything Google related and now look what's happened! I'm blogging, damn-it!
Saturday, November 9, 2013
Tuesday, October 29, 2013
Installing MicroOlap for Postgres under WINE on Linux
MicroOlap.com provide a great commercial CASE tool for working with postgres databases. I've been using the software happily since 2006. Since then, I've painstakingly evaluated many different competing opensource and commercial products but have yet to find a product that matches MicroOlap for features, ease of use and robustness.
The software isn't available in a Linux version, however it does run seamlessly under WINE. As a pre-requisite to installing MicroOlap under WINE you need to install jet40 and mdac28 via winetricks, as documented here: https://www.microolap.com/products/database/mssql-designer/help/Introduction/WineConfiguration.htm
For a 32 bit OS that is all that is required, however on a 64 bit OS you will get the following error reported:
jet40 install completed, but installed file /home/USER/.wine/dosdevices/c:/Program Files (x86)/Common Files/Microsoft Shared/dao/dao360.dll not found
The "missing" dao360.dll is however available under the /home/USER/.wine/dosdevices/c:/Program Files/Common Files/Microsoft Shared/dao/ directory.
The trick is simply to create a shortcut in the Program Files(x86) path to the dll in the Program Files path, as follows and then to try the winetricks command again (you may also have to create the dao folder under the Program Files(x86) path first):
The software isn't available in a Linux version, however it does run seamlessly under WINE. As a pre-requisite to installing MicroOlap under WINE you need to install jet40 and mdac28 via winetricks, as documented here: https://www.microolap.com/products/database/mssql-designer/help/Introduction/WineConfiguration.htm
$sh winetricks jet40 mdac28
For a 32 bit OS that is all that is required, however on a 64 bit OS you will get the following error reported:
jet40 install completed, but installed file /home/USER/.wine/dosdevices/c:/Program Files (x86)/Common Files/Microsoft Shared/dao/dao360.dll not found
The "missing" dao360.dll is however available under the /home/USER/.wine/dosdevices/c:/Program Files/Common Files/Microsoft Shared/dao/ directory.
The trick is simply to create a shortcut in the Program Files(x86) path to the dll in the Program Files path, as follows and then to try the winetricks command again (you may also have to create the dao folder under the Program Files(x86) path first):
$sudo ln -sf /home/USER/.wine/dosdevices/c:/Program\ Files/Common\ Files/Microsoft\ Shared/dao/dao360.dll /home/USER/.wine/dosdevices/c:/Program\ Files\ (x86)/Common\ Files/Microsoft\ Shared/dao/dao360.dll
Lastly, if you are by any chance behind an authenticated proxy, you will need to first set the http_proxy environment variable, before running winetricks, as follows:
$http_proxy=http://user:password@proxy_ip_address:proxy_port
$export http_proxy
Saturday, October 26, 2013
http://register.gongride.org.au/2013-Sydney-to-Gong-Bike-Ride/skilly/&utm_source=individual&utm_medium=Widget&utm_campaign=
I'm doing the Gong again next week. The ride is in aid of MS Australia. If anyone wants to part with their hard earned cash, they can donate to the cause via my page below:
http://register.gongride.org.au/2013-Sydney-to-Gong-Bike-Ride/skilly/&utm_source=individual&utm_medium=Widget&utm_campaign=
http://register.gongride.org.au/2013-Sydney-to-Gong-Bike-Ride/skilly/&utm_source=individual&utm_medium=Widget&utm_campaign=
Subscribe to:
Posts (Atom)