Daily Archives: October 19, 2011

VMware vCenter Update Manager

Operating systems and applications require patching, reconfiguration or other solutions to stay secure, perform well and protect against vulnerabilities. Maintaining a consistent set of operating systems and applications with particular patch levels helps reduce the number of vulnerabilities and issues … Continue reading

Posted in Cloud Computing, Private Cloud, VMware | Tagged , , , , , , , , , , , | 1 Comment

Bitnami Magento App Installation, Configuration and Sample Data

Download Magento VM from: http://bitnami.org/stack/magento http://bitnami.org/files/stacks/magento/1.6.0.0-2/bitnami-magento-1.6.0.0-2-ubuntu-10.10.zip 1.      Open VMX file in VMware Player 2.      Start Vital machine 3.      http://10.2XX.XX.XX/ Click on Access My Application 4.      Login 5.      Create an Account 6.      Admin (http://10.2xx.xx.xx/magento/index.php/admin) 7.      Admin Panel 8.      Catalog -> Manage … Continue reading

Posted in How To..., Private Cloud, VMware | Tagged , , , , , , , , , , , | 2 Comments

HIPAA Compliance Level in AWS and Responsibility

The Health Insurance Portability and Accountability Act (HIPAA) of 1996(P.L.104-191) [HIPAA] was enacted by the U.S. Congress and signed by President Bill Clinton in 1996. It was originally sponsored by Sen. Edward Kennedy (D-Mass.) and Sen. Nancy Kassebaum (R-Kan.). Title … Continue reading

Posted in Cloud Computing, Cloud Governance, Cloud Security, Private Cloud | Tagged , , , , , , , , , , , , , , , , , , , , , , , , | 1 Comment

Magento(Any) Database Backup by PHPMyAdmin

Enable phpMyAdmin By default, you can only access phpMyAdmin from the same computer. You can enable it by editing the “opt/bitnami/apps/phpmyadmin/conf/phpmyadmin.conf” file: Alias /phpmyadmin “/installdir/apps/phpmyadmin/htdocs” installdir/apps/phpmyadmin/htdocs”> AuthType Basic AuthName phpMyAdmin AuthUserFile “/installdir/apache2/users” Require valid-user Order allow,deny Allow from all  #Change … Continue reading

Posted in Private Cloud | Tagged , , , , , , , | 1 Comment

vShield App, vShield Edge, vShield Manager, Use Cases and Comparisons

Introduction Virtualization forms the foundation for building private clouds. Virtualization is essential for transitioning legacy applications to new cloud infrastructure; it is a key security enabler for cloud environments. Why vShield? – To focus on holding multiple company infrastructures into … Continue reading

Posted in Cloud Security, Private Cloud | Tagged , , , , , , , , , | 4 Comments

Install SugarCRM on Ubuntu 11.10 or Ubuntu 11.04 or Ubuntu 10.10 or Ubuntu 10.04 LTS

SugarCRM is a software company based in Cupertino, California. They produce the web application Sugar, also known as SugarCRM, which is a customer relationship management (CRM) system that is available in both open source and Commercial open source applications. Sugar’s … Continue reading

Posted in Private Cloud | Tagged , , , , , , , , , | 2 Comments

Install Apache2, Php5, Mysql, PhpMyAdmin (LAMP Stack) on Ubuntu 11.10 or Ubuntu 11.04 or Ubuntu 10.10 or Ubuntu 10.04 LTS

Update the UBUNTU Machine Apache2 Install PHP Install PHP Install MySQL-Server Verify the LAMP Installation

Posted in Private Cloud | Tagged , , , , , , , | 1 Comment

Install Tomcat 7 or Tomcat 7.0.26 or Tomcat 6 or Tomcat 5 on Ubuntu 11.10 or Ubuntu 11.04 or Ubuntu 10.10 or Ubuntu 10.04 LTS

Installing Tomcat 7 on Ubuntu. If you are running Ubuntu and want to use the Tomcat servlet container, you should not use the version from the repositories as it just doesn’t work correctly. Instead you’ll need to use the manual … Continue reading

Posted in Java, Private Cloud, Ubuntu | Tagged , , , , , , , , , , , , , , , , | 7 Comments

Remote Access to MySQL Database Server for Database VM

Edit my.cnf File gedit /etc/my.cnf Once file opened, locate line that read as follows [mysqld] Make sure line skip-networking is commented (or remove line) and add following line bind-address=192.168.0.101 [mysqld] user            = mysql pid-file        = /var/run/mysqld/mysqld.pid socket          = /var/run/mysqld/mysqld.sock port            … Continue reading

Posted in Cloud Computing, Private Cloud | Tagged , , , , , , , | 4 Comments

JetS3t: Java toolkit and Application suite for Amazon S3, Amazon CloudFront, Eucalyptus Walrus and Google Storage for Developers

JetS3t (pronounced “jet-set”) is a free, open-source Java toolkit and application suite for Amazon Simple Storage Service (Amazon S3), Amazon CloudFront content delivery network, and Google Storage for Developers. The JetS3t toolkit provides Java programmers with a powerful yet simple … Continue reading

Posted in Cloud Computing, Cloud NEWS, Private Cloud | Tagged , , , , , , , | 3 Comments