Category: Career

Oracle UCM vs Magnolia

Magnolia CMS is open-source content management system, while Oracle UCM is not open-source. Magnolia follows JCR ( java content repository ) standard, therefore, it prevents vendor-lock in. Oracle UCM sits on Oracle Weblogic, it benefits from powerful application server weblogic, such...

VIM: Save As

#####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...