Comparing libevent and libuv. My upfront biased: I want to like libevent. However, I want to objectively compare the two and make an informed decision.
- libevent 2.0.22 (Stable) [2014-01-05]
- libuv 1.8.0 (Stable) [2015-12-15]
The version of git that comes with RHEL6 is very old. I'll outline steps for compiling the latest git version on RHEL6. Working from /usr/local/src
.
Following instructions for Git Pro book Getting Started Installing Git.
yum install gcc curl-devel expat-devel gettext-devel openssl-devel zlib-devel perl-ExtUtils-MakeMaker
Optional man page prereqs.
My preferred code style is 2-space K&R. This is intended to provide a justification for this style.
K&R style has the following properties:
Error: | |
After installing this update, users may experience this error "0x800705b4" when launching windows defender application guard or windows sandbox | |
Fix: | |
Use the credentials of a local admin to create and set the following registry keys on the host OS then restart the host. | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Containers\CmService\Policy] | |
"DisableClone"=dword:00000001 | |
"DisableSnapshot"=dword:00000001 |