Posts

Showing posts with the label outlook tasks UNC path

Adding local logcheck rules to wview to reduce chattiness on server instalation

Image
Wview running on my station in Fountain Hills, AZ I recently installed wview (version 5.20.2) to monitor my Davis Vantage VUE weather station ( weather station unboxing and hardware review ). This station runs on a 24/7 headless 10.04 Ubuntu LTS server in my basement. I've finished getting it set up and running. I really like the software. The only thing I haven't seen addressed is the verbosity of the logging. Wview has great capabilities to enable a disable logging from the GUI (see online manual http://www.wviewweather.com/release-notes/wview-User-Manual.html#Configuration-wviewmgmt-services ). I found this invaluable when originally setting up my Ubuntu system, but have turned all the configurable logging off. I'm currently getting a few to many logcheck alerts each day from the server. I run logcheck at the "server" level (sudo nano /etc/logcheck/logcheck.conf configuration line set to REPORTLEVEL="server") to keep track of anything out of t...

Embedding document link to UNC server paths in Outlook tasks notes

In order to save space and be more efficient in creating tasks, I love to include a link to a network document or network folder that I have to do as part of the task. I tried a bunch of ways to get a link to a network resource in my outlook tasks note. I found a method that seems to work all the time including dealing with spaces in either the path or document name. Place brackets around the path. To create a link to a network server named "bigserver": \\bigserver\directory\this is the document.doc just enter: <\\bigserver\directory\this is the document.doc> Outlook will then create a hyperlink to it and either open the file in the associated program or open Windows Explorer to the proper directory. Why this was so hard to find -I don't know.