Recent Posts

Cygwin sshd, connection closed by .

less than 1 minute read

Configured openssh server from Cygwin, but you have "Connection closed by ." error. Reason is most probably you have an public key on your client and ssh is ...

GDB Pretty Printers – Updated

1 minute read

Ever wondered why gdb doesn’t show vectors or other STLs? Wonder no more, that’s because GDB is unable to follow all the pointers that vector has internally....