Archive Blogs

Recent Posts

blog cover
Git

Command Line Madness I or

The unexpected bliss of Console2, GitBash and UnixTools Some people may say I am stubborn. I prefer “well-rooted”. I can talk about why I believe using Windows is great and I can receive the full wrath of the internet on behalf of my foolishness, so I will not advocate for it, but just say, that […]
photo of the creator2
blog cover
PHP

How to install Memcached on a CentOS

Memcached is an in-memory key-value store for small chunks of arbitrary data (strings or objects) from results of database calls, API calls, or page rendering.  Memcached will store sessions in memory instead of files. Because memory is way faster than reading a file your website will perform better and reduce load time. Update the repositories […]
photo of the creator2