• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » su
Trace: • andunix Infos • webapp • Project Archive • plugin • Android Apps • timezone • password • online • Travian Map Download Script • solaris

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.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • info (29)
  • blog (12)
  • p (3)
  • wiki (3)
  • z (3)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • visualization
  • Virtual Network Visualization
  • Automatic Submission of a Form if an Element is changed
  • base-exec-superuser

Fulltext results:

Formatting Syntax @wiki
31 Hits, Last modified: 5 years ago
===== 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
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)]]**
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
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=
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
base-exec-superuser @z:relax:api:base
6 Hits, Last modified: 13 years ago
====== 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
Welcome to your new DokuWiki @wiki
6 Hits, Last modified: 5 years ago
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
Virtual Network Visualization @info:solaris
5 Hits, Last modified: 13 years ago
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
jps - Java Virtual Machine Process Status Tool @info:java
4 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> ... s24m -Xmx192m -Dnetbeans.accept_license_class=com.sun.tools.visualvm.modules.startup.AcceptLicense -Ds
DokuWiki @wiki
4 Hits, Last modified: 5 years ago
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|S... brain.org>((Please do not contact me for help and support -- use the [[doku>mailinglist]] or [[https:/... er [[doku>donate|donating]] a few bucks ;-). Not sure what this means? See the [[doku>faq:license|FAQ
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
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
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
Android Backup @info:android
3 Hits, Last modified: 13 years ago
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 ''
How To Create a Moveable VM with VirtualBox @blog:2010
3 Hits, Last modified: 16 years ago
itself (it's a XML file). It will always be in a subdirectory under the machines directory. At last,... apshots. * You have to shut down the VM. If you suspend it, it won't detach. * As the DVD drive is... he contact form or leave a comment). You can also subscribe the further blog postings of follow the ch
Project Idea: WikiTable @blog:2009
3 Hits, Last modified: 17 years ago
Travian Map Download Script @z:travian
3 Hits, Last modified: 13 years ago
SSH @info:sysadmin
2 Hits, Last modified: 10 years ago
Debug Server Certificate from Client @info:cryptography:openssl
2 Hits, Last modified: 12 years ago
Print Information about a Key @info:cryptography:openssl
2 Hits, Last modified: 11 years ago
Start and Stop the Apple File Server from Command Line @blog:2011
2 Hits, Last modified: 10 years ago
Dice Roller @blog:2009
2 Hits, Last modified: 17 years ago
Mercurial @info
2 Hits, Last modified: 13 years ago
IPS Repository Appliance @blog:2010
2 Hits, Last modified: 15 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
Upgrade Solaris 11/OpenSolaris from Text to Graphical @blog:2010
2 Hits, Last modified: 15 years ago
Print Information about a Certificate @info:cryptography:openssl
1 Hits, Last modified: 10 years ago
Drupal: Reverse Proxy @blog:2010
1 Hits, Last modified: 13 years ago
Git @info:code
1 Hits, Last modified: 7 years ago
Cursor Size @info:linux:gnome
1 Hits, Last modified: 10 years ago
Data Collector @p:pda:dc
1 Hits, Last modified: 13 years ago
Home Server Goals @blog:2010
1 Hits, Last modified: 10 years ago
Virtual Network Visualization @blog:2009
1 Hits, Last modified: 17 years ago
VBoxManage (The VirtualBox CLI) @info:virtualbox
1 Hits, Last modified: 12 years ago
Welcome Back @blog:2013
1 Hits, Last modified: 12 years ago
MacPorts @info:mac
1 Hits, Last modified: 10 years ago
Travian Info Tool @z:travian
1 Hits, Last modified: 13 years ago
Set a Mac's Hostname @info:mac
1 Hits, Last modified: 10 years ago
andunix-tool @p:andunix-tool
1 Hits, Last modified: 13 years ago
Set PHP Variables in .htaccess Files @blog:2010
1 Hits, Last modified: 16 years ago
ReLAX @blog:2009
1 Hits, Last modified: 16 years ago
/etc/path_to_inst @info:solaris:etc
1 Hits, Last modified: 13 years ago
fstyp @info:solaris
1 Hits, Last modified: 13 years ago
Project PDA @p:pda
1 Hits, Last modified: 13 years ago
Install the Java-Plugin for Firefox @info:java
1 Hits, Last modified: 11 years ago
Compare a Key with its Certificate @info:cryptography:openssl
1 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
Print all certificates in a file @info:cryptography:openssl
1 Hits, Last modified: 13 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