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... s well. **Paragraphs** are created from blank lines. If you want to **force a newline** without a par
- 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
- 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
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- list [--long|-l] vms|runningvms|ostypes|hostdvds|hostfloppies| bridgedifs|hostonlyifs|dhcpservers|hostinfo| ... hostcpuids|hddbackends|hdds|dvds|floppies| usbhost|usbfilters|systemproperties|extpacks| groups s
- 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''
- 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 m... ===== To see the memory usage of the running zones: <code bash> prstat -Z </code> From the [[http:... page: * ''-Z'' Report information about processes and zones. In this mode, ''prstat'' displays separate reports about processes and zones at the same t
- Generate a Test Key @info:cryptography:openssl
- nerate a Test Key ====== openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout testkey.key -o... ttp://www.openssl.org/docs/apps/req.html#item__nodes|-nodes]]'': if this option is specified then if a private key is created it will not be encrypted. ... : when the -x509 option is being used this specifies the number of days to certify the certificate for
- 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
- DokuWiki @wiki
- he ease of maintenance, backup and integration makes it an administrator's favorite. Built in [[doku>a... brant community allow for a broad range of use cases beyond a traditional wiki. Read the [[doku>manua... All documentation and additional information besides the [[syntax|syntax description]] is maintained i... wiki.org]]. **About DokuWiki** * [[doku>features|A feature list]] :!: * [[doku>users|Happy Users
- 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.
- Git @info:code
- -bare [DIR] === Log === See commits between branches: git log master..develop ===== Branches ===== === List Branches === git branch === Switch Branch === git checkout BRANCH === Delete Branc... ch === git push origin -d BRANCH === List unmerges branches === List branches with commits, which ar
- Home Server Goals @blog:2010
- -server-tips|suggested]], here is a list of services, which my home server should provide: * **Pers... nt my digital camera photos and other precious files to be stored at serveral places and to be protected with checksums. * **A/V Media Server**: I want to store my MP3 files and the videos from the above PVR to be stored an
- 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 Image Package System can be found at: * http
- Mercurial @info
- dy ''.hgignore'' expressions: ==== Ignore Mac Files ==== Ignore ''.DS_Store'' and ''._*'' files: <code> (^|/)\._[^/]+$ (^|/)\.DS_Store$ </code> ==== N... eans ==== These expressions exclude the directories ''build'', ''dist'' and ''nbproject/private''. De... Only in the top directory, but not in subdirectories: <code> ^build$ ^dist$ ^nbproject/private$ </cod
- Oracle: SPFile and PFiles @info:oracle
- ====== Oracle: SPFile and PFiles ====== Oracle reads its parameters from a file called "SPFile". You ... ionally, Oracle can read the parameters from "PFiles", which are regular text files. ===== Create PFile ===== To export the SPFiles to a PFile, just enter the following in SQLplus: <