Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- ups showvminfo <uuid>|<name> [--details] [--machinereada... me> unregistervm <uuid>|<name> [--delete] createvm --name <name> ... >] [--nicpromisc<1-N> deny|allow-vms|allow-all] ... [--bridgeadapter<1-N> none|<devicename>] [--hostonly
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- ks. ===== Managing File Systems ===== ==== List Devices ==== To list the system's devices, you can use the following commands: * ''dmesg'' * ''for... * ''prtconf'' * ''sysdef'' ==== Reconfigure Devices ==== To reconfigure the devices, you can perform any of these actions: - ''touch /reconfigur
- ZFS Playground @blog:2009
- 17:06~~ ====== ZFS Playground ====== This small demo shows the basic ZFS operations. You will need a... amed like disks, but they are only files for this demo. <code bash> cd /var/tmp mkfile 200m c0d0 c0d1... reate Pool ===== <code bash> pfexec zpool create demo /var/tmp/c0d0 zpool status </code> <code> pool: demo state: ONLINE scrub: none requested config:
- Formatting Syntax @wiki
- perscript</sup>, too. You can mark something as <del>deleted</del> as well. You can mark something as <del>deleted</del> as well. **Paragraphs** are created from
- localeadm @info:solaris
- tral Europe (ceu) [ cs_CZ.ISO8859-2, cs_CZ.UTF-8, de_AT.ISO8859-1, de_AT.ISO8859-15, de_AT.UTF-8, de_CH.ISO8859-1, de_CH.UTF-8, de_DE.ISO8859-1, de_DE.ISO8859-15, de_DE.UTF-8, fr_CH.ISO8859
- Cleanup Packages @info:linux:debian
- mmand: <code bash> dpkg --get-selections | grep 'deinstall$' </code> You can feed this list directly... h> aptitude purge $(dpkg --get-selections | grep 'deinstall$' | cut -f1) </code> ===== Remove Orphans ===== If a packages is installed, all its dependencies are also automatically installed. If the selected package is removed or the dependencies change, there can be left over packages
- Android Apps @info:android
- ersion. * [[https://play.google.com/store/apps/details?id=com.google.zxing.client.android|Barcode S... canner]] * [[https://play.google.com/store/apps/details?id=de.fun2code.android.webdrive|DavDrive]] / [[https://play.google.com/store/apps/details?id=de.fun2code.android.lite.webdrive|DavDriv
- Travian Map Download Script @z:travian
- sql # # executables MYSQL="/srv/mysql/bin/mysql --default-character-set=utf8 -u${DB_USER} -p${DB_PASS}... n/sh echo `date +'%Y-%m-%d %H:%M'`: $0 for w in de7 do ${HOME}/opt/travian/bin/get.sh ${w} done </c... yhour=`date +'%Y-%m-%d-%H'` case "$1" in de7) url='http://welt7.travian.de/map.sql' ;; org)
- How To Create a Moveable VM with VirtualBox @blog:2010
- r the disk image or VirtualBox will put it in the default directory. Second, you don't have an option... irectory and also creates scripts to activate and deactivate the VM. ====== The Script ====== So let... ge" SCRIPT_EXT="command" </code> Next, there are defaults for the VMs parameters in case the user ent... The script asks for the parameters and uses the defaults if no value is entered. For example, the qu
- Travian Analyzer Bookmarklet @z:travian
- ion()).length>0)?'http://travian.ws/analyser.pl?s=de7&q='+window.getSelection():top.location.href.replace(/http:\/\/welt7\.travian\.de\/(spieler|allianz)\.php\?/,'http://travian.ws/analyser.pl?s=de7&')) Now, update the bookmark and replace "welt7.travian.de" with your Travian server address and "travian.ws
- Firefox Extensions @info:prog:firefox
- ng Extensions ===== ^ //**Extension**// ^ //**Description**// ^ |[[https://addons.mozilla.org/fir... |[[https://addons.mozilla.org/firefox/addon/self-destructing-cookies/|Self-Destructing Cookies]] |Removes cookies after closing the tab or navigating to another site. | ===== Web Developer Extensions ===== ^ //**Extension**// ^
- Git @info:code
- = See commits between branches: git log master..develop ===== Branches ===== === List Branches === ... h === Switch Branch === git checkout BRANCH === Delete Branch === git branch -d BRANCH === Delete Remote Branch === git push origin -d BRANCH === Li... ample, list unmerged branches, which are not in ''develop'': git branch --no-merged develop === List
- fstyp @info:solaris
- ample ===== ==== UFS: ''fstyp'' ==== fstyp /dev/rdsk/c1t0d0s0 <file> ufs </file> ==== UFS: ''fstyp -v'' ==== fstyp -v /dev/rdsk/c1t0d0s0 <file> ufs magic 11954 format dynamic time Wed Dec 23 17:26:29 2009 sblkno 16 cblkno 24 ... ated// ==== ZFS: ''fstyp'' ==== pfexec fstyp /dev/rdsk/c7d0s0 <file> zfs </file> ==== ZFS: ''fst
- Oracle: Recovery Manager @info:oracle
- r ===== <code bash> rman target / </code> ===== Delete Archive Logs ===== Delete all archive logs but keep the last 45 days: <code sql> DELETE ARCHIVELOG ALL COMPLETED BEFORE 'SYSDATE -45'... ing, e.g. via cron, after backup run: <code sql> DELETE NOPROMPT ARCHIVELOG ALL COMPLETED BEFORE 'SYS
- Print Information about a Key @info:cryptography:openssl
- mation about a Key ====== openssl x509 -inform DER -in testkey.cer -noout -text Informations about... nssl.org/docs/apps/x509.html#item__inform|-inform DER]]'': This specifies the input format normally th... ge if other options such as -req are present. The DER format is the DER encoding of the certificate and PEM is the base64 encoding of the DER encoding wit