Fulltext results:
- Formatting Syntax @wiki
- ===== Formatting Syntax ====== [[doku>DokuWiki]] supports some simple markup language, which tries to... too. ===== Basic Text Formatting ===== DokuWiki supports **bold**, //italic//, __underlined__ and ''... an **__//''combine''//__** all these. DokuWiki supports **bold**, //italic//, __underlined__ and ''... **__//''combine''//__** all these. You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
- File System @info:solaris
- === * File system organization - [[http://docs.sun.com/app/docs/doc/819-2252/filesystem-5|filesyste... of file systems in Solaris. * **[[http://docs.sun.com/app/docs/doc/819-2254/hsfs-7fs|hsfs(7FS)]]**... & 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|pcfs(7FS)]]**
- jps - Java Virtual Machine Process Status Tool @info:java
- user. You can find the man page at [[http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jps.html]]. I... lib/hourglass.jar 51299 /Applications/jEdit 56042 sun.tools.jps.Jps 51610 org.netbeans.Main </code> L... Main --userdir /Users/andreas/Library/Application Support/visualvm/1.0.1 --branding visualvm </code> Java VM parameters: ''jps -v'' <code> 56053 Jps -Dap
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- elf for the two exams to achieve the [[http://www.sun.com/training/certification/solaris/scsa.xml|Sun Certified System Administrator (SCSA)]] certificatio... te#Unit_multiples|Kibibyte (KiB)]])) or 8 KiB. On sun4u only 8 KiB is supported. 8 KiB is default and recommended. * The //fragment size// is the logica
- Virtual Network Visualization @info:solaris
- ====== Virtual Network Visualization ====== OpenSolaris supports virtual networks using virtual interfaces connected with virtual... /|Project Crossbow]] in OpenSolaris 2009.06. To visualize the internal network(s), I created a perl sc... ou might also be interested in the [[http://blogs.sun.com/observatory/en_US/entry/crossbow_virtual_wir
- Compare directories @info:script
- gest file: <code bash> find DIR -type f -exec shasum {} + | LC_ALL=C sort -d -k 2 > shasums.txt </code> It's important to use ''LC_ALL=C'' and the option ''-d'' of ''sort'', to get compareable results on different machines. After that, you can diff the two shasums.txt: <code bash> diff shasums1.txt shasums2.tx
- Debug Server Certificate from Client @info:cryptography:openssl
- SL CA 2 verify error:num=20:unable to get local issuer certificate verify return:0 --- Certificate cha... XLQMxXw6lqYm7ceo4ozr/5SLGishZeOU8Gw O23231khOMPtR3SUlvk0524VmVV94wr4wJWFQ/C33WGv688cAoZsxtJp5MCs0/av 1... bq0G3s4FjlZf5vOJ5TGl3sz/x xJCu3pzT1bWPbn+nS04SwyKAsuKK89YwiwY+XwPB4eII3H7XXllQWvwsyRCM+YVM TJuq31OGofW... BSt vZh6NLQm9/rEJlTvA73gJMtUGjAdBgNVHQ4EFgQUmeRAX2sUXj4F2d3TY1T8Yrj3 AKwwDgYDVR0PAQH/BAQDAgEGMBIGA1UdE
- ZFS Playground @blog:2009
- onfig: NAME STATE READ WRITE CKSUM demo ONLINE 0 0 0 ... fig: NAME STATE READ WRITE CKSUM demo ONLINE 0 0 0 ... fig: NAME STATE READ WRITE CKSUM demo ONLINE 0 0 0 ... fig: NAME STATE READ WRITE CKSUM demo ONLINE 0 0 0
- Package Repositories @info:solaris
- a list of multi-OS repositories at [[http://wikis.sun.com/display/IpsBestPractices/Directory+of+Packag... opensolaris.org/os/project/pkg/. * http://wikis.sun.com/display/IpsBestPractices/ ^ //**Repository... mmended for installation by users | |https://pkg.sun.com/opensolaris/extra/ |OpenSolaris Distributio... to access. See Certificate Generator https://pkg.sun.com/register/ | |http://blastwave.network.com:1
- JAX-WS Debugging @info:java
- to set depends on your 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=
- Welcome to your new DokuWiki @wiki
- arn more. Please be aware that not all templates support sidebars. ===== Customize your Wiki ===== ... do=admin&page=config|configuration settings]] (be sure to login as superuser first). You may also want to see what [[doku>plugins|plugins]] and [[doku>te... ng on and to get useful tips in using DokuWiki is subscribing to the [[doku>newsletter]]. The [[https
- Dice Roller @blog:2009
- ”. The script shows the individual dice and the resulting sum. For convenience, there is a second form where you can just enter the number of dice and pre... ype="text" name="o" size="4"/> <input type="submit" value="roll"/> <input disabled="true" ... et = parseInt(document.rolldice.o.value); var result = offset; var rolls = ""; var roll; for (
- base-exec-superuser @z:relax:api:base
- ====== base-exec-superuser ====== Executes a command as a given user. Command is executed using ssh i... ice configuration and can be either ''pfexec'', ''su'' or ''sudo''. ===== Usage ===== base-exec-superuser USER COMMAND * ''USER'': A key of an user definitio
- DokuWiki @wiki
- i Feedback and Community** * [[doku>newsletter|Subscribe to the newsletter]] :!: * [[doku>mailing... ]] * [[https://github.com/splitbrain/dokuwiki/issues|Submit bugs and feature wishes]] * [[doku>thanks|Some humble thanks]] ===== Copyright ===== 20... brain.org>((Please do not contact me for help and support -- use the [[doku>mailinglist]] or [[https:/
- root login with bash @info:script
- to be a role, so you can't login as root, just ''su'' to ''root'' from an user which has the ''root''... a ''bash'' shell. ssh demo.lab.example.com -t "su - root -c /bin/bash"' I set it up as an alias in... alias demo_root='ssh demo.lab.example.com -t "su - root -c /bin/bash"' This enables me logging in... assword'' prompt on the second line is from the ''su'', for the ''root'' password. {{tag>ssh solaris