Create PostgreSQL Table Partitioning (Part 1)

Updated by on Sep 7, 2010 in SQL | 3 comments

PostgreSQL supports partitioning via table inheritance. So the partitioning is made in such a way that every child table inherits single...

Read More

Partitioning PostgreSQL Tables – Handle Millions of Rows Efficiently

Updated by on Sep 7, 2010 in SQL | 0 comments

PostgreSQL table partitioning means splitting one large database table into smaller logical pieces. PostgreSQL table partitioning will be...

Read More

Fedora 13 nVidia Drivers Install Guide (disable the nouveau driver)

Updated by on Feb 8, 2011 in Featured, Fedora, Graphics Drivers Guides, Linux | 12 comments

Fedora 14 users check Fedora 14 nVidia Drivers Install Guide (disable nouveau driver) I’ve tried this method in few Fedora 12 and...

Read More

Hide Apache ServerSignature/ServerTokens/PHP X-Powered-By

Updated by on Dec 8, 2011 in Command Line Guides, Linux, Servers | 0 comments

By default almost all Apache installation shows sensitive server information with Apache version number, server operating system details,...

Read More

Howto upgrade Fedora 11 to Fedora 12 with Preupgrade

Updated by on Oct 16, 2010 in Install Guides, Linux | 0 comments

I think the most easiest way to upgrade Fedora 11 to Fedora 12 is program called preupgrade, which download needed packages from the...

Read More

Fedora 12 Constantine is released

Updated by on Apr 22, 2010 in Linux, News | 0 comments

Fedora team promises to bring to you the latest and greatest release of Fedora ever, Fedora 12! Many things are really changed and...

Read More

Add date and time to Linux terminal title (Gnome Terminal, xterm, urxvt, rxvt)

Updated by on Oct 16, 2010 in Command Line Guides, Linux | 0 comments

Here is easy way add date and time to Linux terminal title. This trick works at least following terminals Gnome Terminal, xterm, urxvt,...

Read More

Google search from Linux and UNIX command line

Updated by on Oct 16, 2010 in Command Line Guides, Linux | 2 comments

Today I started thinking that how cool is do some Google searches straight from command line. First I try to find some ready tricks from...

Read More

Linux Tip: How to handle a files with a dash as first character from command line

Updated by on Oct 16, 2010 in Command Line Guides, Linux | 0 comments

Sometimes you maybe have to handle files with a dash (-) as first character from Linux command line. It can be difficult, because the...

Read More

CSS compression with own PHP class VS CSSTidy

Updated by on Oct 15, 2010 in PHP, Programming | 2 comments

It makes sense to optimize the site’s cascading style sheets (CSS), as it pages load faster, and it reduce the amount of data...

Read More

Prevent the browsers to use old cached CSS and JS files

Updated by on Sep 9, 2010 in Programming | 0 comments

Browser cache is very useful when users download the same CSS and JS files multiple times. Some browsers, however, use the old CSS and JS...

Read More

Postgresql (psql) .psqlrc tips and tricks

Updated by on Sep 30, 2010 in Featured, SQL | 0 comments

Psql is a good tool for the PostgreSQL database management and use. Psql client functioning can easily be improved by adding a few lines...

Read More
Bear