Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- provide the settings password [--settingspwfile <file>] provide a file containing the settings password ===== Commands: ===== list [--long|-l] ... |floppies| usbhost|usbfilters|systemproperties|extpacks|
- Formatting Syntax @wiki
- mple markup language, which tries to make the datafiles to be as readable as possible. This page conta... paces see [[doku>namespaces]]. Linking to a specific section is possible, too. Just add the section n... but this behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled. * When a section's heading is changed, its
- Generate a Test Key @info:cryptography:openssl
- nssl.org/docs/apps/req.html|req]]'': PKCS#10 certificate request and certificate generating utility. * ''[[http://www.openssl.org/docs/apps/req.html#ite... -x509]]'': this option outputs a self signed certificate instead of a certificate request. This is typically used to generate a test certificate or a self
- Oracle: SPFile and PFiles @info:oracle
- ====== Oracle: SPFile and PFiles ====== Oracle reads its parameters from a file called "SPFile". You can't change it directly as it's a binary file. Additionally, Oracle can read
- Firefox Extensions @info:prog:firefox
- ====== Firefox Extensions ====== ===== Browsing Extensions ===== ^ //**Extension**// ^ //**Description**// ^ |[[https://addons.mozilla.org/firefox/addon/adblock-plus/|Adblock Plus]] |A must-... are so anoying. | |[[https://addons.mozilla.org/firefox/addon/greasemonkey/|Greasemonkey]] |Customi... sing JavaScript. | |[[https://addons.mozilla.org/firefox/addon/wot-safe-browsing-tool/|WOT, Web of Tr
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- to achieve the [[http://www.sun.com/training/certification/solaris/scsa.xml|Sun Certified System Administrator (SCSA)]] certification. This are my notes taken while studying the preparation books. ===== Managing File Systems ===== ==== List Devices ==== To list
- localeadm @info:solaris
- eadm ====== The localeadm utility queries and configures Solaris locales through a command line inter... ge, you have to mount it (insert your path in the first line. <code bash> 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 yo
- Debug Server Certificate from Client @info:cryptography:openssl
- ====== Debug Server Certificate from Client ====== Credit for this example goes to "[[http://langui.sh/2009/03/14/checking-a-remote-certificate-chain-with-openssl/| Checking A Remote Certificate Chain With OpenSSL]]" from [[http://langui.sh/... rts|-showcerts]]'': display the whole server certificate chain: normally only the server certificate i
- File System @info:solaris
- ====== File System ====== ===== File System Organization ===== * File system organization - [[http://docs.sun.com/app/docs/doc/819-2252/filesystem-5|filesystem(5)]] ===== File Systems ===
- ZFS Playground @blog:2009
- nd 1,2GB of disk space. ===== Preparation ===== First, go to a directory where you have enought space. We will need 1,2GB for 6 files of 200MB. The files are named like disks, but they are only files for this demo. <code bash> cd /var/tmp mkfile 200m
- Cleanup Packages @info:linux:debian
- ge is removed, it is only uninstalled, but the configuration remains on the system. This is a good thi... are able to reinstall the package and have it configured with the old configuration. But if you want to cleanup this old stuff, you can ge a list of unin... r automatically installed but leftover packages. First, you have to install ''deborpan'': <code bash
- Download a Server Certificate @info:cryptography:openssl
- ====== Download a Server Certificate ====== First, load the certificate chain from the server: <code bash> openssl s_client -showcerts -connect www... l </code> This will output the whole server certificate chain. Every chertificate ist wrapped between
- Increase the Tomcat Upload Limit @info:sysadmin
- the Tomcats has a limit of 50MiB. This limit is defined in the file ''WEB-INF/web.xml'' within the "manager"-App: <code xml> <multipart-config> <!-- 50MB max --> <max-file-size>52428800</max-file-size> <max-request-size>52428
- Print all certificates in a file @info:cryptography:openssl
- ====== Print all certificates in a file ====== This command is especially helpful if you want to use Tomcat-/Java-Keystore-Certificates with the Apache webserver. Use the -print_certs to print all the certificates and then cut the file and store each certifi
- DynDNS Updates without a Client @info:script
- "${UPDATE_URL}?hostname=${domain}" done </code> First, the login credentials (the ''$LOGIN'' variabl... rver's URL (''$UPDATE_URL'') are read from the config file ''~/.dyndns.cfg''. Here an example config file: <file bash dyndns.cfg> LOGIN="jdoe:secret" UPDATE