Fulltext results:
- Formatting Syntax @wiki
- ]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing "Edit this page". If you want to try somethin
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- 2.16 (C) 2005-2013 Oracle Corporation All rights reserved. </code> ===== Usage: ===== VBoxManage [... number and exit [-q|--nologo] suppress the logo [--settingspw <pw>] provide the... list [--long|-l] vms|runningvms|ostypes|hostdvds|hostfloppies| bridgedifs|hostonlyifs|dhcpservers|hostinfo|
- Cleanup Packages @info:linux:debian
- ====== Cleanup Packages ====== ===== Purge uninstalled Packages ===== If a package is removed, it is only uninstalled, but ... n ge a list of uninstalled (but not purged) packages with this command: <code bash> dpkg --get-select... this list directly to aptitude to purge the packages: <code bash> aptitude purge $(dpkg --get-selecti
- localeadm @info:solaris
- ==== localeadm ====== The localeadm utility queries and configures Solaris locales through a command line interface. * man page: [[http://docs.oracle.com/cd/E18752_0... OIMG}`'' Now you can use localeadm. ===== Examples ===== ==== List Installed Locales ==== <code ba
- Generate a Test Key @info:cryptography:openssl
- ====== Generate a Test Key ====== openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout testkey.key -out testkey.crt Informations about the used arguments from the OpenSSL man page: * ''[[h
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- ====== Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) ====== I'm preparing m... inistrator (SCSA)]] certification. This are my notes taken while studying the preparation books. ===== Managing File Systems ===== ==== List Devices ==== To list the system's devices, you can use the following commands: * ''dmesg'' * ''format''
- ZFS Playground @blog:2009
- u 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 c0d... ode> pool: demo state: ONLINE scrub: none requested config: NAME STATE READ WRI
- Debug Server Certificate from Client @info:cryptography:openssl
- ate from Client ====== Credit for this example goes to "[[http://langui.sh/2009/03/14/checking-a-remo... ect|-connect www.andunix.net:443]]'': This specifies the host and optional port to connect to. If not ... ECTED(00000003) depth=1 C = GB, ST = Greater Manchester, L = Salford, O = COMODO CA Limited, CN = PositiveSSL CA 2 verify error:num=20:unable to get local is
- Memory Usage of a Solaris Container (Zone) @blog:2010
- ut it's now. As the server is running several zones, my first question was: Which zone is eating up my RAM? So, here are the commands I used. ===== Part... ===== To see the memory usage of the running zones: <code bash> prstat -Z </code> From the [[http:... an page: * ''-Z'' Report information about processes and zones. In this mode, ''prstat'' displays s
- DokuWiki @wiki
- versatile Open Source [[wp>wiki]] software that doesn't require a database. It is loved by users for i... he ease of maintenance, backup and integration makes it an administrator's favorite. Built in [[doku>acl|access controls]] and [[doku>auth|authentication connectors]] make DokuWiki especially useful in the enterprise context and the
- How To Create a Moveable VM with VirtualBox @blog:2010
- when you use the same VMs all the time. It organizes the disk images in one directory and the configuration files in another. It kees a record of all known disk images and virtual machines. If you try to carry a VM
- Firefox Extensions @info:prog:firefox
- g Extensions ===== ^ //**Extension**// ^ //**Description**// ^ |[[https://addons.mozilla.org/fire... -plus/|Adblock Plus]] |A must-have. Blocks all these blinking ads which are so anoying. | |[[https:/... on/greasemonkey/|Greasemonkey]] |Customize webpages using JavaScript. | |[[https://addons.mozilla.or... |[[https://addons.mozilla.org/firefox/addon/self-destructing-cookies/|Self-Destructing Cookies]] |Rem
- Project Idea: WikiTable @blog:2009
- t every wiki I tried so far lacks support for tables. The wikis are able to show tables, but building a table using lots of pipes “|” sucks. What I want to develop (or learn that such a thi... already exists) is a small application which creates tables which then can be included in wiki pages.
- Dice Roller @blog:2009
- r in javascript. You enter the number of dice, sides and the offset and press the button “roll”. The script shows the individual dice and the resulting sum. For convenience, there is a second for... where you can just enter the number of dice and press the butten for the type of dice. At the bottom,
- 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: <code