Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- sion number and exit [-q|--nologo] suppress the logo [--settingspw <pw>] provide... operties|extpacks| groups showvminfo <uuid>|<name> [--de... --name <name> [--groups <group>, ...] [--ostype <ostype>] [--registe
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- device> * Write VTOC: fmthard -s <vtoc backup> <raw device> * Directly transfer VTOC from on... ibyte (KiB)]])) or 8 KiB. On sun4u only 8 KiB is supported. 8 KiB is default and recommended. * The ... == FIXME: add newfs options * List alternate superblocks: newfs -Nv <raw device> === fstyp ===... p]]'' list filesystems propeties, e.g. alternate superblocks: fstyp -v <raw device> === fsck ===
- DynDNS Updates without a Client @info:script
- ====== DynDNS Updates without a Client ====== My new hosting provide Strato offers DynDNS. I was sear... b as good as any other client. <code bash dyndns-update.sh> #! /bin/bash . ${HOME}/.dyndns.cfg DOMA... silent --show-error --insecure --user ${LOGIN} "${UPDATE_URL}?hostname=${domain}" done </code> First,... the ''$LOGIN'' variable) and the server's URL (''$UPDATE_URL'') are read from the config file ''~/.dyn
- Virtual Network Visualization @info:solaris
- Virtual Network Visualization ====== OpenSolaris supports virtual networks using virtual interfaces co... d using [[http://www.graphviz.org/|Graphviz]]. **Update**: You might also be interested in the [[http... e"; #$STYLE{'unknown'} = "fontcolor=red"; $STYLE{'up'} = "fontcolor=green"; print "digraph vnet {\n";... MTU STATE OVER e1000g0 phys 1500 up -- e1000g1 phys 1500 unknown --
- Android Backup @info:android
- ====== Android Backup ====== To backup your device, use this command. It will automatically insert the current date in the filename: <code bash> adb backup -apk -shared -all -f $(date '+%Y-%m-%d').db </cod... h the connection ("adb: unable to connect for backup"), check the listing of connected devices: <code
- AirPort Command Line Interface @info:mac
- /|OS X Daily]] ==== AirPort On ==== networksetup -setairportpower airport on ==== AirPort Off ==== networksetup -setairportpower airport off ===== Select AirPort Network ===== networksetup -setairportnetwork {Network} AirPort {{tag>mac o
- Mercurial
- nbproject/private''. Depending on your project setup, you may want to also exclude ''bin'', ''gen'', '... ath$ ^.project$ </code> ==== Version Control Backup Files ==== Version Control System produce backup files when doing irreversible changes. <code> \.or
- Debug Server Certificate from Client @info:cryptography:openssl
- j ggGnMIIBozAfBgNVHSMEGDAWgBSZ5EBfaxRePgXZ3dNjVPxiuPcArDAdBgNVHQ4E FgQUkpRXtIfUe+4i2AJaUrbBVhR0kVgwDgY... r public key is 2048 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE SSL-Sessi
- Cleanup Packages @info:linux:debian
- ====== Cleanup Packages ====== ===== Purge uninstalled Packages ===== If a package is removed, it is... th the old configuration. But if you want to cleanup this old stuff, you can ge a list of uninstalled
- MacPorts @info:mac
- </code> ===== Housekeeping ===== When ports are updated, the old port is only deactivated, not unins... run MacPorts for a while, you will see a lot of duplicate ports. You can clean these: <code bash> sud
- Oracle: SPFile and PFiles @info:oracle
- H_TO_PFILE}. <code sql> SHUTDOWN IMMEDIATE; STARTUP NOMOUNT PFILE='${PATH_TO_PFILE}' CREATE SPFILE FR... ', the the second line would be: <code sql> STARTUP NOMOUNT PFILE='/db/oracle/config/pfiles/initweb.o
- jps - Java Virtual Machine Process Status Tool @info:java
- ain --userdir /Users/andreas/Library/Application Support/visualvm/1.0.1 --branding visualvm </code> J... license_class=com.sun.tools.visualvm.modules.startup.AcceptLicense -Dsun.jvmstat.perdata.syncWaitMs=10
- init @info:linux:debian
- ==== To activate an init script ("myscript"): update-rc.d myscript enable To deactivate an init script ("myscript"): update-rc.d myscript remove Further information can
- Disable a Service @info:linux:debian
- le a service: <code bash> service <service> stop update-rc.d <service> enable|disable </code> With '... > </code> To (re)enable a service: <code bash> update-rc.d <service> enable|disable service <servic
- MySQL: Backup @info:mysql:database
- ====== MySQL: Backup ====== ===== Export a Database ===== <code bash> # set or replace the variables... sleep 10 # optional done wait # for child processes to end </code> {{tag>mysql admin backup export}}