Copyright © if not true then false. All Rights Reserved. Snowblind by Themes by bavotasan.com. Powered by WordPress.

Posts Tagged ‘ CentOS ’
Adobe Apache Applications Bash CentOS Coding Command line CSS Database date Fedora Firefox Gnome Google Guide Howto HTML JavaScript KDE Links Linux MySQL News Perl PHP PostgreSQL PostgreSQL Partitioning Programming Programs psql Red Hat RHEL Security SQL Styles Terminal time Tips Tricks Tweets Twitter UNIX Windows XFCE Yum
This guide shows, howto install Adobe AIR on Fedora 12, CentOS 5.4 and Red Hat (RHEL) 5.4. This method works on both 32-bit and 64-bit architectures. This guide also shows howto use Adobe AIR Application Installer and install TweetDeck.
What is adobe AIR?
Adobe AIR (Adobe Integrated Runtime) is a cross-platform runtime environment for building rich Internet applications as a desktop applications, using existing HTML, Ajax, Adobe Flash or Adobe Flex. Adobe positions it as a browser-less runtime for rich Internet applications that can be deployed onto the desktop, rather than a fully-fledged application framework.
1. Change Root User
sudo -i ## OR ## su -
» Continue Reading "Install Adobe AIR 1.5 and 2 on Fedora 12, CentOS and Red Hat (RHEL)"
This is guide shows, howto install and keep up-to-date Adobe Reader (Acrobat PDF Reader) current version 9.3.1 with YUM on Fedora 12, CentOS 5.4 and Red Hat (RHEL) 5.4. This method works both 32-bit and 64-bit architectures. This method also installs working Adobe PDF Reader plugin on Mozilla Firefox browsers.
1. Change Root User
sudo -i ## OR ## su -
» Continue Reading "Install Adobe (Acrobat PDF) Reader on Fedora, CentOS, Red Hat (RHEL)"
This is guide, howto install Adobe Flash Player Plugin version 10 with YUM on Fedora Linux 12, CentOS Linux 5.4 and Red Hat Linux (RHEL) 5.4 (32-bit and 64-bit). Using Adobe’s own YUM repository it is very easy also keep up-to-date with Flash Player Plugin. At the end of this blog post is also experimental way to install Adobe’s real 64-bit version of Flash Player on Fedora 12, CentOS 5.4 and Red Hat (RHEL) 5.4.
1. Change Root User
sudo -i ## OR ## su -
» Continue Reading "Install Adobe Flash Player 10 on Fedora 12, CentOS 5.4, Red Hat (RHEL) 5.4"
This is CentOS (The Community ENTerprise Operating System) 5.4 Linux Network installation (NetInstall) step-by-step walkthrough with screenshots.
Download CentOS 5.4 Net Install (NetInstall) or LiveCD Image
Select mirror here:
i386 version
x86_64 version
Select ISO image
CentOS-5.4-i386-netinstall.iso
CentOS-5.4-x86_64-netinstall.iso
or alternatively (if you want test CentOS before install), select LiveCD
CentOS-5.4-i386-LiveCD.iso
CentOS-5.4-x86_64-LiveCD.iso
Burn Image to CD and Boot Computer Using CentOS 5.4 Installation CD
Check CentOS image MD5 sum and burn image to CD with your favourite CD burner. And boot computer using CentOS Installation CD.
» Continue Reading "Howto Install CentOS 5.4 Linux with Net Install (Network Installation)"

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"