Kamil Wilas (@wilask) 's Twitter Profile
Kamil Wilas

@wilask

Engineer, sport addict. There’s only make.

ID: 457757632

linkhttps://wilas.pl calendar_today07-01-2012 19:48:59

70 Tweet

22 Followers

29 Following

Kamil Wilas (@wilask) 's Twitter Profile Photo

C + getdents() -> `ls-fast` for a directory with a huge number of files; with a simple tuning `wc-fast`, `rm-fast` : unix.stackexchange.com/questions/1200…

Kamil Wilas (@wilask) 's Twitter Profile Photo

Finally I found time to read dave.cheney.net/2014/06/07/fiv… - awesome. Perfect for not only #gophers but also lang agnostics. Thanks Dave Cheney

Kamil Wilas (@wilask) 's Twitter Profile Photo

ipmitool -H host-ilo -U me -f pass.txt -L USER -I lanplus sdr elist all - list sensors data for IPMI-enabled devices; ipmiping to test host

Kamil Wilas (@wilask) 's Twitter Profile Photo

RHEL rpm SPEC - `rpm --showrc` shows all the defined macros; `rpm --eval %{macroname}` shows what a specific macro evaluates to.

Kamil Wilas (@wilask) 's Twitter Profile Photo

Live upgrading many thousand of servers from an ancient RedHat to a 10y newer Debian base one - great CS and tips: marc.merlins.org/linux/talks/Pr…

Kamil Wilas (@wilask) 's Twitter Profile Photo

2010 but still worth reading for everyone who is using vSphere - VMware architecture and performance analyses - slideshare.net/rjmcdougall/us…

Kamil Wilas (@wilask) 's Twitter Profile Photo

Get your Windows8 COA key using linux: hexdump -s 56 -e '/29 "%s\n"' /sys/firmware/acpi/tables/MSDM (`xxd` and `od` works as well)

Kamil Wilas (@wilask) 's Twitter Profile Photo

Great paper about disk utilisation (#dtrace, psio, iosnoop + priceless tips and advices): brendangregg.com/Solaris/paper_…

Kamil Wilas (@wilask) 's Twitter Profile Photo

Hit by problems with UEFI, syslinux.efi and linux kernels lack EFISTUB; Current solution: pxegrub or legancy bios. syslinux.org/archives/2015-…