• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » ve
Trace: • generator • video

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

Matching pagenames:

  • Convert a Certificate
  • Convert a Key
  • Debug Server Certificate from Client
  • Download a Server Certificate
  • MySQL: Remove Database
  • MySQL: Remove User

Fulltext results:

VBoxManage (The VirtualBox CLI) @info:virtualbox
46 Hits, Last modified: 12 years ago
e VM VirtualBox Command Line Management Interface Version 4.2.16 (C) 2005-2013 Oracle Corporation All rights reserved. </code> ===== Usage: ===== VBoxManage [<gen... <command> ===== General Options: ===== [-v|--version] print version number and exit [-q|--nologo] suppress the logo [--set
Cleanup Packages @info:linux:debian
20 Hits, Last modified: 12 years ago
e uninstalled Packages ===== If a package is removed, it is only uninstalled, but the configuration r... g, as you are able to reinstall the package and have it configured with the old configuration. But if ... | grep 'deinstall$' | cut -f1) </code> ===== Remove Orphans ===== If a packages is installed, all it... tically installed. If the selected package is removed or the dependencies change, there can be left ov
Compare a Key with its Certificate @info:cryptography:openssl
17 Hits, Last modified: 13 years ago
[[https://kb.wisc.edu/middleware/page.php?id=4064|Verifying that a Private Key Matches a Certificate]]" from the [[https://kb.wisc.edu/|University of Wisconsin Knowledgebase]]. To see if a key ''server.key'' belongs to the certificate ''server.crt'', they need to have the same "modulus" and "exponent"
Debug Server Certificate from Client @info:cryptography:openssl
15 Hits, Last modified: 12 years ago
====== Debug Server Certificate from Client ====== Credit for this example goes to "[[http://langui.s... m__showcerts|-showcerts]]'': display the whole server certificate chain: normally only the server certificate itself is displayed. * ''[[http://www.open... r, L = Salford, O = COMODO CA Limited, CN = PositiveSSL CA 2 verify error:num=20:unable to get local i
Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
10 Hits, Last modified: 13 years ago
= I'm preparing myself for the two exams to achieve the [[http://www.sun.com/training/certification/s... ass//, e.g. ''devfsadm -c disk'' * Limit a driver: ''devfsadm -i ''//driver//, e.g. ''devfsadm -i sd'' ==== Device Names ==== * physical device pa... 1000g0'' (symlink to physical device path) * driver: ''e1000g'' * driver instance: 0 ==== Device
Oracle: SPFile and PFiles @info:oracle
10 Hits, Last modified: 13 years ago
he parameters from the PFile to the SPFile, you have to boot the instance from the PFile and the write the SPFile. You have to enter the path to the PFile instead of ${PATH_... = Initialization Parameters ===== ==== Flash Recovery Area ==== === DB_RECOVERY_FILE_DEST_SIZE === The parameter ''DB_RECOVERY_FILE_DEST_SIZE'' specifi
Firefox Extensions @info:prog:firefox
9 Hits, Last modified: 12 years ago
fox/addon/adblock-plus/|Adblock Plus]] |A must-have. Blocks all these blinking ads which are so anoyi... ructing-cookies/|Self-Destructing Cookies]] |Removes cookies after closing the tab or navigating to another site. | ===== Web Developer Extensions ===== ^ //**Extension**// ^ /... | |[[https://addons.mozilla.org/firefox/addon/live-http-headers/|Live HTTP Headers]] | | |[[https:
Oracle: Recovery Manager @info:oracle
9 Hits, Last modified: 13 years ago
====== Oracle: Recovery Manager ====== ===== Start Recovery Manager ===== <code bash> rman target / </code> ===== Delete Archive Logs ===== Delete all archive logs but keep the last 45 days: <code sql> DELETE ARCHIVELOG ALL COMP
Git @info:code
8 Hits, Last modified: 7 years ago
See commits between branches: git log master..develop ===== Branches ===== === List Branches === g... ple, list unmerged branches, which are not in ''develop'': git branch --no-merged develop === List unmerges commits === List commits in branch BRANCH, w... commits in a feature branch, which are not in ''develop'': git cherry -v develop feature/FEATURE ===
Android Apps @info:android
7 Hits, Last modified: 13 years ago
able, there are both links, the paid and the free version. * [[https://play.google.com/store/apps/d... m/store/apps/details?id=de.fun2code.android.webdrive|DavDrive]] / [[https://play.google.com/store/apps/details?id=de.fun2code.android.lite.webdrive|DavDrive Lite]] * [[https://play.google.com/sto
Download a Server Certificate @info:cryptography:openssl
7 Hits, Last modified: 11 years ago
====== Download a Server Certificate ====== First, load the certificate chain from the server: <code bash> openssl s_client -showcerts -conne... </dev/null </code> This will output the whole server certificate chain. Every chertificate ist wrapped between ''-----BEGIN CERTIFICATE-----'' and ''----
Oracle Errors @info:oracle
7 Hits, Last modified: 13 years ago
===== Oracle Errors ====== ===== ORA-00257: archiver error. Connect internal only, until freed. ===== * **Reason**: The flash recovery area is full. * **Resolution**: [[rman|Remove archive logs]]. * **Resolution**: [[spfile_and_pfiles|Enlarge the flash recovery area]]. * **Docu
DynDNS Updates without a Client @info:script
6 Hits, Last modified: 13 years ago
ng for a DynDNS client for my OpenSolaris Home Server, but a small bash script does the job as good as... credentials (the ''$LOGIN'' variable) and the server's URL (''$UPDATE_URL'') are read from the config... eck. As soon a I found out how to download the server certificate and check it in the correct way I wi... my scripts collection, so you can find the latest version at http://bitbucket.org/andunix/scripts/src/
Mercurial
5 Hits, Last modified: 13 years ago
^nbproject/private$ </code> Only in the second level directory, but not in subdirectories: <code> ^[... dd: <code> ^.classpath$ ^.project$ </code> ==== Version Control Backup Files ==== Version Control System produce backup files when doing irreversible changes. <code> \.orig$ \.orig\..*$ \.chg\
fstyp @info:solaris
5 Hits, Last modified: 13 years ago
reports the type of file system. With the ''-v'' (verbose) option reports even more informations. * man page: [[http://docs.sun.com/app/docs/doc/819-22... fmod 0 ronly 0 logbno 1568 version 2 fs_reclaim FS_RECLAIM file system state is... = pfexec fstyp -v /dev/rdsk/c7d0s0 <file> zfs version: 14 name: 'rpool' state: 0 txg: 6946 pool_gu
localeadm @info:solaris
4 Hits, Last modified: 13 years ago
Change Encoding with iconv @info:script
4 Hits, Last modified: 13 years ago
Convert a Key @info:cryptography:openssl
4 Hits, Last modified: 7 years ago
Android Backup @info:android
4 Hits, Last modified: 13 years ago
MySQL: Remove User @info:mysql:user
3 Hits, Last modified: 13 years ago
Print Information about a Key @info:cryptography:openssl
3 Hits, Last modified: 11 years ago
Convert a Certificate @info:cryptography:openssl
3 Hits, Last modified: 11 years ago
Package Repositories @info:solaris
3 Hits, Last modified: 13 years ago
Generate a Test Key @info:cryptography:openssl
2 Hits, Last modified: 11 years ago
List Open Ports @info:sysadmin
2 Hits, Last modified: 9 years ago
Print Information about a Certificate @info:cryptography:openssl
2 Hits, Last modified: 10 years ago
JAX-WS Debugging @info:java
2 Hits, Last modified: 11 years ago
/etc/path_to_inst @info:solaris:etc
2 Hits, Last modified: 13 years ago
jps - Java Virtual Machine Process Status Tool @info:java
2 Hits, Last modified: 13 years ago
Increase the Tomcat Upload Limit @info:sysadmin
2 Hits, Last modified: 9 years ago
Make your Mac feel at Home @info:mac
2 Hits, Last modified: 10 years ago
rmdir for OSX @info:mac
2 Hits, Last modified: 10 years ago
MySQL: Remove Database @info:mysql:database
2 Hits, Last modified: 13 years ago
Shell Script Variables @info:script
2 Hits, Last modified: 10 years ago
exiftool @info:script
1 Hits, Last modified: 9 years ago
MacPorts @info:mac
1 Hits, Last modified: 10 years ago
Print all certificates in a file @info:cryptography:openssl
1 Hits, Last modified: 13 years ago
MySQL: Create User @info:mysql:user
1 Hits, Last modified: 10 years ago
Plaintext @info:cryptography
1 Hits, Last modified: 13 years ago
Command Line Audio @info:mac
1 Hits, Last modified: 13 years ago
Oracle: SQLplus Scripting @info:oracle
1 Hits, Last modified: 13 years ago
init @info:linux:debian
1 Hits, Last modified: 13 years ago
Command Line Tools Used in My Scripts @info:script
1 Hits, Last modified: 13 years ago
Virtual Network Visualization @info:solaris
1 Hits, Last modified: 13 years ago
Shadows @info:webdesign:css
1 Hits, Last modified: 13 years ago
Install the Java-Plugin for Firefox @info:java
1 Hits, Last modified: 11 years ago
Clear DNS Cache @info:mac
1 Hits, Last modified: 10 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