• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net ยป al
Trace:

al
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:cryptography (9)
  • info:solaris (8)
  • info:mysql (7)
  • info:oracle (6)
  • info:script (6)
  • info:mac (5)
  • info:java (3)
  • info:android (2)
  • info:linux (2)
  • info:sysadmin (2)
  • info:virtualbox (2)
  • info:webdesign (2)
  • info:code (1)
  • info:db (1)
  • info:javascript (1)
  • info:prog (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • localeadm
  • Solaris Manuals
  • VBoxManage (The VirtualBox CLI)
  • VirtualBox
  • andunix Infos
  • Print all certificates in a file
  • ISO 3166-1 alpha-2

Fulltext results:

VBoxManage (The VirtualBox CLI) @info:virtualbox
58 Hits, Last modified: 12 years ago
~~NOTOC~~ ====== VBoxManage (The VirtualBox CLI) ====== This is a online reference of the output of ''... xManage'' without options. <code> Oracle VM VirtualBox Command Line Management Interface Version 4.2.16 (C) 2005-2013 Oracle Corporation All rights reserved. </code> ===== Usage: ===== VBoxManage [<general option>] <command> ===== General Options: =====
localeadm @info:solaris
37 Hits, Last modified: 13 years ago
====== localeadm ====== The localeadm utility queries and configures Solaris locales through a command line interface. * man page: [... p://docs.oracle.com/cd/E18752_01/html/816-5166/localeadm-1m.html#REFMAN1Mlocaleadm-1m|localeadm(1M)]]
Cleanup Packages @info:linux:debian
27 Hits, Last modified: 12 years ago
====== Cleanup Packages ====== ===== Purge uninstalled Packages ===== If a package is removed, it is only uninstalled, but the configuration remains on the system. This is a good thing, as you are able to reinstall the package and have it configured with the old ... leanup this old stuff, you can ge a list of uninstalled (but not purged) packages with this command:
Virtual Network Visualization @info:solaris
16 Hits, Last modified: 13 years ago
====== Virtual Network Visualization ====== OpenSolaris supports virtual networks using virtual interfaces connected with virtual switches. This feature was introduced with [
Debug Server Certificate from Client @info:cryptography:openssl
13 Hits, Last modified: 12 years ago
: display the whole server certificate chain: normally only the server certificate itself is displayed... ix.net:443]]'': This specifies the host and optional port to connect to. If not specified then an attempt is made to connect to the local host on port 443. ===== Example Output ===== <f... 03) depth=1 C = GB, ST = Greater Manchester, L = Salford, O = COMODO CA Limited, CN = PositiveSSL CA 2
Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
13 Hits, Last modified: 13 years ago
vfsadm -i sd'' ==== Device Names ==== * physical device path: ''"/pci@0/pci@0/pci@1/pci@0/pci@2/network@0" 0 "e1000g"'' * logical device name: ''e1000g0'' * logical device path: ''/dev/e1000g0'' (symlink to physical device path) * driver: ''e1000g'' * driver ins
jps - Java Virtual Machine Process Status Tool @info:java
10 Hits, Last modified: 13 years ago
====== jps - Java Virtual Machine Process Status Tool ====== The Java Virtual Machine has a ''jps'' tool wich is a bit like the ''ps'' command. ''jps'' lists all ''java'' Processes of a user. You can find the m... a/bin/jps -lm Here are some more examples: List all java processes: ''jps'' <code> 55719 hourglass.j
MacPorts @info:mac
7 Hits, Last modified: 10 years ago
uested | cut -d ' ' -f 1 | uniq </code> list installed ports: <code bash> port -qv installed </code> ===== Housekeeping ===== When ports are updated, the old port is only deactivated, not uninstalled: <code> ... autoconf @2.... @2.69_5 ... </code> You can see a list of all installed ports: <code bash> port echo installed
Oracle: Recovery Manager @info:oracle
5 Hits, Last modified: 13 years ago
</code> ===== Delete Archive Logs ===== Delete all archive logs but keep the last 45 days: <code sql> DELETE ARCHIVELOG ALL COMPLETED BEFORE 'SYSDATE -45'; </code> To remo... ackup run: <code sql> DELETE NOPROMPT ARCHIVELOG ALL COMPLETED BEFORE 'SYSDATE -45'; </code> A sample script could be (deleting all logs except the last three days): <code bash> #
Generate a Test Key @info:cryptography:openssl
5 Hits, Last modified: 11 years ago
te instead of a certificate request. This is typically used to generate a test certificate or a self s... guration file. Unless specified using the set_serial option 0 will be used for the serial number. * ''[[http://www.openssl.org/docs/apps/req.html#item__... a new private key. The argument takes one of several forms. rsa:nbits, where nbits is the number of bi
Oracle: SPFile and PFiles @info:oracle
4 Hits, Last modified: 13 years ago
====== Oracle reads its parameters from a file called "SPFile". You can't change it directly as it's a binary file. Additionally, Oracle can read the parameters from "PFiles", ... le/config/pfiles/initweb.ora' </code> ===== Initialization Parameters ===== ==== Flash Recovery Area... it param in memory and in the SPFile. <code sql> ALTER SYSTEM SET DB_RECOVERY_FILE_DEST_SIZE=8G SCOPE
Oracle: Resize Instance @info:oracle
4 Hits, Last modified: 13 years ago
nge the [[spfile_and_pfiles|SPFile]]: <code sql> ALTER SYSTEM SET pga_aggregate_target = 2G SCOPE=SPFILE; ALTER SYSTEM SET sga_target = 6G SCOPE=SPFILE; </code> Then, (optionally) export the SPFile to a PFile: <code sql> CREATE PFILE FROM SPFILE; </code> Finally, reboot the instance to activate the change: <
Thunderbird Extendsions
4 Hits, Last modified: 13 years ago
//addons.mozilla.org/thunderbird/addon/lightning-calendar-tabs/|Lightning Calendar Tabs]] * [[https://addons.mozilla.org/thunderbird/addon/mailredirect/... [https://addons.mozilla.org/thunderbird/addon/nostalgy/|Nostalgy]] * [[https://addons.mozilla.org/thunderbird/addon/lightning-qr-code-add-on/|Lightning
JAX-WS Debugging @info:java
4 Hits, Last modified: 11 years ago
ent.HttpTransportPipe.dump=true com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.dump=t... port.http.HttpAdapter.dump=true com.sun.xml.internal.ws.transport.http.HttpAdapter.dump=true </code> ... ost common option seems to be ''com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.dump''... to the command line): <code> -Dcom.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.dump=t
Solaris Manuals @info:solaris
4 Hits, Last modified: 13 years ago
====== Solaris Manuals ====== ===== man pages ===== :!: Tip: You can download the whole collection o... .com/app/docs/coll/40.10|Solaris 10 Reference Manual Collection]] * [[http://docs.sun.com/app/docs/coll/40.18|OpenSolaris Reference Manual Collection]] {{tag>solaris manual reference documentation download}}
Automatic Submission of a Form if an Element is changed @info:javascript
4 Hits, Last modified: 13 years ago
Package Repositories @info:solaris
4 Hits, Last modified: 13 years ago
MySQL: Create User @info:mysql:user
4 Hits, Last modified: 10 years ago
Firefox Extensions @info:prog:firefox
4 Hits, Last modified: 12 years ago
ISO 3166-1 alpha-2 @info:db:iso:3166-1
3 Hits, Last modified: 13 years ago
Mercurial
3 Hits, Last modified: 13 years ago
Command Line Tools Used in My Scripts @info:script
3 Hits, Last modified: 13 years ago
MySQL: Backup @info:mysql:database
3 Hits, Last modified: 13 years ago
Shadows @info:webdesign:css
3 Hits, Last modified: 13 years ago
Plaintext @info:cryptography
3 Hits, Last modified: 13 years ago
root login with bash @info:script
3 Hits, Last modified: 13 years ago
Print all certificates in a file @info:cryptography:openssl
3 Hits, Last modified: 13 years ago
Oracle: List Accounts with Objects @info:oracle
3 Hits, Last modified: 13 years ago
Print Information about a Key @info:cryptography:openssl
3 Hits, Last modified: 11 years ago
DynDNS Updates without a Client @info:script
3 Hits, Last modified: 13 years ago
VirtualBox @info:virtualbox
3 Hits, Last modified: 13 years ago
Compare directories @info:script
3 Hits, Last modified: 7 years ago
exiftool @info:script
2 Hits, Last modified: 9 years ago
Clear DNS Cache @info:mac
2 Hits, Last modified: 10 years ago
Compare a Key with its Certificate @info:cryptography:openssl
2 Hits, Last modified: 13 years ago
Install the Java-Plugin for Firefox @info:java
2 Hits, Last modified: 11 years ago
Convert a Key @info:cryptography:openssl
2 Hits, Last modified: 7 years ago
Increase the Tomcat Upload Limit @info:sysadmin
2 Hits, Last modified: 9 years ago
fstyp @info:solaris
2 Hits, Last modified: 13 years ago
Print Information about a Certificate @info:cryptography:openssl
2 Hits, Last modified: 10 years ago
rmdir for OSX @info:mac
2 Hits, Last modified: 10 years ago
Android Backup @info:android
2 Hits, Last modified: 13 years ago
Set a Mac's Hostname @info:mac
1 Hits, Last modified: 10 years ago
Specify Java VM for Eclipse @info:code:eclipse
1 Hits, Last modified: 12 years ago
MySQL: Revoke Permissions @info:mysql:permissions
1 Hits, Last modified: 13 years ago
Change Encoding with iconv @info:script
1 Hits, Last modified: 13 years ago
MySQL: Grant Permissions @info:mysql:permissions
1 Hits, Last modified: 13 years ago
Oracle: EXP @info:oracle
1 Hits, Last modified: 13 years ago
/etc/path_to_inst @info:solaris:etc
1 Hits, Last modified: 13 years ago
Oracle Errors @info:oracle
1 Hits, Last modified: 13 years ago
MySQL: Create Database @info:mysql:database
1 Hits, Last modified: 13 years ago
Make your Mac feel at Home @info:mac
1 Hits, Last modified: 10 years ago
CSS - Cascading Stylesheets @info:webdesign:css
1 Hits, Last modified: 13 years ago
Cryptography @info:cryptography
1 Hits, Last modified: 13 years ago
Android @info:android
1 Hits, Last modified: 13 years ago
MySQL: Remove User @info:mysql:user
1 Hits, Last modified: 13 years ago
File System @info:solaris
1 Hits, Last modified: 13 years ago
Cursor Size @info:linux:gnome
1 Hits, Last modified: 10 years ago
List Open Ports @info:sysadmin
1 Hits, Last modified: 9 years ago
MySQL: Change Password @info:mysql:user
1 Hits, Last modified: 12 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