Most dolby control center vaio related news are at:
Bus Error PHP-FPM 11 Aug 2013 | 09:34 pm
Recently I got this error on one of my VPS. Looks like it’s on cron with message “bus error” on PHP-FPM: [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindept...
Check Swap for Running Processes on Linux 11 Aug 2013 | 04:12 pm
Checking for swap can be done with htop or top, but top faked the swap info. Here’s a handy bash script you can use to find out which processes are swapping on your linux box: #!/bin/bash # Get curren...