Fulltext results:
- 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)]]**
- 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
- 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=
- Virtual Network Visualization @info:solaris
- Virtual Network Visualization ====== OpenSolaris supports virtual networks using virtual interfaces c... ou might also be interested in the [[http://blogs.sun.com/observatory/en_US/entry/crossbow_virtual_wir... ^\s]+)\s+([^\s]+)$/) && ($2 ne '--')) { print " subgraph \"cluster_$2\" { $1; label = \"$2\"; }\n"; ... [color=blue,fontcolor=green]; isc2 -> isc_net0; subgraph "cluster_isc1" { isc1; label = "isc1"; } s
- 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
- 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> ... s24m -Xmx192m -Dnetbeans.accept_license_class=com.sun.tools.visualvm.modules.startup.AcceptLicense -Ds
- Cleanup Packages @info:linux:debian
- deborphan </code> If you want, you can even more suggestions for packages to remove: <code bash> deb... -n Disable checks for `recommends' and `suggests'. --ignore-recommends Disable checks for `recommends'. --ignore-suggests Disable checks for `suggests'. --priority, -p PRIOR Select only packages with
- Automatic Submission of a Form if an Element is changed @info:javascript
- ====== Automatic Submission of a Form if an Element is changed ====== To submit the form if an element changes, you can use <code> onChange="this.form.submit()" </code> ===== Example ===== <code html> ... jsp" method="post"> <select onChange="this.form.submit()"> <option>please select a value</option
- Android Backup @info:android
- e this by restarting the adb server: <code bash> sudo adb kill-server sudo adb start-server </code> <file> * daemon not running. starting it now on port 5037 * * daemon started successfully * </file> After this, the output of ''
- Mercurial
- directory. Only in the top directory, but not in subdirectories: <code> ^build$ ^dist$ ^nbproject/pr... > Only in the second level directory, but not in subdirectories: <code> ^[^/]+/build$ ^[^/]+/dist$ ^
- Print Information about a Key @info:cryptography:openssl
- certificate but this can change if other options such as -req are present. The DER format is the DER ... the public key, signature algorithms, issuer and subject names, serial number any extensions present
- Debug Server Certificate from Client @info:cryptography:openssl
- XLQMxXw6lqYm7ceo4ozr/5SLGishZeOU8Gw O23231khOMPtR3SUlvk0524VmVV94wr4wJWFQ/C33WGv688cAoZsxtJp5MCs0/av 1... BSt vZh6NLQm9/rEJlTvA73gJMtUGjAdBgNVHQ4EFgQUmeRAX2sUXj4F2d3TY1T8Yrj3 AKwwDgYDVR0PAQH/BAQDAgEGMBIGA1UdE... -----END CERTIFICATE----- --- Server certificate subject=/OU=Domain Control Validated/OU=PositiveSSL/... er public key is 2048 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE SSL-Sess
- Solaris Manuals @info:solaris
- ollection of man pages as PDF. * [[http://docs.sun.com/app/docs/coll/40.10|Solaris 10 Reference Manual Collection]] * [[http://docs.sun.com/app/docs/coll/40.18|OpenSolaris Reference Ma
- SSH @info:sysadmin
- ion only ===== === /etc/ssh/sshd_config === Make sure that your SSH config file (''sshd_config'') con... ation no </code> If you changed the config, make sure to restart sshd to activate ist: <code bash> s