#####Hard link vs. Soft link in Linux or UNIX #####Hard links cannot link directories. Cannot cross file system boundaries. Soft or symbolic links are just like hard links. It allows to associate multiple filenames with a single file. However, symbolic links...
###before body Google used to recommend putting it just before the end of body tag, but there is some loading problem of the js. ###before head Current recommendation is just before the tag. < head> will add a little latency; in...
To install svn command line client on Mac OSx : 1. Install xCode, svn tool comes with xcode. 2. set svn to classpath: export PATH=/Applications/xcode/Contents/Developer/usr/bins:PATH 3. After installation is finished, you can open the terminal and run svn –version to view...
### Overview # setup cluster ORACLE UCM 11.1.1.5 setup Oracle HTTP Server one cluster for contribution and one cluster for consumption four servers: contribution: UCM_cluster_host1 UCM_cluster_host2 consumption: UCM_clusterC_host1 UCM_clusterC_host2 shared storage: /wcmprod1 mounted to UCM_cluster_host1 and UCM_cluster_host2 /wcmprod2 mounted to UCM_clusterC_host1...
####Setup scala in linux and Hello World it is so simple! 1. download scala from official website 2. unzip it: tar xvzf scala-2.10.3.tgz 3. create SCALA_HOME export SCALA_HOME=~/projects/scala/scala-2.10.3/ add it to path export PATH=$PATH:$SCALA_HOME/bin 4. create hello world vi HelloWorld.scala object...
####Does PMP still worth to take? quote” Project Management Professional (PMP®) certification has been ranked the number 1 certification and is globally acknowledged as a standard for demonstrating your experience, education and ability to lead complex projects as project managers. It...
Google used to recommend putting it just before the < /body> tag, but there is some loading problem of the js. ###before head Current recommendation is just before the < /head> tag. < head> will add a little latency; in the...
#####download oracle web tier – ofm_webtier_linux_11.1.1.7.0_64_disk1_1of1.zip check port availability netstat -an | grep “8888” run installer – ./runInstaller connect with existing domain domain Host Name: host ip 1 domain Port No: 7001 user Name: weblogic password: welcome1 next and finish #####...
Since SAML is an open standard, you do not face vendor locking when using it for SSO. Simply put, with SAML, a user can login to one system in an environment, and then will be able access to other systems in...