Wednesday, January 26, 2011

 

jboss/apache and oam

apache- reverse proxy w/ ssl cert
jboss- mutual auth enabled so only accept from apache

mod_proxy is probably better than mod_jk/mod_proxy_ajp because it can use ssl cert

http://community.jboss.org/wiki/sslsetup

http://community.jboss.org/wiki/EncryptHttpdTC

Monday, January 24, 2011

 

virtual center

ctrl-alt to get out of the screen focus

vmware-config-tools.pl to be run after update kernel

Saturday, January 22, 2011

 

ssh ForwardX11

on /etc/ssh/ssh_config, uncomment
ForwardX11 no.
Change to
ForwardX11 yes
so you can just use your local XServer

Monday, January 10, 2011

 

putty

for ubuntu putty
highlight for copy
middle button for paste or shift+insert

Sunday, January 09, 2011

 

shrewsoft cisco vpn

cisco vpn
login but can't seem to have any dns resolved or network activity
updated /etc/sysctl.d/10-network-security.conf to disable
net.ipv4.conf.default.rp_filter=0
net.ipv4.conf.all.rp_filter=0
 

reposync and createrepo

after rhn registration, you can yum repolist to see the availabe repos..
reposync /localrepo -l will sync up all the repos.. or you can pass the repoid if you have more than one repos
createrepo will create the repo index files
start httpd and point to the repodata directory and you can start using the repo with yum
 

export putty data

regedit HKEY_CURRENT_USER\Software\SimonTatham\PuTTY
export the reg file
and load up on the new machine

This page is powered by Blogger. Isn't yours?