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..devel... te === git svn fetch ====== Git Flow ====== === Init === git flow init === Feature === git flow f
- Oracle: SPFile and PFiles @info:oracle
- ode> It will create a PFile ''${ORACLE_HOME}/dbs/init${ORACLE_SID}.ora''. ===== Import PFile ===== T... ur PFile is located at ''/db/oracle/config/pfiles/initweb.ora'', the the second line would be: <code s... > STARTUP NOMOUNT PFILE='/db/oracle/config/pfiles/initweb.ora' </code> ===== Initialization Parameters ===== ==== Flash Recovery Area ==== === DB_RECOVER
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- ====== Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) ====== I'm preparing my... two exams to achieve the [[http://www.sun.com/training/certification/solaris/scsa.xml|Sun Certified System Administrator (SCSA)]] certification. This are my notes ... t size is 1 KiB. ==== Filesystem Creation and Administration ==== === newsfs === FIXME: add newfs op
- 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 rem
- Specify Java VM for Eclipse @info:code:eclipse
- k/bin/java'' add these two lines to the ''eclipse.ini'' in the Eclipse installation directory: <code> ... /note> Source: [[http://wiki.eclipse.org/Eclipse.ini#Specifying_the_JVM|Eclipsepedia: eclipse.ini - Specifying the JVM]] {{tag>eclipse java settings}}
- base-repo-get-value @z:relax:api:base
- RVICE KEY * ''SERVICE'': A key of a service definition in the repository. * ''KEY'': The key for the value in the service definition to output. ===== Returns ===== Returns the value for the key in the service definition. ===== Example ===== <code bash> # # servic
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- d [--settingspwfile <file>] provide a file containing the settings password ===== Commands: ===== ... ssword <password>] [--initiator <initiator>] [--intnet] storagectl <uuid|vmname>
- Formatting Syntax @wiki
- link to another internal or external page by combining the syntax for links and [[#images_and_other_fi... xe hicest hq9plus html html4strict html5 icon idl ini inno intercal io ispfpanel java5 java javascript
- base-repo-get-service @z:relax:api:base
- e SERVICE * ''SERVICE'': a key of a service definition in the repository. ===== Returns ===== Returns the service definition. This is usually evaluated in a shell script
- Drupal: Reverse Proxy @blog:2010
- ED_HOST']''. Additionally, I added the line \\ ''ini_set('session.cookie_path', '/'.$_SERVER['SERVER_N... kie_domain = $_SERVER['HTTP_X_FORWARDED_HOST']; ini_set('session.cookie_path', '/'.$_SERVER['SERVER_N
- Travian Map Download Script @z:travian
- {todaymap} echo "`date +'%Y-%m-%d %H:%M:%S'` $0 finished" </code> ===== update.sh ===== <code sql> #!... -- __SQL__ echo "`date +'%Y-%m-%d %H:%M:%S'` $0 finished" </code> {{tag>travian shell script download
- IPS Repository Appliance @blog:2010
- to ignore it. {{osolrepo04.png?nolink|}} After finishing the Wizard, open the VM's Storage config and... ==== Now boot the VM and wait until OpenSolaris finished booting. Open a terminal and check the reposi
- base-exec-user @z:relax:api:base
- r USER COMMAND * ''USER'': A key of an user definition in the repository. From this, the following p... f ''REMOTE_HOST'' is not set): A key to a host definition in the repository. * ''REMOTE_HOST'' (opt
- base-ssh-login @z:relax:api:base
- D ] * ''SERVICE'': a key of an user or host definition in the repository. From this, the following p... f ''REMOTE_HOST'' is not set): A key to a host definition in the repository. * ''REMOTE_HOST'' (opt
- Database Administration @info:mysql:database
- ====== Database Administration ====== {{indexmenu>.}}