mysqldump: Got error: 145: Table ‘./DB/table-name’ is marked as crashed
|

mysqldump: Got error: 145: Table ‘./DB/table-name’ is marked as crashed

It was time to take backup of mysql database of my server. I run the command mysqldump with some options and found the error, ” mysqldump: Got error: 145: Table ‘./DB/table-name’ is marked as crashed and should be repaired when using LOCK TABLES ” I have seen this error before but not written on this…

PHP Warning:  Unknown: Unable to allocate memory for pool. in Unknown on line 0
|

PHP Warning: Unknown: Unable to allocate memory for pool. in Unknown on line 0

It was shiny morning and at the time of taking tea at home. I opened my laptop and login into my server. Recently, I changed the apache MPM to worker mode. Running php-fpm and mod_fcgi to run the WordPress based blog. After a few days of Worker apache implementation, I checked the php-fpm log directory…

How to install Octopress on Ubuntu 14.04 LTS
|

How to install Octopress on Ubuntu 14.04 LTS

The post explains, how to install Octopress on Ubuntu 14.04 LTS. Octopress is a jekyll based framework. It has lots of many feature. Best part is, it is static site generator. Many website and blogs have been migrated to Octopress. Install Octopress on Ubuntu 14.04 LTS Follow the given below steps to install Octopress on…

Octopress : Could not find a JavaScript runtime
|

Octopress : Could not find a JavaScript runtime

Octopress, which is now a days considered as awesome html site generator.It is a framework based on Jekyll.Regulalry I explore the Octopress and Jekyll both. Octopress has lots of feature over jekyll. In my last, I wrote post on How to install Octopress on CentOS/Redhat. This time , I tried new Octopress installation on Ubuntu…

Disable “System Program Problem Detected” on Ubuntu

Disable “System Program Problem Detected” on Ubuntu

Have you ever met with this error “System Program Problem Detected” on your Ubuntu system ? Does it come always and annoys you to close it every time ? This error generally comes when any program get crashed.The Apport program reports the debug result to Ubuntu developers. For good reasons the apport program is awesome…