Archive by Author

Cakephp installl plugin as submodule

In order to install Search plugin for instance: git submodule add https://github.com/CakeDC/search.git app/Plugin/Search git submodule update –init –recursive

install proxy_wstunnel_module in cpanel/whm

I had apache 2.4.6 already installed so Note: – I downloaded the sources for 2.4.6 – You need mod_so wget http://archive.apache.org/dist/httpd/httpd-2.4.6.tar.gz tar -xf httpd-2.4.6.tar.gz cd httpd-2.4.6 cd modules/proxy /usr/local/apache/bin/apxs -i -a -c mod_proxy_wstunnel mod_proxy_wstunnel.c as a bonus: to configure apache … Continue reading

An alternative for phpMyAdmin – Adminer

Most times I find myself in a need to check database issues on a system I am given FTP only. To quickly set up something similar to phpmyadmin I found a very light, one file adminer: http://www.adminer.org/

Perfection is your enemy

Officially this is my first non-technical post I write. Even if nobody reads it it’s a good place to lay down some of the things I find interesting. Life is not only about work and study so maybe it makes … Continue reading

List incoming live requests

In order to list all incoming requests to get a hang of what’s happening with your server in real time you can use the command bellow. Make sure you have enabled mod_security audit. Because I use whm/cpanel this was possible … Continue reading