Subscribe to RSS Feed

Posts Tagged ‘ Tips ’

PHP 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) package and PHP Pear package installation from package management system is enough to get PEAR working. Also go-pear.php script can be used.

» Continue Reading "Install PHP MongoDB (mongo) Driver on Linux, Mac OS X, Windows, UNIX, BSD"
2 Comments

What is MongoDB?

MongoDB (from “humongous”) is a scalable, high-performance, open source, schema-free, document-oriented database. Written in C++. MongoDB bridges the gap between key-value stores (which are fast and highly scalable) and traditional RDBMS systems (which provide structured schemas and powerful queries).

MongoDB is very interesting document-oriented database, because it has really awesome features:

  • Document-oriented storage (the simplicity and power of JSON-like data schemas)
  • Dynamic queries
  • Full index support, extending to inner-objects and embedded arrays
  • Query profiling
  • Fast, in-place updates
  • Efficient storage of binary data large objects (e.g. photos and videos)
  • Replication and fail-over support
  • Auto-sharding for cloud-level scalability
  • MapReduce for complex aggregation
  • Commercial Support, Training, and Consulting

This guide uses EPEL-repository and Chris Lea’s Yum Repository where you can find MongoDB RPM packages (i386 and x86_64) for CentOS and Red Hat (RHEL).

» Continue Reading "Howto Install MongoDB on CentOS Linux and Red Hat (RHEL) Linux"
3 Comments

What is Gnome Do?

GNOME Do (Do) is an intelligent launcher tool that allows users to use the keyboard to rapidly perform tasks such as launching applications, manipulating files and data, running scripts, or sending e-mail. It is similar to the applications GNOME Launch Box (Linux Gnome), KRunner (Linux KDE), Quicksilver (Mac OS X), LaunchBar (Mac OS X) and Butler (Mac OS X).

What is Gnome Do – Docky?

Gnome Do – Docky is a nice frontend for GNOME Do (Do) which introduces an entirely new way to use Gnome Do. Docky is a graphical user interface feature that provides the user with a way of launching and switching between applications.
Gnome Do Docky Launchers

Gnome Do Docky Search

» Continue Reading "Howto Install, Configure and Use Gnome Do – Docky on Fedora 12 Linux"

Please leave a comment

Like all ATI and Fedora users probably already knows, currently AMD’s ATI Catalyst 10.2 proprietary Linux display drivers are not working on Fedora 12. That is why I decided to write this guide for those who are fighting with ATI drivers in Fedora.

As Fedora 12 release notes says: Improvements for graphics support – Introduces experimental 3D support for AMD Radeon HD 2400 and later graphics cards. To try it out, install the mesa-dri-drivers-experimental package. Better support for systems with multiple monitors. So, fortunately, the development of Fedora 12 has already been taken into account, that ATI does not hardly any development to the Linux side drivers.

» Continue Reading "Howto Install ATI Drivers (Mesa 3D DRI Experimental) on Fedora 12 Linux"

7 Comments

Updated 26.2.2010, Read First

Currently, the latest version of the KDE desktop in Fedora is 4.3.5. I had some problems with its stability, so I decided to try out, how will work KDE 4.4.0 the latest stable version of KDE. At first I tried to install KDE 4.4 from Rawhide repository, but it failed to install from there. Here is instructions on how to install KDE 4.4 successfully using RPMFusion and KDE Packaging Project Repositories. It may be that RPMFusion repository is redundant, but KDE Packaging Project home page says: KDE-redhat packages depend on RPMFusion repository, so it’s reasonable also enable RPMFusion repository anyway.

» Continue Reading "Howto Install KDE 4.4 or Update to KDE 4.4 on Fedora 12 Linux"

2 Comments

Recent Comments