• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » su
Trace: • travian • css • virtualbox • thunderbird • video • Project Archive • fun • localeadm • contact • rmdir for OSX

su
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@info
  • Any namespace
  • info:solaris (7)
  • info:cryptography (6)
  • info:mac (4)
  • info:java (3)
  • info:android (2)
  • info:linux (2)
  • info:mysql (2)
  • info:script (2)
  • info:sysadmin (2)
  • info:code (1)
  • info:javascript (1)
  • info:virtualbox (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Automatic Submission of a Form if an Element is changed

Fulltext results:

File System @info:solaris
15 Hits, Last modified: 13 years ago
=== * 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
11 Hits, Last modified: 13 years ago
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
11 Hits, Last modified: 13 years ago
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
9 Hits, Last modified: 13 years ago
====== 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
8 Hits, Last modified: 7 years ago
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
8 Hits, Last modified: 12 years ago
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
7 Hits, Last modified: 13 years ago
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
7 Hits, Last modified: 11 years ago
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
4 Hits, Last modified: 13 years ago
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
4 Hits, Last modified: 13 years ago
====== 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
4 Hits, Last modified: 13 years ago
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
4 Hits, Last modified: 12 years ago
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
3 Hits, Last modified: 11 years ago
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
2 Hits, Last modified: 10 years ago
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
2 Hits, Last modified: 13 years ago
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}}
Print all certificates in a file @info:cryptography:openssl
2 Hits, Last modified: 13 years ago
VBoxManage (The VirtualBox CLI) @info:virtualbox
2 Hits, Last modified: 12 years ago
SSH @info:sysadmin
2 Hits, Last modified: 10 years ago
Mercurial
2 Hits, Last modified: 13 years ago
Solaris Manuals @info:solaris
2 Hits, Last modified: 13 years ago
Set the Timezone on Debian @info:sysadmin:debian
2 Hits, Last modified: 13 years ago
Clear DNS Cache @info:mac
1 Hits, Last modified: 10 years ago
Command Line Audio @info:mac
1 Hits, Last modified: 13 years ago
MacPorts @info:mac
1 Hits, Last modified: 10 years ago
Set a Mac's Hostname @info:mac
1 Hits, Last modified: 10 years ago
Compare a Key with its Certificate @info:cryptography:openssl
1 Hits, Last modified: 13 years ago
fstyp @info:solaris
1 Hits, Last modified: 13 years ago
MySQL: Create User @info:mysql:user
1 Hits, Last modified: 10 years ago
MySQL: Remove User @info:mysql:user
1 Hits, Last modified: 13 years ago
Plaintext @info:cryptography
1 Hits, Last modified: 13 years ago
Cursor Size @info:linux:gnome
1 Hits, Last modified: 10 years ago
Git @info:code
1 Hits, Last modified: 7 years ago
/etc/path_to_inst @info:solaris:etc
1 Hits, Last modified: 13 years ago
Install the Java-Plugin for Firefox @info:java
1 Hits, Last modified: 11 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 4.0 International
CC Attribution 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki