Category: quick and dirty
-
Video Tutorials 5 minutes
Videos: 5Min Logging 5min Send emails and SMTP4Dev 5Min Memory Profiler ( User Object and/or memory leaks) 5min SFHB 5min – .TT files in Visual Studio Playlist 5 Minutes .NET
-
Transform Mozilla Bookmarks into a list
You have seen that I begin to post “friday links” It is simple,once you have SqlLite Manager add-on for FF. ( add-on,source) Just run the following query ( for the last 7 days bookmarks) by selecting “places.sqllite”: (OK,I must know why I multiply by 1000000 – but,hey – it works ….)
-
LogParser,PowerShell and Quick and dirty parsing of IIS files
For a local enterprise IIS system you do not have to resort to Google analytics or other beasts that interprets IIs logs. After all,users are identified through ActiveDirectory,does not matter from what city do they come,and so on. But it will help to have some details of wjhat happened on the system this day( or…
-
Logparser quick and dirty
Sometimes you must find information in text files. Many,many text files,like IIS logs or other custom non-regular formats. I have a bot from http://www.imified.com/ – and I log the messages with log4net in text files,with another messages. An entry looks like that : System.ArgumentException: ;channel=private;botkey=<guid>;userkey=<guid>;user=name@yhaoo.com;network=Yahoo;msg=hello;step=1;value0=hello;to=asdasd And there are multiple log files that I want to…