Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- suppress the logo [--settingspw <pw>] provide the settings password [--settingspwfile <file>] provide a file containing the settings password ===== ... tdvds|hostfloppies| bridgedifs|hostonlyifs|dhcpservers|hostinfo| hostcpuids|hddbackends|hdds|dvds|floppies|
- Android Apps @info:android
- ====== Android Apps ====== Here are some links to Android Apps I'm using. Where available, there are both links, the paid and the free version. * [[https://play.google.com/store/apps/details?id=com.google.zxing.client.android|Barcode Scanner]]
- fstyp @info:solaris
- n 2 fs_reclaim FS_RECLAIM file system state is valid, fsclean is -3 blocks available in each rotationa... rsion: 14 name: 'rpool' state: 0 txg: 6946 pool_guid: 2570515241943895053 hostid: 876213 hostname: 'workbox' top_guid: 9425194213536263558 guid: 9425194213536263558 vdev_tree: ty
- Make your Mac feel at Home @info:mac
- sources/airport" # # Set this to your Home WLAN SSID (name): HOMESSID="mycastle" # # Get SSID info from 'airport' and search for $HOMESSID SSID=$(${AIRPORT} --getinfo | grep ' SSID:') SSID=$(echo
- Debug Server Certificate from Client @info:cryptography:openssl
- --- Certificate chain 0 s:/OU=Domain Control Validated/OU=PositiveSSL/CN=www.andunix.net i:/C=GB/... PIENBIExpbWl0ZWQxGTAXBgNV BAMTEFBvc2l0aXZlU1NMIENBIDIwHhcNMTMxMDA4MDAwMDAwWhcNMTQxMDA4MjM1 OTU5WjBTMSE... HMAGGGGh0dHA6Ly9vY3NwLmNvbW9kb2NhLmNv bTAnBgNVHREEIDAegg93d3cuYW5kdW5peC5uZXSCC2FuZHVuaXgubmV0MA0GCSqG... PIENBIExpbWl0ZWQxGTAXBgNV BAMTEFBvc2l0aXZlU1NMIENBIDIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK AoIBAQDo6jn
- localeadm @info:solaris
- ISOIMG="/share/iso/sol-10-u8-ga-sparc-dvd.iso" LOFIDEV=$(lofiadm -a ${ISOIMG}) echo LOFIDEV=${LOFIDEV} mount -F hsfs ${LOFIDEV} /mnt </code> Note: If you're using the bourne shell (instead of bash or
- Shadows @info:webdesign:css
- ="box-shadow: 1px 4px 8px #888888; height: 50px; width: 100px;"></div></html> Looks even better with a tiny grey border: border: 1px solid #DDDDDD; box-shadow: 1px 4px 8px #888888; <html><div style="border: 1px solid #DDDDDD; box-shadow: 1px 4px 8px #888888; height: 50px; width: 100px;"></div></html> ==== Inset Shadow ====
- Border @info:webdesign:css
- rder.png") 30 30 30 30 stretch stretch; border-width: 12px; border-style: solid; <html><div style="background-color: black; padding: 10px; width: 104px; height: 54px; "><div style="border-imag... border.png') 30 30 30 30 stretch stretch; border-width: 12px; border-style: solid; height: 30px; width
- MySQL: Create User @info:mysql:user
- te User ==== <code sql> CREATE USER '{user}'@'%' IDENTIFIED BY '{passwd}'; </code> ==== Create User ... == ''{db}'' <code sql> CREATE USER '{user}'@'%' IDENTIFIED BY '{passwd}'; GRANT USAGE ON * . * TO '{user}'@'%' IDENTIFIED BY '{passwd}' WITH MAX_QUERIES_PER_HO... f8'; GRANT ALL ON `dbname`.* TO 'dbuser'@'dbhost' IDENTIFIED BY 'dbpass'; </code> {{tag>admin databas
- Android @info:android
- ====== Android ====== {{indexmenu>.#1}} ===== Android Bookmarks ===== {{rss>http://link.andunix.info/rss.php/all/android}} {{tag>android}}
- Command Line Tools Used in My Scripts @info:script
- re always installed are not listed. ===== Audio/Video ===== * cdda2wav * cdrecord * cdrdao *... http://dvdauthor.sourceforge.net/|dvdauthor]] * id3ren * mkisofs * mpgtx * mplex * vcdimager... * nmap * rsync ===== System ===== {{tag>script scripting cli tool sysadmin audio video network}}
- WiFi Config QR-Code
- de the following URL in the qr-code: WIFI:S:<SSID>;T:<WPA|WEP|>;P:<password>;; If the network is hidden, then add ''H:true;'': WIFI:S:<SSID>;T:<WPA|WEP|>;P:<password>;H:true;; You can try it here: [
- Compare a Key with its Certificate @info:cryptography:openssl
- for this example goes to "[[https://kb.wisc.edu/middleware/page.php?id=4064|Verifying that a Private Key Matches a Certificate]]" from the [[https://kb.w
- Cryptography @info:cryptography
- ====== Cryptography ====== This guide tries to easily describe the terms used in cryptography. As all... self, but I'm happy if someone else finds it helpful too. {{indexmenu>.}} {{tag>cryptography guide}}
- Oracle: SPFile and PFiles @info:oracle
- create a PFile ''${ORACLE_HOME}/dbs/init${ORACLE_SID}.ora''. ===== Import PFile ===== To import the ... sql> ALTER SYSTEM SET DB_RECOVERY_FILE_DEST_SIZE=8G SCOPE=BOTH SID='*'; </code> {{tag>admin oracle}}