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
- 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
- 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
- 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**// ^
- 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
- Convert a Certificate @info:cryptography:openssl
- ===== Convert a Certificate ====== ===== Convert DER to PEM ===== openssl x509 -inform der -in testkey.der -out testkey.pem ===== Convert PEM to DER ===== openssl x509 -outform der -in testkey.pem -out t
- Android Backup @info:android
- ====== Android Backup ====== To backup your device, use this command. It will automatically insert th... nect for backup"), check the listing of connected devices: <code bash> adb devices </code> Which may result in a listing like this: <file> List of devices attached ???????????? no permissions </file
- ISO 3166-2:DE @info:db:iso:3166-2
- ====== ISO 3166-2:DE ====== * urn:iso:std:iso:3166:-2:ed-2007:en * DE: http://de.wikipedia.org/wiki/ISO_3166-2:DE * EN: http://en.wikipedia.org/wiki/ISO_3166-2:DE {{tag>standard i
- CSS - Cascading Stylesheets @info:webdesign:css
- /192.168.200.15/selfhtml812/navigation/css.htm|im DEV Netz]] [[http://de.selfhtml.org/navigation/css.htm|de.selfhtml.org]] * CSS 4 you - CSS-Referenz: [[http://www.css4you.de/|www.css4you.de]] More CSS Bookmarks: {{rss>http
- Virtual Network Visualization @info:solaris
- com/observatory/en_US/entry/crossbow_virtual_wire_demo_tool|Crossbow Virtual Wire Demo Tool]]. ===== dladm2dot.pl ===== <code perl> #! /usr/bin/perl $ST... dm show-link|"; # skip first line <INPUT>; while (defined($line=<INPUT>)) { if ($line =~ /^([^\s]+)\s... /) { $s = $STYLE{$2}; $s .= ",".$STYLE{$4} if defined($STYLE{$4}); print " // $line $1 [$s];\n";