• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » re
Trace: • certification • Welcome to your new DokuWiki • qrcode • share • web • export • pkg • andunix Infos • jax • shell

re
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
@info
  • Any namespace
  • info:cryptography (6)
  • info:solaris (6)
  • info:mysql (5)
  • info:oracle (5)
  • info:mac (4)
  • info:script (4)
  • info:sysadmin (4)
  • info:linux (3)
  • info:android (2)
  • info:prog (2)
  • info:webdesign (2)
  • info:code (1)
  • info:java (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:

  • firefox
  • Install the Java-Plugin for Firefox
  • Reload Page
  • Disable Core Dumps
  • Oracle: Resize Instance
  • Compare directories
  • Package Repositories
  • Compare a Key with its Certificate
  • Print Information about a Signature
  • MySQL: Create Database
  • MySQL: Remove Database
  • MySQL: Revoke Permissions
  • MySQL: Create User
  • MySQL: Remove User
  • Firefox Extensions
  • Firefox
  • andunix Infos

Fulltext results:

VBoxManage (The VirtualBox CLI) @info:virtualbox
35 Hits, Last modified: 12 years ago
nage (The VirtualBox CLI) ====== This is a online reference of the output of ''VBoxManage'' without op... .2.16 (C) 2005-2013 Oracle Corporation All rights reserved. </code> ===== Usage: ===== VBoxManage ... minfo <uuid>|<name> --log <idx> registervm <filename> unregistervm... --ostype <ostype>] [--register] [--basefolder
Cleanup Packages @info:linux:debian
28 Hits, Last modified: 12 years ago
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 th... ons | grep 'deinstall$' | cut -f1) </code> ===== Remove Orphans ===== If a packages is installed, al
Package Repositories @info:solaris
14 Hits, Last modified: 13 years ago
====== Package Repositories ====== There's a list of multi-OS repositories at [[http://wikis.sun.com/display/IpsBestPractices/Directory+of+Package+Repositories]]. More on IPS, the Image Package Syst... //wikis.sun.com/display/IpsBestPractices/ ^ //**Repository**// ^ //**Description**// | |http://pk
Generate a Test Key @info:cryptography:openssl
13 Hits, Last modified: 11 years ago
====== Generate a Test Key ====== openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout testk... n page: * ''[[http://www.openssl.org/docs/apps/req.html|req]]'': PKCS#10 certificate request and certificate generating utility. * ''[[http://www.openssl.org/
Git @info:code
11 Hits, Last modified: 7 years ago
====== Git ====== ===== Basics ===== === Init Repository === Standard: git init [DIR] Bare: git in... lete Branch === git branch -d BRANCH === Delete Remote Branch === git push origin -d BRANCH === Li... st branches with commits, which are not in branch REF: git branch --no-merged REF For example, list unmerged branches, which are not in ''develop'': g
Oracle: SPFile and PFiles @info:oracle
11 Hits, Last modified: 13 years ago
====== Oracle: SPFile and PFiles ====== Oracle reads its parameters from a file called "SPFile". You ... y as it's a binary file. Additionally, Oracle can read the parameters from "PFiles", which are regular text files. ===== Create PFile ===== To export th... ===== Initialization Parameters ===== ==== Flash Recovery Area ==== === DB_RECOVERY_FILE_DEST_SIZE =
Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
10 Hits, Last modified: 13 years ago
* ''format'' * ''prtconf'' * ''sysdef'' ==== Reconfigure Devices ==== To reconfigure the devices, you can perform any of these actions: - ''touch /reconfigure'' and reboot the system - From OK promt, bott the system with ''-r'' option (''boot -r'')
localeadm @info:solaris
8 Hits, Last modified: 13 years ago
.com/cd/E18752_01/html/816-5166/localeadm-1m.html#REFMAN1Mlocaleadm-1m|localeadm(1M)]] ===== Preparation ===== Check your Solaris Release with cat /etc/release and get a matching DVD or ISO image. If you're using an ISO image, you have to mount it (insert
Debug Server Certificate from Client @info:cryptography:openssl
7 Hits, Last modified: 12 years ago
goes to "[[http://langui.sh/2009/03/14/checking-a-remote-certificate-chain-with-openssl/| Checking A Remote Certificate Chain With OpenSSL]]" from [[http:... =20:unable to get local issuer certificate verify return:0 --- Certificate chain 0 s:/OU=Domain Contr... uaXgubmV0MA0GCSqG SIb3DQEBBQUAA4IBAQDGbm9yfDQSYgq8reAv//2wV5JvGdeNsrKfb4PLDzWQhaEx YHBMBnrO9BPZkt+GACD
Oracle Errors @info:oracle
7 Hits, Last modified: 13 years ago
Connect internal only, until freed. ===== * **Reason**: The flash recovery area is full. * **Resolution**: [[rman|Remove archive logs]]. * **Resolution**: [[spfile_and_pfiles|Enlarge the flash re
rmdir for OSX @info:mac
5 Hits, Last modified: 10 years ago
the directories to store its settings. This makes removing directories from the command line quite com... ir test </code> I wrote a small bash function to remove directories together with the contained ''.DS... ${d%/}/.DS_Store" if [ -f "${f}" ] then echo "removing ${f}" rm "${f}" fi /bin/rmdir "${d}" |... "${d}" done } </code> With this function you can remove the directory at once: <code bash> $ rmdir te
Print Information about a Key @info:cryptography:openssl
4 Hits, Last modified: 11 years ago
ate but this can change if other options such as -req are present. The DER format is the DER encoding ... key.cer]]'': This specifies the input filename to read a certificate from or standard input if this op... ion prevents output of the encoded version of the request. * ''[[http://www.openssl.org/docs/apps/x5... sions present and any trust settings. You should redirect the output into a file (with "''> testkey_i
Increase the Tomcat Upload Limit @info:sysadmin
4 Hits, Last modified: 9 years ago
max-file-size>52428800</max-file-size> <max-request-size>52428800</max-request-size> <file-size-threshold>0</file-size-threshold> </multip... max-file-size>78643200</max-file-size> <max-request-size>78643200</max-request-size> <file-size-threshold>0</file-size-threshold> </multip
fstyp @info:solaris
4 Hits, Last modified: 13 years ago
====== fstyp ====== ''fstyp'' reports the type of file system. With the ''-v'' (verbose) option reports even more informations. * man page: [[htt... 0 ronly 0 logbno 1568 version 2 fs_reclaim FS_RECLAIM file system state is valid, fsclean is -3 blocks available in each rotational positio
Firefox Extensions @info:prog:firefox
4 Hits, Last modified: 12 years ago
tool/|WOT, Web of Trust]] |Information about the reputation of a page. | |[[https://addons.mozilla.o... destructing-cookies/|Self-Destructing Cookies]] |Removes cookies after closing the tab or navigating ... s://addons.mozilla.org/firefox/addon/lori-life-of-request-info/|lori (Life-of-request info)]] * [[https://addons.mozilla.org/firefox/addon/multirow-book
MySQL: Remove User @info:mysql:user
3 Hits, Last modified: 13 years ago
Plaintext @info:cryptography
3 Hits, Last modified: 13 years ago
Solaris Manuals @info:solaris
3 Hits, Last modified: 13 years ago
MySQL: Revoke Permissions @info:mysql:permissions
3 Hits, Last modified: 13 years ago
Print Information about a Certificate @info:cryptography:openssl
3 Hits, Last modified: 10 years ago
Make your Mac feel at Home @info:mac
3 Hits, Last modified: 10 years ago
Oracle: Resize Instance @info:oracle
3 Hits, Last modified: 13 years ago
Virtual Network Visualization @info:solaris
3 Hits, Last modified: 13 years ago
Oracle: Recovery Manager @info:oracle
3 Hits, Last modified: 13 years ago
SSH @info:sysadmin
2 Hits, Last modified: 10 years ago
MySQL: Backup @info:mysql:database
2 Hits, Last modified: 13 years ago
Android Backup @info:android
2 Hits, Last modified: 13 years ago
Oracle @info:oracle
2 Hits, Last modified: 10 years ago
JAX-WS Debugging @info:java
2 Hits, Last modified: 11 years ago
MySQL: Change Password @info:mysql:user
2 Hits, Last modified: 12 years ago
MySQL: Remove Database @info:mysql:database
2 Hits, Last modified: 13 years ago
exiftool @info:script
2 Hits, Last modified: 9 years ago
Reload Page @info:javascript
2 Hits, Last modified: 13 years ago
CSS - Cascading Stylesheets @info:webdesign:css
2 Hits, Last modified: 13 years ago
Shell Script Variables @info:script
2 Hits, Last modified: 10 years ago
MacPorts @info:mac
2 Hits, Last modified: 10 years ago
DynDNS Updates without a Client @info:script
2 Hits, Last modified: 13 years ago
URL Encoding @info:webdesign
1 Hits, Last modified: 12 years ago
firefox
1 Hits, Last modified: 13 years ago
Set the Timezone on Debian @info:sysadmin:debian
1 Hits, Last modified: 13 years ago
Disable a Service @info:linux:debian
1 Hits, Last modified: 9 years ago
Firefox @info:prog:firefox
1 Hits, Last modified: 13 years ago
Thunderbird Extendsions
1 Hits, Last modified: 13 years ago
Compare directories @info:script
1 Hits, Last modified: 7 years ago
Command Line Audio @info:mac
1 Hits, Last modified: 13 years ago
init @info:linux:debian
1 Hits, Last modified: 13 years ago
List Open Ports @info:sysadmin
1 Hits, Last modified: 9 years ago
Print all certificates in a file @info:cryptography:openssl
1 Hits, Last modified: 13 years ago
Mercurial
1 Hits, Last modified: 13 years ago
Android Apps @info:android
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