Blog

Basic Git commands to push and pull

To check what has been modified, changed or added # git status Pull files down from repo # git pull To push file to repo[…]

How to install LESS with Omega Responsive HTML5 Base Theme

How to implement LESS on to your Drupal sites with Omega theme (Responsive HTML5 Base Theme) 1) First of a will need to download and[…]

How to uncompress tar file in Linux

Here is how to uncompress tar file. # gunzip filename.tar.gz or # tar xvf filename.tar Here is the command to execute .pl file. # perl

MySQL: How to fix ERROR 1153 (08S01) in Centos 5

To increase ‘max_allowed_packet’. I came across this issue when trying to import 1.6gb sql dump. It took me a couple of hours to figure this[…]

Welcome to Paul Costan showcase site

Hi there, thank you for visiting my showcase site. If you are interested in my work please do not hesitate to contact me.

How to restart Centos Apache and MySQL

Command line as follow: /etc/init.d/httpd  restart /etc/init.d/mysqld restart Or serice httpd restart serice mysqld restart ————————————– Import Database dumps 1) mysql -u root -p -h[…]

How to do a quick A/B test in commandline

# ab -n 100 -c 10 http://www.yourwebsite.com/index.php ————————————– Benchmarking www.yourwebsite.com (be patient)…..done Server Software: Apache/2.2.17 Server Hostname: www.yourwebsite.com Server Port: 80 Document Path: /index.php Document[…]

Twixtor Pro Examples

There are alot of slow motion videos on youtube which demostrates impressive quality of ‘FPS’… Some of you may not know ‘FPS’ stands for ‘Frames[…]

How to create MD5 Encrypt password in CentOS

Hi all, here is a tip how to create your own MD5 Encrypt password. There are a few MD5 Encrypt gernerators sites out there like[…]

CSS – Transparent box with drop shadows

This example only works for FireFox and Chromes. Sorry not for IE 🙁 #page-wrap { background: rgba(255, 147, 51, 0.7); -moz-box-shadow: 0 0 20px black;[…]

Autodesk 123D Sculpt – Quick review for iPad 2

For all those 3d artists who owns an iPad, 3D modelling is now possible to do on the iPad. If you are a guru on[…]

Online Backup storage with SpiderOak

Recently my external hard drive died on me, and I had lost valuable content. I wished I had backed them up. I’m sure you all[…]