My Office Picture Manager become very slow to open, what to do? All file paths that are open are stored in this file OIScatalog.cag , so Network paths and other paths may no longer exist, causing a Delay when opening Picture Manager, now what to do? Windows, Windows XP 1. Go to File OIScatalog.cag that is in your LOCAL Profile %\Documents and Settings\ \LocalSettings\Application Data\Microsoft\OIS% 2. Look for "MRU PATH" and Delete all paths that no longer exist Windows Vista 1. Go to File OIScatalog.cag that is in your LOCAL Profile %\Users\ \AppData\Local\Microsoft\OIS% 2. Look for "MRU PATH" and Delete all paths that no longer exist Links: http://techblog.johnner.com/2005/11/microsoft-office-picture-manager-opens.html http://msmvps.com/blogs/officept/archive/2006/04/09/office-picture-manager-very-slow-to-open.aspx
Recently, I was researching for opensource log management tools. I had only two requirements. Log Search and Log analytics. A lot of posts in the internet suggested me to use an ELK stack. But, I wanted to do something different. I found graylog as an alternative to ELK. One can setup and run it in minutes. It uses mongodb, elastic search and graylog server. Here is the login page: grylog provides different options to stream logs into graylog server. I used the simple UDP listener and forwarded logs from multiple devices into this listener. Next step is to create dashboards using the search. Here is the search page: Once search is done, you can add the widgets to a dashboard. The dashboard will help you to get the summary of your devices at one shot. It is also possible to generate alerts on different conditions. More here: https://www.graylog.org/
Run the command "uname -r" to get the version. For e.g.: > uname -r 1.7.25(0.270/5/3) To get complete details, run: "cygcheck --version" For e.g.: >cygcheck --version cygcheck (cygwin) 1.7.25 System Checker for Cygwin Copyright (C) 1998 - 2013 Red Hat, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Comments