SVN (Subversion) Backup and Restore
This is quick guide, howto Backup (dump) and Restore (load) SVN (Subversion) repository on Linux. This is actually very simple and...
Read MorePHP: APC Configuration and Usage Tips and Tricks
PHP APC (Alternative PHP Cache / Opcode Cache) is framework that optimizes PHP intermediate code and caches data and compiled code from the...
Read MoreSolarized Linux
I like very much Ethan Schoonover Solarized color palette. So I decided write a guide, howto get Solarized colors to most commonly used...
Read MorePHP / PDO / SQLite3 Example
This is a PHP, PDO and SQLite3 example, which demonstrates the SQLite3 databse usage with PHP-PDO. The PHP / PDO / SQLite3 example code...
Read MorePHP Memory Usage Information Class
Sometimes it’s nice to know or even very important to know, how much your PHP script is using memory. This is a simple example of a...
Read MoreInstall Nginx/PHP-FPM on Fedora 18/17, CentOS/RHEL 6.4/5.9
I have once written Install nginx, PHP 5.3 and FastCGI on CentOS 5.5, Fedora 13, Red Hat RHEL 5.5/6 guide, but this guide is...
Read MoreNetBeans 7.2 on Fedora 18/17, CentOS/RHEL 6.3/5.8
NetBeans 7.2 is released and this is guide with screenshots, howto install NetBeans 7.2 on Fedora 18/17/16/15/14/13/12, CentOS...
Read MoreZend Framework on Fedora 18/17, CentOS/Red Hat (RHEL) 6.4/5.9
This is quick guide, howto install Zend Framework (ZF) 1.12.3 on Fedora 18/17/16/15, CentOS 6.4/6.3/6.2/6.1/6/5.9 and Red Hat (RHEL)...
Read MoreSVN (Subversion) Access Control with Apache and mod_authz_svn
I just wrote guide, howto install SVN (Subversion) Server on Fedora, CentOS and Red Hat (RHEL). No I decided to write more information...
Read MoreInstall SVN (Subversion) Server on Fedora 18/17, CentOS/Red Hat (RHEL) 6.4/5.9
This is guide, howto install SVN (Subversion) server on Fedora 18/17/16/15/14, CentOS 6.4/6.3/6.2/6.1/6/5.9, Red Hat (RHEL)...
Read MorePHP: Remove Last Character from String – substr/substr_replace/rtrim
This is a very common PHP question, how to remove last character from string in PHP? So here are three ways how to delete last character...
Read MoreInstall Sun/Oracle Java JDK/JRE 7u21 on Fedora 18/17, CentOS/RHEL 6.4/5.9
This is guide, howto Install Sun/Oracle Java JDK and JRE 7 update 21 (7u21) on Fedora 18/17/16/15/14/13/12, CentOS 6.4/6.3/6.2/6.1/6/5.9,...
Read MorePHP 1st, 2nd, 3rd, 4th, 5th, 6th – PHP Add Ordinal Number Suffix
This is simple function to add English ordinal number suffix after normal number. Function takes number as a parameter and returns number...
Read MoreLAMP on Fedora 18/17, CentOS/Red Hat (RHEL) 6.4/5.9
LAMP (Linux, Apache, MySQL, PHP) server is very powerful server setup behind any website or web based service. This guide is collection of...
Read MoreInstall Apache/PHP 5.4.14 on Fedora 18/17, CentOS/RHEL 6.4/5.9
This guide shows howto install Apache HTTP Server (httpd) with PHP 5.4.14 and following modules on Fedora 18/17/16/15/14, CentOS...
Read MoreAndroid SDK and Eclipse ADT on Fedora 16/15, CentOS/RHEL 6
This is guide howto install Android SDK Tools r16 and Eclipse ADT (Android Development Tools) Plugin on Fedora 16, Fedora 15, Fedora 14,...
Read MoreEclipse 3.6 Install PDT, JavaScript, CDT, Ruby, MarketPlace Plugins
This is guide, howto install plugins on Eclipse 3.6 SDK. This guide shows howto install PDT (PHP Development Tools), CDT (C/C++ Development...
Read MoreInstall Sun/Oracle Java JDK/JRE 6u45 on Fedora 18/17, CentOS/RHEL 6.4/5.9
Please note: This guide still working normally if you want install Sun/Oracle Java 6, but if you want latest Java 7 version, then check...
Read MoreInstall Eclipse SDK 4.2.2 (Juno) on Fedora 18/17, CentOS/RHEL 6.4/5.9
This is guide, howto install latest Eclipse SDK 4.2.2 (Juno) on Fedora, CentOS and Red Hat (RHEL). This guide should work with Fedora...
Read MoreInstall NetBeans IDE 6.9.1 on Fedora 14/13, CentOS 5.5, Red Hat (RHEL) 5.5/6
This is guide with screenshots, howto install NetBeans 6.9.1 on Fedora 14, Fedora 13, Fedora 12, CentOS 5.4, CentOS 5.5, Red Hat (RHEL)...
Read MoreSVN Remove Added File From Repository and Keep Local File – Subversion
This is quick SVN (Subversion) tip, howto remove added file from SVN repository without deleting file from local filesystem. Remove File...
Read MorePHP mb_ucfirst Make a String’s First Character Uppercase-Multibyte (UTF-8) Function
PHP’s ucfirst function is very usefull when you want to change words first letters to uppercase and other letters to lowercase....
Read MoreInstall PHP MongoDB (mongo) Driver on Linux, Mac OS X, Windows, UNIX, BSD
PHP MongoDB (Mongo Database) Driver Installation on Linux, UNIX, BSD and Mac OS X MongoDB PHP driver is very simple install on Linux,...
Read MorePHP __DIR__, __FILE__, __FUNCTION__, __CLASS__, __METHOD__, __LINE__, __NAMESPACE__
PHP has large number of predefined constants. This HOWTO will present the seven most important, most practical and most useful PHP Magic...
Read MorePHP: Calculate Real Differences Between Two Dates or Timestamps
I was using simple function to calculate difference between two dates and timestamps until I noticed, it’s not working correctly in...
Read MorecURL Tip: Check that the Apache Compression (gzip, deflate) is Working
This is a quick method with using cURL to check that Apache Compression with mod_gzip and mod_deflate is working. Only the remote server...
Read MorePHP CLI Colors – PHP Class Command Line Colors (bash)
PHP Command Line Interface (CLI) has not built-in coloring for script output, like example Perl language has...
Read MorePHP – Measure Scripts Execution Time and Page Generation Time
In many cases, it is really useful to know the exact time for how long a PHP script is running or how long will take PHP web page load. On...
Read MorePHP stdClass to Array and Array to stdClass – stdClass Object
I think every PHP coders have come accross Arrays and stdClass Objects (belongs to PHP Predefined Classes). Sometimes it’s very...
Read Morenginx, PHP 5.3 and FastCGI on CentOS 5.5, Fedora 13, Red Hat RHEL 5.5/6
This is guide howto install nginx, PHP 5.3 and FastCGI webserver with MySQL and/or PostgreSQL and Memcache support on Fedora 12 and Fedora...
Read More