Fulltext results:
- File System @info:solaris
- anization ===== * File system organization - [[http://docs.sun.com/app/docs/doc/819-2252/filesystem-5... omplete list of file systems in Solaris. * **[[http://docs.sun.com/app/docs/doc/819-2254/hsfs-7fs|hsf... High Sierra & ISO 9660 CD-ROM file system * **[[http://docs.sun.com/app/docs/doc/819-2254/lofs-7fs|lofs(7FS)]]**: loopback virtual file system * **[[http://docs.sun.com/app/docs/doc/819-2254/pcfs-7fs|pcf
- Formatting Syntax @wiki
- === External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Em... s. External links are recognized automagically: http://www.google.com or simply www.google.com - You can set link text as well: [[http://www.google.com|This Link points to google]]. Em
- Generate a Test Key @info:cryptography:openssl
- sed arguments from the OpenSSL man page: * ''[[http://www.openssl.org/docs/apps/req.html|req]]'': PKC... quest and certificate generating utility. * ''[[http://www.openssl.org/docs/apps/req.html#item__x509|-... ion 0 will be used for the serial number. * ''[[http://www.openssl.org/docs/apps/req.html#item__nodes|... key is created it will not be encrypted. * ''[[http://www.openssl.org/docs/apps/req.html#item__days|-
- Package Repositories @info:solaris
- ==== There's a list of multi-OS repositories at [[http://wikis.sun.com/display/IpsBestPractices/Director... PS, the Image Package System can be found at: * http://www.opensolaris.org/os/project/pkg/. * http://wikis.sun.com/display/IpsBestPractices/ ^ //**Repository**// ^ //**Description**// | |http://pkg.opensolaris.org/release/ |OpenSolaris Dist
- Travian @z:travian
- publish my projects regarding the browsergame "[[http://www.travian.com/|Travian]]" ([[http://www.travian.de/|german page]]). {{indexmenu>.#1}} ====== Links to other Tools ====== * [[http://travian.ws/|Travian Analyzer]] * [[http://www.traviantoolbox.com/|Travian Toolbox]] * [[http://ww
- Drupal: Reverse Proxy @blog:2010
- 16 18:00~~ ====== Drupal: Reverse Proxy ====== [[http://drupal.org/user/280026|skybow]] wrote the very helpful article "[[http://drupal.org/node/339552|Drupal via HTTPS/SSL Pro... ME']'' and * ''ssl.proxy.org'' with ''$_SERVER['HTTP_X_FORWARDED_HOST']''. Additionally, I added the ... t domains. <code php> $request_type = ($_SERVER['HTTP_X_FORWARDED_HOST'] == 'ssl.webpack.de') ? 'SSL' :
- JAX-WS Debugging @info:java
- ur Java version. <code> com.sun.xml.ws.transport.http.client.HttpTransportPipe.dump=true com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.dump=true com.sun.xml.ws.transport.http.HttpAdapter.dump=true com.sun.xml.internal.ws.transport.http.HttpAdapter.dump=true </code> The most common op
- Travian Analyzer Bookmarklet @z:travian
- n.href=((String(window.getSelection()).length>0)?'http://travian.ws/analyser.pl?s=de7&q='+window.getSelection():top.location.href.replace(/http:\/\/welt7\.travian\.de\/(spieler|allianz)\.php\?/,'http://travian.ws/analyser.pl?s=de7&')) Now, update t... sage ===== * If you are viewing a player, eg. [[http://welt7.travian.de/spieler.php?uid=1]], then clic
- Hello Drupal @blog:2010
- ome time ago, I decided to migrate my blog from [[http://www.dokuwiki.org/|DokuWiki]] to [[http://drupal.org/|Drupal]]. Blogging with DokuWiki was OK using the plugins from the [[http://dokuwiki.foosel.org/blogsuite/index.php|DokuWik... al. One very interesting part of Drupal is the [[http://drupal.org/project/cck|Content Construction Kit
- ReLAX @blog:2009
- 09-11-27 17:36~~ ====== ReLAX ====== Thanks to [[http://www.synapseninferno.org/|Wolfgang Stief]] and [[http://blogs.sun.com/constantin|Constantin Gonzalez]], I got hold on one of the proceedings of the [[http://www.linux-kongress.org/2009/|Linux Kongress]] and [[http://www.osdevcon.org/2009/|OpenSolaris Developer Co
- Debug Server Certificate from Client @info:cryptography:openssl
- Client ====== Credit for this example goes to "[[http://langui.sh/2009/03/14/checking-a-remote-certific... A Remote Certificate Chain With OpenSSL]]" from [[http://langui.sh/|langui.sh]]. openssl s_client -sh... sed arguments from the OpenSSL man page: * ''[[http://www.openssl.org/docs/apps/s_client.html|s_client]]'': SSL/TLS client program * ''[[http://www.openssl.org/docs/apps/s_client.html#item__s
- Print Information about a Key @info:cryptography:openssl
- sed arguments from the OpenSSL man page: * ''[[http://www.openssl.org/docs/apps/x509.html|x509]]'': Certificate display and signing utility. * ''[[http://www.openssl.org/docs/apps/x509.html#item__infor... scape server format that is now obsolete. * ''[[http://www.openssl.org/docs/apps/x509.html#item__in|-i... rd input if this option is not specified. * ''[[http://www.openssl.org/docs/apps/x509.html#item__noout
- Print all certificates in a file @info:cryptography:openssl
- sed arguments from the OpenSSL man page: * ''[[http://www.openssl.org/docs/apps/pkcs7.html|pkcs7]]'': PKCS#7 utility * ''[[http://www.openssl.org/docs/apps/pkcs7.html#item__in|-... rd input if this option is not specified. * ''[[http://www.openssl.org/docs/apps/pkcs7.html#item__prin... ject and issuer names in one line format. * ''[[http://www.openssl.org/docs/apps/pkcs7.html#item__out|
- Dice Roller @blog:2009
- s. You can also create bookmarks for dice, e.g. [[http://andunix.net/pub/dice.html?n=3&s=8&o=5|dice.html... t-sided dice plus five). The dice roller is at [[http://andunix.net/pub/dice.html]]. And here's the code. You can use it under the [[http://apache.org/licenses/LICENSE-2.0|Apache License, Version 2.0]] or [[http://creativecommons.org/licenses/by/3.0/|CC Attribu
- Memory Usage of a Solaris Container (Zone) @blog:2010
- zones: <code bash> prstat -Z </code> From the [[http://docs.oracle.com/cd/E19082-01/819-2240/prstat-1m... -s rss prstat -z zone -s size </code> From the [[http://docs.oracle.com/cd/E19082-01/819-2240/prstat-1m... either a zone name or a numerical zone ID. See [[http://docs.oracle.com/cd/E19253-01/816-5175/zones-5/i... re information about ''prstat'', see the manual [[http://docs.oracle.com/cd/E19082-01/819-2240/prstat-1m