Wednesday, July 16, 2014

Veeam Backup Free Edition Rant

I wanted to try this 'free' tool the ads for which were poking my eyes for a long time, but :


They want not only my phone but they do not accept 'public' email address. Also if you think that in the following screen:

you can sign in using Google+ account for example - think again (and read the underlined text). You will need to create account anyway. I don't want to link my Google+ account I want to log in with it and download the damn tool. In fact if the tool is free - I don't want to log in at all.

My conclusion: I am not the target audience. Whatever.

EDIT: Found it on Softpedia (no registration required).
EDIT 2: Softpedia version is 7.0.0.690 which does not support vSphere 5.5 . You need to download at least R2 patch which leads to the registration problem.

PS. Tried some alternatives:
1. NAKIVO Free Edition - does not support Free ESXi
2. Trilead VM Explorer - does not support latest version of ESXi 5.5 (2014-07-01) , but looks promising and probably when updated will support it.

EDIT 3: Latest 5.0.031.0 works and looks it will do :)

For the moment decided to use WinSCP + SSH on the host. Speed was around 100Mbit which works for me.

PS. After switching to 1000Mbit  had to enable rc4 and blowfish ssh ciphers on the server to get more than 20MB/s. By default only aes ciphers are enabled.



Saturday, July 12, 2014

Monday, July 7, 2014

CM HAF XB EVO and Corsair HX1000




The distance between HDD cage and PSU is 40mm. I removed hotplug board - it is getting bad reviews anyway. HX1000 is 200mm long modular PSU.

Monday, June 9, 2014

PHPUnit XML Schema for use with Netbeans

Here is a XML schema heavily annotated to ease creation of phpunit.xml configuration file for PHPUnit when edited in Netbeans IDE. I have used official one for version 4.1.1 as a starting point. See phpunit.md for usage information.

Sunday, May 18, 2014

How to import cookies and bookmarks in Firefox from Opera 15+

In support article Import bookmarks from Google Chrome you can see that it is possible to import cookies and bookmarks from Chrome. Since Opera switched to Webkit from version 15 it turns out they use the same format. To import from Opera to Firefox do the following:

  1. Backup your Chrome's cookies and bookmarks, usually located at C:\Users\<your_username>\AppData\Local\Google\Chrome\User Data\Default\ . There are 4 files: BookmarksBookmarks.bak, Cookies and Cookies-journal.
  2. Overwrite the previous  4 files with Opera's ones, usually located at C:\Users\<your_username>\AppData\Roaming\Opera Software\Opera Stable\
  3. Follow Mozilla procedure above (select cookies and bookmarks to import)
  4. Restore Google's cookies.

Thursday, April 17, 2014

Repair Windows Store

If after cleanup you accidentally deleted Windows store files from your profile directory - the store will not work anymore. Here is how I repaired mine:
  1. Create a new user
  2. Log in as the new user (you will need to wait a little)
  3. Go to store
  4. Install an app
  5. Sign out
  6. Log in as your regular user
  7. Copy folder starting with WinStore_xxxxxxxx from the new user profile located in C:\Users\<New User>\AppData\Local\Packages to corresponding location in your profile directory.
  8. Check if the store is working
  9. Reinstall all your store applications
  10. Delete the new user (optional)