Canonical issue
Canonical is offering enterprises a chance to try cloud computing via a virtual appliance that bundles Ubuntu Linux with the IBM DB2 Express-C database running on the Amazon EC2 (Elastic Compute Cloud) public cloud platform. The free appliance, which features Ubuntu Server Edition 10.04, also can be deployed in private cloud configurations. DB2 Express-C enables [...]
Cloud Computing Era
Those who think the simple act of leveraging virtualization constitutes cloud computing are missing a significant point. In fact, virtualization is an inefficient way of managing cloud infrastructure; as IT becomes more adept at cloud architecture and the underlying technology further advances, you’ll see less and less virtualization used in cloud computing. VMware sees this, [...]
How to install postfix, dovecot and Squirelmail on Centos Linux
How to install postfix, dovecot and Squirelmail Install the package from yum: yum search postfix yum install postfix vi /etc/postfix/main.cf edit the configuration: myhostname = xxxx.com mydomain = xxxx.com inet_interfaces = all #inet_interfaces = localhost mydestination = $myhostname, localhost.$mydomain, localhost, xxxx.com mynetworks = xxx.xxx.xxx.xxx home_mailbox = Maildir/ hostname vi /etc/sysconfig/network NETWORKING=yes NETWORKING_IPV6=no HOSTNAME=xxxx.com [root@xxx ~]# [...]
howto phpmyadmin in centos 5.4
Install PhpMyadmin: yum search phpMyAdmin ; if there is no showing phpMyAdmin packet we must install epel. rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-3.noarch.rpm after installation visit to : http://192.168.2.125/phpMyAdmin/ Edit the “root” user with password “password” on php my admin, then Login with username root and password “password”. Edit the phpmyadmin.conf ; on /etc/httpd/conf.d/phpMyAdmin.conf phpMyAdmin – Web based MySQL browser [...]
MySQL Dump
This is how to dump my SQL table: /opt/lampp/bin/mysqldump –opt -ucadmin -password archive chargereport_200707 > chargereport_200707.sql One of the fastest SQL (Structured Query Language) database servers currently on the market is the MySQL server, developed by T.c.X. DataKonsultAB. MySQL, available for download at http://www.mysql.com, offers the data base programmer with an array of options and [...]
Nokia N 900 is coming now
Now its time touchscreen handset. Siemens realized this with the release of N900, the latest flagship smartphone Nokia. Unlike most other Motorola handsets, The newest technology N900 uses Linux-based technology operating systems Debian derivative, Maemo 5. Nokia promises a better interface than the interface and the dashboard (home screen). The presence of MicroB browser (Mozilla-based), [...]



