Welcome to Neolisk's Tech Blog

Home

Hi, I'm Victor Zakharov, also known as Neolisk. I'm 21, work as a developer for a small company in Toronto. I do write some code if necessary, but most often I'm an all-purpose developer, solving any kind of industry related problems.

On this website I'm going to list some of my technical investigations, which I think might be useful to the public.

Recent tech news

  • VB.NET - Different Output in Designer VS Runtime The problem: let's say, you want your custom control display empty string in a certain field, if it has a default value. For example, if your Text field on ...
    Posted Jul 26, 2010 7:02 AM by Victor Zakharov
  • Intel X25-M SSD in HP Proliant DL380 G5 Disk specifications Setup Hardware: HP Proliant DL380 G5, two disks, one is Intel SSD and another one is HP SCSI 15K drive, each running as RAID0. Software: IOMeter, latest version ...
    Posted Jul 26, 2010 9:28 AM by Victor Zakharov
  • Disable Root Certificates Update You might get an annoying event log error, if you server does not have a direct connection to the internet (no internet at all, or some ports are just blocked ...
    Posted Jun 16, 2010 7:03 AM by Victor Zakharov
  • Manage DNS suffixes via (Domain) Group Policy Computer Configuration > Policies > Administrative Templates > Network > DNS Client > DNS Suffix Search List There is also Primary DNS Suffix option under the same tree node, just in case you need it
    Posted Jul 26, 2010 6:43 AM by Victor Zakharov
  • PowerShell - Strip Html Tags From a String Here's a one-liner: $myStr -replace "<.*?>" Explanation With the above line, we are removing every shortest set of symbols within triangle brackets. The word shortest is very important here ...
    Posted Jul 26, 2010 6:43 AM by Victor Zakharov
Showing posts 1 - 5 of 41. View more »

Comments