Fulltext results:
- Formatting Syntax @wiki
- erlined__ and ''monospaced'' texts. Of course you can **__//''combine''//__** all these. DokuWiki s... lined__ and ''monospaced'' texts. Of course you can **__//''combine''//__** all these. You can use <sub>subscript</sub> and <sup>superscript</sup>, too. You can use <sub>subscript</sub> and <sup>superscript</s
- localeadm @info:solaris
- reparation ===== Check your Solaris Release with cat /etc/release and get a matching DVD or ISO image... line: ''LOFIDEV=`lofiadm -a ${ISOIMG}`'' Now you can use localeadm. ===== Examples ===== ==== List ... O8859-2, sk_SK.UTF-8 ] North America (nam) [ en_CA.ISO8859-1, en_CA.UTF-8, en_US.ISO8859-1, en_US.ISO8859-15, en_US.UTF-8, es_MX.ISO8859-1, es_MX.UTF-8,
- Debug Server Certificate from Client @info:cryptography:openssl
- ST = Greater Manchester, L = Salford, O = COMODO CA Limited, CN = PositiveSSL CA 2 verify error:num=20:unable to get local issuer certificate verify retu... i:/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=PositiveSSL CA 2 -----BEGIN CERTIFICATE----- MIIE+jCCA+KgAwIBAgIRAMcY2QMjFj4GndFjFpXVm+0wD
- Cleanup Packages @info:linux:debian
- n. But if you want to cleanup this old stuff, you can ge a list of uninstalled (but not purged) packag... --get-selections | grep 'deinstall$' </code> You can feed this list directly to aptitude to purge the... kage is removed or the dependencies change, there can be left over packages. ''deborphan'' is an utili... ash> aptitude install deborphan </code> Then you can get the list of orphans: <code bash> deborphan
- How To Create a Moveable VM with VirtualBox @blog:2010
- disk images and virtual machines. If you try to carry a VM around with you on an USB stick or want t... get trouble. First thing is, that you have to be careful when creating the disk image and use the but... ext, there are defaults for the VMs parameters in case the user enters no value. <code bash> RAM="512... the activation script below. Code: <code bash> cat << __SCRIPT__ > "${VM_DIR}/activate.${SCRIPT_EXT
- IPS Repository Appliance @blog:2010
- tire repository of about 8GB to a local disk. You can use the repository image directly. Here is how you can do that. ===== Download the ISO Images ===== Y... g/server </code> {{osolrepo07.png?nolink|}} You can check the repository server by opening "http://l... r every time you boot your VM. Alternatively, you can install a VM from the Live CD and then set up th
- Clear DNS Cache @info:mac
- ====== Clear DNS Cache ====== To clear the DNS cache on OS X, you first have to flush the cache and then send a signal the the 'mDNSResponder'. dscacheutil -flushcache sudo killall -HUP mDNSResponder {{tag>mac osx sysadmin dns cache cli}}
- Memory Usage of a Solaris Container (Zone) @blog:2010
- whose zone ID is in the given list. Each zone ID can be specified as either a zone name or a numerica... r users) by key in descending order. Only one key can be used as an argument. * ''rss'' Sort by re... '' Sort by size of process image. Note the upper case ''-Z'' in the first an the lower case ''-z'' in the second command. For more information about ''p
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- t Devices ==== To list the system's devices, you can use the following commands: * ''dmesg'' * '... ure Devices ==== To reconfigure the devices, you can perform any of these actions: - ''touch /reco... ogical block size divided by 1, 2, 4 or 8. So, it can be between 512 Bytes and 8 KiB. The default frag... /rdsk/c0t0d0s0 home vol1 * Labeled filesystems can be copied with ''volcopy'' {{tag>solaris solari
- Project Idea: WikiTable @blog:2009
- small application which creates tables which then can be included in wiki pages. The first step could... st the table, html- dory body-tags). This snippet can be included by most wikis. In a second step, th... . The code should be small and simple so that it can easily ported to different languages. {{tag>ide
- Dice Roller @blog:2009
- For convenience, there is a second form where you can just enter the number of dice and press the butt... which are often needed in roleplaying games. You can also create bookmarks for dice, e.g. [[http://an... ix.net/pub/dice.html]]. And here's the code. You can use it under the [[http://apache.org/licenses/LI
- Oracle: SPFile and PFiles @info:oracle
- s ====== 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 reg
- cache @tag
- ====== cache ====== ===== Pages ===== {{topic>cache&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/cache}}
- DynDNS Updates without a Client @info:script
- h> #! /bin/bash . ${HOME}/.dyndns.cfg DOMAINS=$(cat ${HOME}/.dyndns.domains) echo "$(date '+%Y-%m-... s script is part of my scripts collection, so you can find the latest version at http://bitbucket.org/... unix/scripts/src/tip/bin/cron-dyndns-update. You can find the DynDNS protocol specification at http:/
- Setting the Timezone @info:linux:debian
- e''. ===== Check the Timezone ===== <code bash> cat /etc/timezone </code> Example: <code> # cat /etc/timezone Europe/London </code> ===== Set the Timezone ===== You can use ''vi'': <code bash> vi /etc/timezone </code