For Apache HTTP server, this can be done by turning on the URL rewriting engine and specifying some rewriting rules. Create .htaccess file and located it under project folder in webroot. RewriteEngine on \# if a directory or a file exists,...
#####Save as in VIM, there are two ways – ( Assumed that I’m editing a.txt. ) **:w b.txt** will write a.txt’s content to the file b.txt while keeping a.txt as the opened buffer in vim. **:sav b.txt** will first write a.txt’s...
Here is some sample exam questions for this certification. #####QUESTION 1 What is true when implementing human reactions that are part of composite applications using the human task component in SOA 11g? A. The human task configuration is stored in the...
Read a book about linux ####Linux Fundamentals by Paul Cobbaut #####Everything on linux is a file Linux does not use extensions to determine the file type. #####basic cd – ls -lh #####touch Update the access and modification times of each FILE...
Reading this book for a project. Learning from ground instead just googling around. Therefore, knowledge will be gained even after the project ending....
Oracle ucm part of oracle fusion middleware. Recently, Oracle renamed it as Oracle Webcenter content. Oracle SOA contains Oracle BPM and Oracle BPEL, these two products are basically the same things,...
Starts from restart the machine: reboot /sbin/shutdown -r now ####check process: ps aux| less ps aux| grep xxx ####backup tar -cpzf $DESDIR/$FILENAME $SRCDIR...