INSTALL MUNIN NODE ON UBUNTU Make sure your system is up-to-date apt-get -y update && apt-get -y upgrade Install Munin Node apt-get -y install munin munin-node munin-plugins-extra Edit the munin-node config file nano /etc/munin/munin-node.conf Restart Apache and Munin to start service apache2 restart service munin-node restart Auto-Suggest Munin Plug-ins to suit your machine munin-node-configure –suggest […]
You are browsing archives for
Tag: Tools
VSCode Tip – Rename Multiple Attributes At The Same Time
Multiple cursors is one of my favorite features in VS Code. Just highlight what you want and hit cmd/ctrl + d to highlight all matching snippets. Then type away! I use this to add multiple classes, delete multiple elements, and edit attributes. pic.twitter.com/1ukxXsVdHS — Emma Wedekind ✨ (@EmmaWedekind) March 27, 2019
Get free technical eBooks on SQL Server 2017 from Microsoft
Build your Microsoft SQL Server expertise with technical deep dives for your database journey. Free PDF eBooks from Microsoft SQL Server eBook series Get the technical resources and documentation you need to explore SQL Server 2017 – a comprehensive, mission-critical database for demanding workloads. With this series of technical eBooks on SQL Server, you’ll learn […]
Want to be the first to try the latest Fiddler features? Join the Insiders Program to get access.
Telerik have are looking for users of Telerik’s Fiddler webproxy and debugging tool for beta testing of new features. To join their Insider Program and get early access to try and test their newest features click here.
ASP.Net Tools to Test High CPU Load, High Memory and High Disk Usage
Often when testing the performance of a ASP.Net website you need to see how the site will perform under extreme conditions. This is easy to do in a virtual environment where you can reduce the number of CPUs or available RAM. But how do you test this on a physical box? Vijayshinva Karnure has written […]
How to disable Flash in Google Chrome Browser
I use Google’s Chrome browser a lot. Its fast, websites display correctly and there’s usually less problems. But this week I started getting problems with webpages hanging in Google Chrome. I tested this on a couple of different PC’s and found that it affected both Windows and Mac OS X. After further testing I discovered […]
SQL Server 2005 – Service Pack 2a (SP2a) Update
Downloaded and installed Service Pack 2 for SQL Server 2005? Well here’s a reason to download and apply it again. A few days after releasing Service Pack 2 for SQL Server 2005, Microsoft has re-released it with an additional fix for maintenance plans. If you have already applied SP2, you will need to apply this […]
Data Dude
Data Dude The simplest way to say “Visual Studio 2005 Team Suite Edition for Database Professionals”. A suite of tools built by Microsoft for designing, deploying and testing SQL Server databases within the Visual Studio IDE. Visit the Visual Studio 2005 Team Edition for Database Professionals A.K.A. DataDude website.
Setting Data Compare Options in VSTS for Database Professionals (DataDude)
Changing the comparison rules for the Data Compare is not as obvious as it should be. You need to go into the Tools -> Options menu to make changes. Click on the Tools Menu -> Options Expand Database Tools in the tree Select Data Compare. I’m waiting to see if this has changed in v1.0, […]
Setting Schema Compare Options in VSTS for Database Professionals (DataDude)
Changing the comparison rules for the Schema Compare is not as obvious as it should be. You need to go into the Tools -> Options menu to make changes. Click on the Tools Menu -> Options Expand Database Tools in the tree Select Schema Compare. I’m waiting to see if this has changed in v1.0, […]