Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- nage (The VirtualBox CLI) ====== This is a online reference of the output of ''VBoxManage'' without options. <code> Oracle VM VirtualBox Command Line Man... .2.16 (C) 2005-2013 Oracle Corporation All rights reserved. </code> ===== Usage: ===== VBoxManage ... n number and exit [-q|--nologo] suppress the logo [--settingspw <pw>] provide th
- Cleanup Packages @info:linux:debian
- Purge uninstalled Packages ===== If a package is removed, it is only uninstalled, but the configuration remains on the system. This is a good thing, as you are able to reinstall the package and have it configured with the old configuration. But if you want to c
- Firefox Extensions @info:prog:firefox
- ====== Firefox Extensions ====== ===== Browsing Extensions ===== ^ //**Extension**// ^ //**Description**// ^ |[[https://addons.mozilla.org/firefox/addon/adblock-plus/|Adblock Plus]] |A must-have. Blocks all these blinking ads which are so anoying. | |[[https://addons.mozilla.org/firefox/addon/greasemonkey/|Greasemonkey]] |Customize w
- Git @info:code
- ====== Git ====== ===== Basics ===== === Init Repository === Standard: git init [DIR] Bare: git init --bare [DIR] === Log === See commits between branches: git log master..develop ===== Br... lete Branch === git branch -d BRANCH === Delete Remote Branch === git push origin -d BRANCH === Li
- Generate a Test Key @info:cryptography:openssl
- ====== Generate a Test Key ====== openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout testk... n page: * ''[[http://www.openssl.org/docs/apps/req.html|req]]'': PKCS#10 certificate request and certificate generating utility. * ''[[http://www.openssl.org/
- 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/
- 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 the parameters from "PFiles", which are regular text files. ===== Create PFile ===== To export th
- Package Repositories @info:solaris
- ====== Package Repositories ====== There's a list of multi-OS repositories at [[http://wikis.sun.com/display/IpsBestPractices/Directory+of+Package+Repositories]]. More on IPS, the
- 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:... net:443 CONNECTED(00000003) depth=1 C = GB, ST = Greater Manchester, L = Salford, O = COMODO CA Limite
- Mercurial
- ====== Mercurial ====== ===== .hgignore ===== Some handy ''.hgignore'' expressions: ==== Ignore Mac Files ==== Ignore ''.DS_Store'' and ''._*'' files: <code> (^|/)\._[^/]+$ (^
- rmdir for OSX @info:mac
- ====== rmdir for OSX ====== The Finder on OSX creates ''.DS_Store'' files in the directories to store its settings. This makes removing directories from the command line quite complicated
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- inistration Exam (CX-310-200 & -202) ====== I'm preparing myself for the two exams to achieve the [[h... ystem Administrator (SCSA)]] certification. This are my notes taken while studying the preparation books. ===== Managing File Systems ===== ==== List De... * ''format'' * ''prtconf'' * ''sysdef'' ==== Reconfigure Devices ==== To reconfigure the devices
- Virtual Network Visualization @info:solaris
- rfaces connected with virtual switches. This feature was introduced with [[http://www.opensolaris.org/... 2009.06. To visualize the internal network(s), I created a perl script which takes the output of ''dla... one'' and generates a dot-File, which then can be rendered using [[http://www.graphviz.org/|Graphviz]]. **Update**: You might also be interested in the [
- localeadm @info:solaris
- ====== The localeadm utility queries and configures Solaris locales through a command line interface... .com/cd/E18752_01/html/816-5166/localeadm-1m.html#REFMAN1Mlocaleadm-1m|localeadm(1M)]] ===== Preparation ===== Check your Solaris Release with cat /etc/release and get a matching DVD or ISO image.
- Increase the Tomcat Upload Limit @info:sysadmin
- ====== Increase the Tomcat Upload Limit ====== The "manager"-App of the Tomcats has a limit of 50MiB.... max-file-size>52428800</max-file-size> <max-request-size>52428800</max-request-size> <file-size-threshold>0</file-size-threshold> </multipart-config> </code> To inc