воскресенье, 5 октября 2014 г.

64-bit Windows binary of Tanuki Software Wrapper

On original site where is no way to download 64 bit version for Windows.

One, ofc, can compile it manually but you can save yourself a lot of hassle just getting the binary.

Today I discovered that OSS project Apache ActiveMQ binary distribution bundles win64 binaries with it.

So grab it from http://activemq.apache.org if you need win64 wrapper binaries.

пятница, 3 октября 2014 г.

Shellshock summary

Don`t use cgi on server.

Ssh is not vulnerable if you don`t give access to ssh to strangers.

Client devices is vulnerable - macos, linux because of dhcp client.

среда, 1 октября 2014 г.

Ubuntu upgrade

After upgrade from 12.04 to 14.04 i lived for months with old kernel (3.5.x).

The current one (3.13.x) was unable to boot with error "unable to find root device"

Suprisingly everything worked ok, except nvidia hw gfx acceleration.

TIL one need to install linux-image-extras by hand if using hw raid adapter like mpt2sas. In older distro it was part of main package.

After apt-get linux-image-extra, update-grub + update-initramfs and reboot everything works good.