Adding custom image upload to Pagedown using PHP

One of my personal project using Pagedown for the markdown editor, so this is a working solutions and not just an example. [...]

September 25, 2015 · 3 min · danpros

Remove or hide client sender IP from Postfix on SMTP relay

How to to remove client sender IP (X-Originating-IP) from Postfix on SMTP relay. [...]

November 07, 2014 · 1 min · danpros

Check Disk Health Status When Using Hardware RAID

I have several boxes using hardware RAID with LSI brands. This is how to know important information about disk status. [...]

October 24, 2014 · 1 min · danpros

From Blogger to HTMLy

After almost 5 years using Blogger, a few days ago I decided to move the platform to HTMLy an open source databaseless blogging platform. [...]

September 29, 2014 · 1 min · danpros

Setting Up NAT VPS on CentOS 6 using IP Tables and HAProxy

Setting Up NAT VPS on CentOS 6 using IP Tables and HAProxy. [...]

September 21, 2014 · 4 min · danpros

HTMLy: Databaseless Blogging Platform (Flat CMS)

There are times when we just want to write without having to think about site management, for example upgrading to the latest version (core and [...]

December 25, 2013 · 2 min · danpros

Blogger JSON Feed API

Maybe sometimes we need a widget for certain features, but the widgets are not available. Blogger already provides an APIs to overcome this, so we [...]

August 31, 2013 · 4 min · danpros

Add rel nofollow to all external links in the node body and comment body

For for node body field use below code: /* Add nofollow */ if(isset($variables['content']['body'][0]['#markup'])) { [...]

July 04, 2013 · 2 min · danpros

Adding new variable for the Author Pane (Follow Links)

Here's how to adding new variable for the Author Pane (Follow links). The demo is on Bersosial.com. function [...]

June 20, 2013 · 2 min · danpros

Bersosial.com: Indonesian Community

The desire to create a community for Indonesian finally realized, in December 2012 I set up a forum Bersosial.com using Drupal and was getting a good [...]

April 26, 2013 · 1 min · danpros