Fulltext results:
- localeadm @info:solaris
- .ISO8859-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, fr_CA.ISO8859-1, fr_CA.UTF
- Formatting Syntax @wiki
- e two backslashes followed by a whitespace or the end of line. This is some text with some linebreaks... at the two backslashes are only recognized at the end of a line\\ or followed by\\ a whitespace \\this... the two backslashes are only recognized at the end of a line\\ or followed by\\ a whitespace \\th... create links by default, but this behavior can be enabled in the [[doku>config]] file. Hint: If DokuWi
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- le>|stdin] [--tracing-enabled on|off] [--traci... on|off] [--autostart-enabled on|off] [--autos... [[<display>] [<enabled:yes|no> | ... [--lun <lun>] [--encodedlun <lun>] [--use
- Upgrade Solaris 11/OpenSolaris from Text to Graphical @blog:2010
- ''pfexec/sudo''). <code bash> echo Existing boot environments: beadm list echo echo -n Enter be name to create: read be beadm create $be beadm mount $be ... m activate $be </code> Now, reboot the system to enter the new boot environment. Then enable the GDM service: <code bash> svcadm enable gdm </code> Bas
- IPS Repository Appliance @blog:2010
- to setup a [[https://blogs.oracle.com/observatory/entry/local_repository_mirror|Local Repository Mirro... it's good to know that you don't need to copy the entire repository of about 8GB to a local disk. You ... plication/pkg/server setprop pkg/inst_root=/media/ENTER_DISK_NAME_HERE/repo svccfg -s application/pkg/server setprop pkg/readonly=true svcadm enable application/pkg/server </code> {{osolrepo07.
- Print Information about a Key @info:cryptography:openssl
- ch as -req are present. The DER format is the DER encoding of the certificate and PEM is the base64 encoding of the DER encoding with header and footer lines added. The NET option is an obscure Netscape s... ut|-noout]]'': this option prevents output of the encoded version of the request. * ''[[http://www.o
- Disable a Service @info:linux:debian
- ash> service <service> stop update-rc.d <service> enable|disable </code> With ''systemd'' (starting w... bash> systemctl disable <service> </code> To (re)enable a service: <code bash> update-rc.d <service> enable|disable service <service> stop </code> With ... (starting with Debian 8): <code bash> systemctl enable <service> </code> {{tag>linux debian sysadmi
- How To Create a Moveable VM with VirtualBox @blog:2010
- with you on an USB stick or want to put it on an encrypted image, then you will get trouble. First t... defaults for the VMs parameters in case the user enters no value. <code bash> RAM="512" DISK_SIZE="8... e parameters and uses the defaults if no value is entered. For example, the question for the disk size: <code bash> echo -n "Enter disk size in MiB [${DISK_SIZE}]: " read a DISK
- Plaintext @info:cryptography
- . It's the payload which then get's signed and/or encrypted. Wikipedia defines [[http://en.wikipedia.org/wiki/Plaintext|plaintext]] as: > In cryptograph... he operation of cryptographic algorithms, usually encryption algorithms, and is the input upon which t
- ISO 3166-2 @info:db:iso:3166-2
- 166-2 ====== * urn:iso:std:iso:3166:-2:ed-2007:en * EN: http://en.wikipedia.org/wiki/ISO_3166-2 {{tag>standard iso country}}
- encoding @tag
- ====== encoding ====== ===== Pages ===== {{topic>encoding&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/encoding}}
- ISO 3166-2:DE @info:db:iso:3166-2
- -2:DE ====== * urn:iso:std:iso:3166:-2:ed-2007:en * DE: http://de.wikipedia.org/wiki/ISO_3166-2:DE * EN: http://en.wikipedia.org/wiki/ISO_3166-2:DE {{tag>standard iso country germany de}}
- CloudTable @z:cloudtable
- es the "payload" data. These two are separated to enable usage of diffentent databases or even techniq... ave a simple UI using standard HTML. As a further enhancement, there will be an API for remote calls and a fancy AJAX UI which then enables drag&drop and other things. Forms can also
- Change Encoding with iconv @info:script
- ====== Change Encoding with iconv ====== ===== Convert Single File ===== iconv -f iso-8859-1 -t ut... {f}_$$_TEMP ${f} \ && mv ${f}_$$_TEMP ${f} done </code> {{tag>sysadmin convert encoding shell cli}}
- URL Encoding @info:webdesign
- ====== URL Encoding ====== ^ Character ^ URL-Code ^ | & | %26 | | ? | %3F | {{tag>web webdesign html http encoding reference}}