I was trying to import some X509v3 certificates that were created with pyOpenSSL to a MikroTik router (RouterOS 6.1) but they were always being imported
Tag: bug
Quick fix for X.org screensaver bypass
This vulnerability is quite annoying if you’re locking your desktop in work or anywhere else. In short, one is able to kill xorg’s xscreensaver’s lock
fix for radeon + opensource driver + kde effects = crash
The problem Kwin crashes when enabling opengl effects. It doesn’t crash immediately but it crashes after specific actions so it is 100% reproducible. For example
Big nfs_inode_cache
The story Boxes with various kernel versions have weird free memory problems. After examining the memory usage it seems that processes don’t add up to
php foreach by reference
Here’s an interesting “feature” (bug?) for php. Recent PHP versions support this syntax for foreach: foreach ($myarray as &$v) $v[‘koko’]=’lala’; This allows easy changes to