Labels

技术 (12) 知识 (10) 学习 (7) 我问你答 (5) 生活 (5) 视频图片 (4) (3)

Monday, October 29, 2012

Monday, October 22, 2012

expand the harddisk


http://hexeract.wordpress.com/2012/04/30/how-to-expand-the-root-filesystem-of-a-11-10-ubuntu-running-inside-vmware-player/

Wednesday, August 29, 2012

a demo practice

1, Get a Linux VM.   
installed Ubuntu 12 in VMware player 5.0

2, Install Apache Tomcat 6
run commands:

sudo apt-get install tomcat6
sudo apt-get install tomcat6-docs
sudo apt-get install tomcat6-admin
sudo apt-get install tomcat6-examples
3, Install OpenDJ 2.X
 Download the OpenDJ2.5.0  from http://www.forgerock.org/opendj.html
follow the steps in here: https://wikis.forgerock.org/confluence/display/OPENDJ/OpenDJ+Installation+Guide

4, Install OpenAM 10 pointing to OpenDJ as the external identity and policy store
All the documents of OpenAM:http://openam.forgerock.org/docs.html
follow the instructions:
https://wikis.forgerock.org/confluence/display/openam/OpenAM+Installation


vedio
https://wikis.forgerock.org/confluence/display/openam/Deploy+OpenAM


Add Authentication to a Website using OpenAM


https://wikis.forgerock.org/confluence/display/openam/Add+Authentication+to+a+Website+using+OpenAM 
5, Install Apache webserver

6, Create a hello world webpage

7, Install OpenAM agent for apache webserver

8, Protect the website you created

9, SSL throughout is extra credit 

Tuesday, August 28, 2012

make your virtual machine screen extendable in VMware

I am using the VMware player version 5.0, here is the procedures how I do this.

Step 1:
click player at the left upper corner,
player->manage->install the VMware tools

Step 2:
extract the installation file into your local folder

Step 3:
go to the folder and run the following command:
sudo ./vmware-install.pl -d

-d means you accept all the defaults settings.

Step 4 restart your virtual machine


resources: http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&externalId=1022525