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)]]**
- 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
- 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=
- Android Backup @info:android
- es: <code bash> adb devices </code> Which may result in a listing like this: <file> List of devices... 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 ''
- 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
- 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
- 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
- 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 ... including the public key, signature algorithms, issuer and subject names, serial number any extensions present and any trust settings. You should redirec
- Print Information about a Certificate @info:cryptography:openssl
- including the public key, signature algorithms, issuer and subject names, serial number any extensions present and any trust settings. You should redirec
- Android Apps @info:android
- etails?id=com.dynamicg.timerecording.pro|Zeiterfassung Pro]] / [[https://play.google.com/store/apps/details?id=com.dynamicg.timerecording|Zeiterfassung]] {{tag>android app list recommendation}}