Fulltext results:
- localeadm @info:solaris
- sing the bourne shell (instead of bash or ksh), then use backticks in the second line: ''LOFIDEV=`lofi... .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
- Virtual Network Visualization @info:solaris
- value -p zone'' and generates a dot-File, which then can be rendered using [[http://www.graphviz.org/|... erested in the [[http://blogs.sun.com/observatory/en_US/entry/crossbow_virtual_wire_demo_tool|Crossbow... } = "fontcolor=red"; $STYLE{'up'} = "fontcolor=green"; print "digraph vnet {\n"; open INPUT, "dladm show-link|"; # skip first line <INPUT>; while (defin
- fstyp @info:solaris
- ystem. With the ''-v'' (verbose) option reports even more informations. * man page: [[http://docs.s... asize: 17136615424 is_log: 0 DTL: 106 gen_clean: true gen_guid: '9425194213536263558' gen_version: '14' gen_volume_label: 'rpool' </file> {{tag>solaris ufs zf
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- ator (SCSA)]] certification. This are my notes taken while studying the preparation books. ===== Mana... ==== Inodes ==== * Find all hard links of a given inode: find <filesystem> -mount -inum <inode> ... * The //logical block size// is 4 KiB(([[http://en.wikipedia.org/wiki/Byte#Unit_multiples|Kibibyte (... size divided by 1, 2, 4 or 8. So, it can be between 512 Bytes and 8 KiB. The default fragment size is
- Generate a Test Key @info:cryptography:openssl
- __nodes|-nodes]]'': if this option is specified then if a private key is created it will not be encryp... rg/docs/apps/req.html#item__days|-days 365]]'': when the -x509 option is being used this specifies the... private key to. If this option is not specified then the filename present in the configuration file is... to, standard output by default. They are all written in PEM format. * ''[[http://www.openssl.org/doc
- List Open Ports @info:sysadmin
- ====== List Open Ports ====== To list the open ports together with the listening processes: <code bash> netstat -tul... 0.0.0:22 0.0.0.0:* LISTEN 695/sshd tcp6 0 0 :::22 :::* LISTEN 695/sshd udp 0 0 0.0.0.0
- 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}}
- Cleanup Packages @info:linux:debian
- <code bash> aptitude install deborphan </code> Then you can get the list of orphans: <code bash> deborphan </code> If you want, you can even more suggestions for packages to remove: <code b... o: deborphan(1), orphaner(8) Report bugs to: Carsten Hey <c.hey@web.de> </code> I'm using the ''--gue
- Shadows @info:webdesign:css
- ight: 50px; width: 100px;"></div></html> Looks even better with a tiny grey border: border: 1px so... "></div></html> ===== Text Shadow ===== ==== Alien Glow ==== text-shadow: 0pt 0pt 6px rgb(0, 255,... t; text-shadow: 0pt 0pt 6px rgb(0, 255, 255);">Alien Glow</span></html> {{tag>webdesign web design cs
- 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}}
- Plaintext @info:cryptography
- ypted and unsigned text. It's the payload which then get's signed and/or encrypted. Wikipedia defines [[http://en.wikipedia.org/wiki/Plaintext|plaintext]] as: > I... wishes to transmit to a receiver. Cleartext is often used as a synonym. Before the computer era, plain
- Git @info:code
- it init --bare [DIR] === Log === See commits between branches: git log master..develop ===== Branche... iff ===== If you only want the changes files between branches, you can user this: git diff --name-s
- ISO 3166-1 @info:db:iso:3166-1
- 166-1 ====== * urn:iso:std:iso:3166:-1:ed-2006:en * http://en.wikipedia.org/wiki/ISO_3166-1 * http://de.wikipedia.org/wiki/ISO-3166-1-Kodierliste
- ISO 3166-1 alpha-2 @info:db:iso:3166-1
- pha-2 ====== * urn:iso:std:iso:3166:-1:ed-2006:en#alpha-2 * http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 {{tag>standard iso country}}
- Make your Mac feel at Home @info:mac
- scripts which tests whether your Mac is in the given (home) WLAN. <code bash> # # Path to 'airport' e... ding on grep's return code. if [ "$?" == "0" ]; then # in home wlan echo "home sweet home..." else