Fulltext results:
- Virtual Network Visualization @info:solaris
- e"; #$STYLE{'unknown'} = "fontcolor=red"; $STYLE{'up'} = "fontcolor=green"; print "digraph vnet {\n";... MTU STATE OVER e1000g0 phys 1500 up -- e1000g1 phys 1500 unknown -- ... tub 9000 unknown -- isc0 vnic 9000 up isc_net0 isc1 vnic 9000 up isc_net0 isc2 vnic 9000 up isc
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- <name> [--groups <group>, ...] [--ostype <ost... <name>] [--groups <group>, ...] [--ostype <ost... ll] [--nicbandwidthgroup<1-N> none|<name>] [--... <name>] [--groups <group>, ...] [--basefolder
- 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
- 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... fsck === * Repair primary superblock with backup superblock: fsck -o b=<backup superblock> <raw device> * For example, to write the backup superblock 4711 to the primary superblock of devi
- 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
- 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
- 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}}
- 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
- 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
- root login with bash @info:script
- xample.com -t "su - root -c /bin/bash"' I set it up as an alias in ''.bashrc'': alias demo_root='s
- localeadm @info:solaris
- eu -d /mnt/Solaris_10/Product </code> ==== Clean Up ==== If you have finished, you can unmount the I
- Clear DNS Cache @info:mac
- der'. dscacheutil -flushcache sudo killall -HUP mDNSResponder {{tag>mac osx sysadmin dns cache c
- Oracle: Recovery Manager @info:oracle
- days without prompting, e.g. via cron, after backup run: <code sql> DELETE NOPROMPT ARCHIVELOG ALL C
- Oracle: SQLplus Scripting @info:oracle
- EDBACK OFF SET VERIFY OFF SET HEADING OFF SET MARKUP HTML OFF SPOOL OFF </code> {{tag>oracle scriptin
- Oracle: Resize Instance @info:oracle
- nstance to activate the change: <code sql> SHUTDOWN IMMEDIATE; STARTUP; </code> {{tag>admin oracle}}