The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,839 other subscribers

VMware ESXi 5.5 LSI MegaRaid 9271: Firmware Update / Driver & CIM Provider Installation – VMware – IT-News, Tutorials, Reviews, Gaming – skV-NET

Posted by jpluimers on 2014/03/23

Soon I’m going to update the ESXi 5.1 with the youngest LSI 9260 driver and CIM from MegaRAID 9260-8i RAID Controller Card | SAS RAID | LSI.

Steps are at VMware ESXi 5.5 LSI MegaRaid 9271: Firmware Update / Driver & CIM Provider Installation – VMware – IT-News, Tutorials, Reviews, Gaming – skV-NET.

–jeroen

Posted in ESXi5, ESXi5.1, ESXi5.5, Power User, VMware, VMware ESXi | 1 Comment »

How to disable automatic search for network printers and folders in Windows XP

Posted by jpluimers on 2014/03/23

Gosh I hate it when on a Windows machine your printer list is like a 100 when visiting a couple of clients and friends.

Disable this seems easy How to disable automatic search for network printers and folders in Windows XP, but note there is no “Advanced” button so better follow the steps at Windows XP – How do I Disable the auto Network Printer Ins.. – Network Printer – Windows XP.

Now lets find out how to do that in Windows versions beyond XP (:

–jeroen

Posted in Power User, Windows, Windows XP | Leave a Comment »

ESXi 5.1 and rsync – damiendebin.net.

Posted by jpluimers on 2014/03/23

Interesting: ESXi 5.1 and rsync – damiendebin.net. It works in ESXi 5.5 too, and the French link below has a version that runs on ESXi 4.

Now you can do these forms of backup:

Posted in *nix, ESXi4, ESXi5, ESXi5.1, ESXi5.5, Power User, VMware, VMware ESXi, wget | 6 Comments »

ESXi: for high speed copying from ESXi 4.1 to ESXi 5.1 use @Veeam FastSCP 3.0.3, not Veeam Backup and Replication 6.

Posted by jpluimers on 2014/03/23

I had to move a bunch of stuff from an old ESXI 4.1 server to a newer ESXi 5.1 server.

For that I used a Windows XP VM on the new ESXI 5.1 server that had two different 1 gigabit network connections so it could run full speed.

Speed comparison for 60 gigabytes of VMs:

I used both settings for both tools: Read the rest of this entry »

Posted in ESXi4, ESXi5.1, Power User, VMware, VMware ESXi, Windows, Windows XP | 6 Comments »

WinSCP installer error because WinSCP site thinks wget can parse JavaScript.

Posted by jpluimers on 2014/03/22

If your downloaded WinSCP install ever throws this error, and you cannot find the cause on the WinSCP forums, then this is probably the reason:

The caption of the error message should be enough: Windows thinks it is a 16-bit MS-DOS program, not a Windows installer.

This means that the install download went wrong. In my case, I downloaded it through this wget command:

wget -m -np http://winscp.net/download/winscp552setup.exe

At first I thought that WinSCP has a referrer check, so this is the command that would work (similar to wget direct download with referer: SpeedFan):

wget -m -np --referer=http://winscp.net/eng/download.php http://winscp.net/download/winscp552setup.exe

Read the rest of this entry »

Posted in *nix, Power User, wget, Windows, Windows XP | Leave a Comment »

KB2934207 A notification about the end of Windows XP support

Posted by jpluimers on 2014/03/22

Just in case you need to stay with XP for a while (for instance because you have hardware where the vendor still has no drivers for more modern Windows versions), you might want to block KB2934207 A notification about the end of Windows XP support.

As of March 5th, this “high priority” KB2934207 update installs a notification screen remembering Windows XP will be End of Support at 20140408 (about 2 weeks from now).

If you do keep Windows XP, then make sure you have good protection for it (even watch that closer than you would on more current systems).

–jeroen

Posted in Power User, Windows, Windows XP | Leave a Comment »

Naming Schemes (networks, computers, projects, etc)

Posted by jpluimers on 2014/03/22

Interesting site: Naming Schemes.

Related, I found:

I’m going to need to name a few things soon, and these are lists I like in a sort of decreasing order: Read the rest of this entry »

Posted in Power User | Leave a Comment »

Mark Miller coding by Guitar: DevExpress Code Rush (Coding via Guitar)

Posted by jpluimers on 2014/03/21

Today I got a request from friend that never saw this: Mark Miller coding by Guitar using a CodeRush plugin.

For the people that never saw Mark Miller coding by Guitar (he did this many times on conferences around 2009/2010), watch the video here: DevExpress Code Rush (Coding via Guitar).

In the box on the left, scroll to Code Guitari, then play the video from there.

–jeroen

Posted in .NET, C#, Development, Software Development | Leave a Comment »

Delphi: make sure you show the `ExceptAddr` and `ClassName` if you display in exception in DEBUG mode.

Posted by jpluimers on 2014/03/21

When handling `Application.OnException` add the `ExceptAddr` to in Delphi the menu `Search` -> `Goto address` has a chance of working, and the `ClassName` so you know what happened.

You might want to always do this, depending on how scared your users get from HEX values in error messages.

This works in about every Delphi version I ever used: Read the rest of this entry »

Posted in Delphi, Delphi 1, Delphi 2, Delphi 2005, Delphi 2006, Delphi 2007, Delphi 2009, Delphi 2010, Delphi 3, Delphi 4, Delphi 5, Delphi 6, Delphi 7, Delphi XE, Delphi XE2, Delphi XE3, Delphi XE4, Delphi XE5, Development, Software Development | 2 Comments »

Steps for adjusting a whiteboard photo in Paint.NET

Posted by jpluimers on 2014/03/21

Based on a few links, these are the steps I used to enhance the photo of a whiteboard using Paint.NET:

  1. Auto-Level
  2. Reduce-Noise=Max
  3. Duplicate-Layer
  4. Gaussian-Blur=20
  5. Invert Colors
  6. Layer-Blend-Mode=Color Dodge
  7. Reduce-Noise=Max

These are the links I used to come to this list:

Below are the steps on an image I got from The collective awareness | Idea By Window. Read the rest of this entry »

Posted in Image Editing, Power User, Windows, Windows 7, Windows Vista, Windows XP | 1 Comment »