Ads
-
Install WordPress 3.0.1 on Fedora 13, CentOS 5.5, Red Hat (RHEL) 5.5/6
02 September 2010 1:06 PM | 2 Comments -
PHP 1st, 2nd, 3rd, 4th, 5th, 6th – PHP Add Ordinal Number Suffix
24 August 2010 3:46 PM | No Comments -
YUM Downgrade Packages on Fedora, CentOS, Red Hat (RHEL)
23 August 2010 6:56 PM | No Comments -
LAMP on Fedora 13, CentOS/Red Hat (RHEL) 5.5/6 – (Linux, Apache, MySQL, PHP)
20 August 2010 3:21 PM | 3 Comments -
Install Apache (httpd) and PHP 5.3.3 on Fedora 13, CentOS/RHEL 5.5/6
17 August 2010 3:54 PM | 1 Comment -
Fedora 13 ATI Catalyst (fglrx) 10.7 Drivers Install/Uninstall
09 August 2010 4:46 PM | 10 Comments -
Android SDK and Eclipse ADT on Fedora 13, CentOS 5.5, RHEL 5.5/6
06 August 2010 10:37 AM | 23 Comments -
Eclipse 3.6 Install PDT, JavaScript, CDT, Ruby, MarketPlace Plugins
03 August 2010 3:57 PM | No Comments
- JR
Android SDK and Eclipse ADT on Fedora 13, CentOS 5.5, RHEL 5.5/6 - deu
Android SDK and Eclipse ADT on Fedora 13, CentOS 5.5, RHEL 5.5/6 - JR
Android SDK and Eclipse ADT on Fedora 13, CentOS 5.5, RHEL 5.5/6 - deu
Android SDK and Eclipse ADT on Fedora 13, CentOS 5.5, RHEL 5.5/6 - JR
Android SDK and Eclipse ADT on Fedora 13, CentOS 5.5, RHEL 5.5/6 - JR
Install OpenOffice.org 3.2.1/3.3.0 on Fedora 13, CentOS/Red Hat (RHEL) 5.5 - ljbomir
Install OpenOffice.org 3.2.1/3.3.0 on Fedora 13, CentOS/Red Hat (RHEL) 5.5 - deu
Android SDK and Eclipse ADT on Fedora 13, CentOS 5.5, RHEL 5.5/6
-
Install WordPress 3.0.1 on Fedora 13, CentOS 5.5, Red Hat (RHEL) 5.5/6
02 September 2010 1:06 PM | 2 Comments -
LAMP on Fedora 13, CentOS/Red Hat (RHEL) 5.5/6 – (Linux, Apache, MySQL, PHP)
20 August 2010 3:21 PM | 3 Comments -
Fedora 13 ATI Catalyst (fglrx) 10.7 Drivers Install/Uninstall
09 August 2010 4:46 PM | 10 Comments -
Android SDK and Eclipse ADT on Fedora 13, CentOS 5.5, RHEL 5.5/6
06 August 2010 10:37 AM | 23 Comments -
Install Firefox 4 (beta 4) on Fedora 13 and Fedora 12 – Screenshots
30 July 2010 11:42 AM | 2 Comments -
Install MySQL 5.1 (5.1.50) on Fedora 13, CentOS 5.5, Red Hat (RHEL) 5.5
30 July 2010 9:54 AM | 6 Comments -
Install Sun/Oracle Java JDK/JRE 6u21 on Fedora 13/CentOS 5.5/RHEL 5.5/6
29 July 2010 7:58 AM | 13 Comments -
Install Eclipse SDK 3.6 (Helios) on Fedora 13, CentOS 5.5, RHEL 5.5/6
28 July 2010 10:48 AM | 1 Comment
-
Android SDK and Eclipse ADT on Fedora 13, CentOS 5.5, RHEL 5.5/6
06 August 2010 10:37 AM | 23 Comments -
Install Sun/Oracle Java JDK/JRE 6u21 on Fedora 13/CentOS 5.5/RHEL 5.5/6
29 July 2010 7:58 AM | 13 Comments -
Install Adobe Flash Player 10.1 on Fedora 13, CentOS 5.5, Red Hat (RHEL) 5.5
11 March 2010 11:51 AM | 29 Comments -
CentOS 5.5 Netinstall – Network Installation
08 March 2010 3:41 PM | 5 Comments -
Install Mozilla Firefox 3.6 (3.6.8) on Fedora Linux
21 February 2010 3:00 PM | 5 Comments -
Install Google Chrome with YUM on Fedora 13, Red Hat (RHEL) 6
20 February 2010 9:03 PM | 25 Comments -
Install OpenOffice.org 3.2.1/3.3.0 on Fedora 13, CentOS/Red Hat (RHEL) 5.5
18 February 2010 2:37 PM | 32 Comments -
Install VirtualBox 3.2.8 on Fedora 13, CentOS 5.5, Red Hat (RHEL) 5.5/6
18 February 2010 11:46 AM | 15 Comments
-
Archives
- September 2010 (3)
- August 2010 (30)
- July 2010 (34)
- June 2010 (28)
- May 2010 (36)
- April 2010 (33)
- March 2010 (38)
- February 2010 (39)
- January 2010 (38)
- December 2009 (14)
- November 2009 (12)
- October 2009 (3)
Tags
Apache Applications Bash CentOS CentOS 5.4 CentOS 5.5 Coding Command line Database date Fedora Fedora 10 Fedora 11 Fedora 12 Fedora 13 Firefox Gnome Google Guide Howto KDE Links Linux MySQL News PHP PostgreSQL PostgreSQL Partitioning Programming Programs psql Red Hat Red Hat 5.4 Red Hat 5.5 Red Hat 6 Red Hat Enterprise Linux RHEL Security SQL Tips Tricks Tweets Twitter UNIX Yum
Coding Archive
PHP 1st, 2nd, 3rd, 4th, 5th, 6th – PHP Add Ordinal Number Suffix
Posted on August 24, 2010 | No CommentsThis is simple function to add English ordinal number suffix after normal number. Function takes number as a parameter and returns number with suffix, like: 1st, 2nd, 3rd, 4th, 5th, 6th… This is example table of ordinal numbers 1 to 100 1st 2nd 3rd 4th ...PHP mb_ucfirst Make a String’s First Character Uppercase-Multibyte (UTF-8) Function
Posted on April 6, 2010 | No CommentsPHP’s ucfirst function is very usefull when you want to change words first letters to uppercase and other letters to lowercase. Currently on PHP does not have a multibyte (UTF-8) version of ucfirst function. So I decided write my own multibyte mb_ucfirst function. Perhaps the...Install PHP MongoDB (mongo) Driver on Linux, Mac OS X, Windows, UNIX, BSD
Posted on March 5, 2010 | 3 CommentsPHP MongoDB (Mongo Database) Driver Installation on Linux, UNIX, BSD and Mac OS X MongoDB PHP driver is very simple install on Linux, UNIX, BSD and Mac OS X. You need just PEAR (PHP Extension and Application Repository) with PECL repository. Normally PHP development (dev)...PHP __DIR__, __FILE__, __FUNCTION__, __CLASS__, __METHOD__, __LINE__, __NAMESPACE__
Posted on February 19, 2010 | 1 CommentPHP has large number of predefined constants. This HOWTO will present the seven most important, most practical and most useful PHP Magic Constants. __FILE__ – The full path and filename of the file. __DIR__ – The directory of the file. __FUNCTION__ – The function name....Linux Tip: Create and Append to Temporary File Without Editor
Posted on February 8, 2010 | No CommentsThis is a very typical case, the need to create a temp file on the command line quickly. Opening editor, writing content, save file and quit editor is not the fastest possible way. A faster way is to use the cat command with the name...PHP: Calculate Real Differences Between Two Dates or Timestamps
Posted on January 26, 2010 | 48 CommentsI was using simple function to calculate difference between two dates and timestamps until I noticed, it’s not working correctly in long intervals. It’s very easy to calculate difference between two timestamps in seconds, but it’s much more complicated print difference in human readable format....PHP Class for Coloring PHP Command Line (CLI) Scripts Output – PHP Output Colorizing Using Bash Shell Colors
Posted on January 12, 2010 | 3 CommentsPHP Command Line Interface (CLI) has not built-in coloring for script output, like example Perl language has (perldoc.perl.org/Term/ANSIColor.html). So I decided to make own class for coloring PHP CLI output. This class works only Bash shells. This class is easy to use. Just create new...PHP Timing Class – Class for Measure PHP Scripts Execution Time and PHP Web Page Load Time
Posted on January 8, 2010 | 1 CommentIn 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 the other hand it is also useful to know that how long a particular script...PHP stdClass to Array and Array to stdClass – stdClass Object
Posted on December 30, 2009 | 2 CommentsI think every PHP coders have come accross Arrays and stdClass Objects (belongs to PHP Predefined Classes). Sometimes it’s very useful convert Objects to Arrays and Arrays to Objects. This is easy if arrays and objects are one-dimensional, but might be little tricky if using...BitLy (bit.ly) PHP Class – Shorten and Expand URLs (and Hashes) with BitLy API
Posted on December 28, 2009 | 4 CommentsBitLy (bit.ly) is a service which allows users to shorten, expand, share and track URLs (links). bit.ly can be accessed through bit.ly website and a robust and open API. Example: Shorten http://www.if-not-true-then-false.com/ url -> http://bit.ly/8cZ1fb Expand http://bit.ly/8cZ1fb url -> http://www.if-not-true-then-false.com/ This post deals with bit.ly...