Posts by Year

2022

Back to top ↑

2021

Back to top ↑

2020

ZFS RAID over different size drives

16 minute read

Creating a ZFS RAID over different size drives (2 x 1 TB + 3 x 2 TB for 8 TB RAID-5 setup). This was done as part of the “Project Ares” NAS box setup for a...

Back to top ↑

2017

C++ Vectorization Diagnostics

7 minute read

Vectorization is transformation of series of single operations into instructions which perform operations over multiple values simultaneously, by using the...

SSH password-less login

14 minute read

The article describes how to generate and use the SSH keys to login to remote machines instead of using passwords, and the basic troubleshooting.

Switching off Windows Virtual Store

2 minute read

Windows File System and Registry Virtualization (Virtual Store) is a technology to provide backward compatibility for legacy applications, which require un...

Back to top ↑