Fulltext results:
- Git @info:code
- ====== Git ====== ===== Basics ===== === Init Repository === Standard: git init [DIR] Bare: git init --bare [DIR] === Log === See commits between branches: git log master..develop... te === git svn fetch ====== Git Flow ====== === Init === git flow init === Feature === git flow fe
- init @info:linux:debian
- ====== init ====== ===== Managing init Scripts ===== To activate an init script ("myscript"): update-rc.d myscript enable To deactivate an init script ("myscript"): update-rc.d myscript remo
- Oracle: SPFile and PFiles @info:oracle
- ode> It will create a PFile ''${ORACLE_HOME}/dbs/init${ORACLE_SID}.ora''. ===== Import PFile ===== To... a to 8GB. The usage of ''SCOPE=BOTH'' changes the init param in memory and in the SPFile. <code sql> AL