Ads
Find If (!1) 0 on Facebook
-
Find If Not True Then False on Facebook
07 September 2010 3:58 PM | No Comments -
Install Sun/Oracle Java JDK/JRE 7 (b108) on Fedora 13/CentOS 5.5/RHEL 5.5/6
07 September 2010 9:17 AM | 1 Comment -
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
- Artie Caton
Install Chromium (dev) Browser on Fedora 13 Using YUM - Nvidia no Fedora 14: O Tutorial — Espaço Liberdade
Fedora 13 nVidia Drivers Install Guide (disable the nouveau driver) - Install Sun/Oracle Java JDK/JRE 7 (b108) on Fedora 13/CentOS 5.5 … | java
Install Sun/Oracle Java JDK/JRE 7 (b108) on Fedora 13/CentOS 5.5/RHEL 5.5/6 - Robert Heiney
Install OpenOffice.org 3.2.1/3.3.0 on Fedora 13, CentOS/Red Hat (RHEL) 5.5 - JR
Red Hat 6 Installation Guide – RHEL 6 Install Screenshots - kathir
Red Hat 6 Installation Guide – RHEL 6 Install Screenshots - JR
Install Adobe AIR 1.5 and 2 on Fedora 13, CentOS 5.5 and Red Hat (RHEL) 5.5 - JR
Install Adobe Flash Player 10.1 on Fedora 13, CentOS 5.5, Red Hat (RHEL) 5.5
-
Install Sun/Oracle Java JDK/JRE 7 (b108) on Fedora 13/CentOS 5.5/RHEL 5.5/6
07 September 2010 9:17 AM | 1 Comment -
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 6 (u21) on Fedora 13/CentOS 5.5/RHEL 5.5/6
29 July 2010 7:58 AM | 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 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 6 (u21) on Fedora 13/CentOS 5.5/RHEL 5.5/6
29 July 2010 7:58 AM | 10 Comments -
Install Adobe Flash Player 10.1 on Fedora 13, CentOS 5.5, Red Hat (RHEL) 5.5
11 March 2010 11:51 AM | 32 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 | 26 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 | 35 Comments
-
Archives
- September 2010 (9)
- 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 11 Fedora 12 Fedora 13 Firefox Gnome Google Guide Howto Java 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
Format bytes with PHP – B, KB, MB, GB, TB, PB, EB, ZB, YB converter
Posted on December 11, 2009 | 2 CommentsSimple PHP function that formats the bytes to the desired form. Possible unit options are: Byte (B) Kilobyte (KB) Megabyte (MB) Gigabyte (GB) Terabyte (TB) Petabyte (PB) Exabyte (EB) Zettabyte (ZB) Yottabyte (YB) Function takes three parameter: (bytes mandatory, unit optional, decimals optional) PHP byteFormat...PHP: Loop through dates (from date to date) with strtotime() function
Posted on December 6, 2009 | 1 CommentThis is very easy way loop through dates (from date to date) with PHP strtotime() function. This example only echo dates, but of course this model can be used more complicated situations. <?php // Set timezone date_default_timezone_set('UTC'); // Start date $date = '2009-12-06'; //...PHP Script to Generate PostgreSQL Table Partitioning (Part 2)
Posted on December 3, 2009 | 1 CommentAs Part 1 (Howto create PostgreSQL table partitioning) shows, making of PostgreSQL partitioning needs a lot of SQL commands. So this Part 2 explains how SQL commands for PostgreSQL partitioning can be made with a simple PHP script. This example script make SQL for child...Google search from Linux and UNIX command line
Posted on November 13, 2009 | 2 CommentsToday I started thinking that how cool is do some Google searches straight from command line. First I try to find some ready tricks from the Internet, but I couldn’t find quickly anything good. So I decide do a simple Bash function that can take...CSS compression with own PHP class VS CSSTidy
Posted on November 6, 2009 | No CommentsIt makes sense to optimize the site's cascading style sheets (CSS), as it pages load faster, and it reduce the amount of data transferred, and just combining css files could significantly reduce requests to server. So users benefit from faster page loads and webmaster of...Prevent the browsers to use old cached CSS and JS files
Posted on November 5, 2009 | No CommentsBrowser cache is very useful when users download the same CSS and JS files multiple times. Some browsers, however, use the old CSS and JS files from the cache, even though they have been updated. This may lead to unpleasant situations, when the pages are...
