• skip to content

andunix.net

User Tools

  • Log In

Site Tools

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

fi
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 (11)
  • info:solaris (8)
  • info:oracle (5)
  • info:script (5)
  • info:mac (4)
  • info:linux (3)
  • info:sysadmin (3)
  • info:android (2)
  • info:code (2)
  • info:java (2)
  • info:mysql (2)
  • info:prog (2)
  • 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
  • WiFi Config QR-Code
  • Install the Java-Plugin for Firefox
  • Oracle: SPFile and PFiles
  • File System
  • Compare a Key with its Certificate
  • Convert a Certificate
  • Debug Server Certificate from Client
  • Download a Server Certificate
  • Print all certificates in a file
  • Print Information about a Certificate
  • Firefox Extensions
  • Firefox
  • andunix Infos

Fulltext results:

VBoxManage (The VirtualBox CLI) @info:virtualbox
67 Hits, Last modified: 12 years ago
provide the settings password [--settingspwfile <file>] provide a file containing the settings password ===== Commands: ===== list [--long|-l] ... |floppies| usbhost|usbfilters|systemproperties|extpacks|
Generate a Test Key @info:cryptography:openssl
35 Hits, Last modified: 11 years ago
nssl.org/docs/apps/req.html|req]]'': PKCS#10 certificate request and certificate generating utility. * ''[[http://www.openssl.org/docs/apps/req.html#ite... -x509]]'': this option outputs a self signed certificate instead of a certificate request. This is typically used to generate a test certificate or a self
Oracle: SPFile and PFiles @info:oracle
35 Hits, Last modified: 13 years ago
====== Oracle: SPFile and PFiles ====== 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
Firefox Extensions @info:prog:firefox
30 Hits, Last modified: 12 years ago
====== Firefox Extensions ====== ===== Browsing Extensions ===== ^ //**Extension**// ^ //**Description**// ^ |[[https://addons.mozilla.org/firefox/addon/adblock-plus/|Adblock Plus]] |A must-... are so anoying. | |[[https://addons.mozilla.org/firefox/addon/greasemonkey/|Greasemonkey]] |Customi... sing JavaScript. | |[[https://addons.mozilla.org/firefox/addon/wot-safe-browsing-tool/|WOT, Web of Tr
Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
27 Hits, Last modified: 13 years ago
to achieve the [[http://www.sun.com/training/certification/solaris/scsa.xml|Sun Certified System Administrator (SCSA)]] certification. This are my notes taken while studying the preparation books. ===== Managing File Systems ===== ==== List Devices ==== To list
localeadm @info:solaris
21 Hits, Last modified: 13 years ago
eadm ====== The localeadm utility queries and configures Solaris locales through a command line inter... ge, you have to mount it (insert your path in the first line. <code bash> ISOIMG="/share/iso/sol-10-u8-ga-sparc-dvd.iso" LOFIDEV=$(lofiadm -a ${ISOIMG}) echo LOFIDEV=${LOFIDEV} mount -F hsfs ${LOFIDEV} /mnt </code> Note: If yo
Debug Server Certificate from Client @info:cryptography:openssl
20 Hits, Last modified: 12 years ago
====== Debug Server Certificate from Client ====== Credit for this example goes to "[[http://langui.sh/2009/03/14/checking-a-remote-certificate-chain-with-openssl/| Checking A Remote Certificate Chain With OpenSSL]]" from [[http://langui.sh/... rts|-showcerts]]'': display the whole server certificate chain: normally only the server certificate i
Cleanup Packages @info:linux:debian
19 Hits, Last modified: 12 years ago
ge is removed, it is only uninstalled, but the configuration remains on the system. This is a good thi... are able to reinstall the package and have it configured with the old configuration. But if you want to cleanup this old stuff, you can ge a list of unin... r automatically installed but leftover packages. First, you have to install ''deborpan'': <code bash
File System @info:solaris
19 Hits, Last modified: 13 years ago
====== File System ====== ===== File System Organization ===== * File system organization - [[http://docs.sun.com/app/docs/doc/819-2252/filesystem-5|filesystem(5)]] ===== File Systems ===
Download a Server Certificate @info:cryptography:openssl
18 Hits, Last modified: 11 years ago
====== Download a Server Certificate ====== First, load the certificate chain from the server: <code bash> openssl s_client -showcerts -connect www... l </code> This will output the whole server certificate chain. Every chertificate ist wrapped between
Increase the Tomcat Upload Limit @info:sysadmin
17 Hits, Last modified: 9 years ago
the Tomcats has a limit of 50MiB. This limit is defined in the file ''WEB-INF/web.xml'' within the "manager"-App: <code xml> <multipart-config> <!-- 50MB max --> <max-file-size>52428800</max-file-size> <max-request-size>52428
Print all certificates in a file @info:cryptography:openssl
16 Hits, Last modified: 13 years ago
====== Print all certificates in a file ====== This command is especially helpful if you want to use Tomcat-/Java-Keystore-Certificates with the Apache webserver. Use the -print_certs to print all the certificates and then cut the file and store each certifi
DynDNS Updates without a Client @info:script
13 Hits, Last modified: 13 years ago
"${UPDATE_URL}?hostname=${domain}" done </code> First, the login credentials (the ''$LOGIN'' variabl... rver's URL (''$UPDATE_URL'') are read from the config file ''~/.dyndns.cfg''. Here an example config file: <file bash dyndns.cfg> LOGIN="jdoe:secret" UPDATE
fstyp @info:solaris
11 Hits, Last modified: 13 years ago
===== fstyp ====== ''fstyp'' reports the type of file system. With the ''-v'' (verbose) option report... S: ''fstyp'' ==== fstyp /dev/rdsk/c1t0d0s0 <file> ufs </file> ==== UFS: ''fstyp -v'' ==== fstyp -v /dev/rdsk/c1t0d0s0 <file> ufs magic 11954 format dynamic time We
Oracle: Resize Instance @info:oracle
11 Hits, Last modified: 13 years ago
e SGA will be resized to 6GB and the PGA to 2GB. First, change the [[spfile_and_pfiles|SPFile]]: <code sql> ALTER SYSTEM SET pga_aggregate_target = 2G SCOPE=SPFILE; ALTER SYSTEM SET sg
Print Information about a Key @info:cryptography:openssl
10 Hits, Last modified: 11 years ago
Firefox @info:prog:firefox
9 Hits, Last modified: 13 years ago
Compare a Key with its Certificate @info:cryptography:openssl
8 Hits, Last modified: 13 years ago
Print Information about a Certificate @info:cryptography:openssl
8 Hits, Last modified: 10 years ago
WiFi Config QR-Code
7 Hits, Last modified: 10 years ago
Android Backup @info:android
7 Hits, Last modified: 13 years ago
Git @info:code
7 Hits, Last modified: 7 years ago
Virtual Network Visualization @info:solaris
6 Hits, Last modified: 13 years ago
Install the Java-Plugin for Firefox @info:java
6 Hits, Last modified: 11 years ago
SSH @info:sysadmin
5 Hits, Last modified: 10 years ago
Mercurial
4 Hits, Last modified: 13 years ago
MySQL: Create User @info:mysql:user
4 Hits, Last modified: 10 years ago
Convert a Key @info:cryptography:openssl
4 Hits, Last modified: 7 years ago
rmdir for OSX @info:mac
4 Hits, Last modified: 10 years ago
exiftool @info:script
3 Hits, Last modified: 9 years ago
Command Line Audio @info:mac
3 Hits, Last modified: 13 years ago
Package Repositories @info:solaris
3 Hits, Last modified: 13 years ago
Change Encoding with iconv @info:script
3 Hits, Last modified: 13 years ago
Disable Core Dumps @info:linux
2 Hits, Last modified: 12 years ago
Convert a Certificate @info:cryptography:openssl
2 Hits, Last modified: 11 years ago
jps - Java Virtual Machine Process Status Tool @info:java
2 Hits, Last modified: 13 years ago
/etc/path_to_inst @info:solaris:etc
2 Hits, Last modified: 13 years ago
Android Apps @info:android
2 Hits, Last modified: 13 years ago
Compare directories @info:script
2 Hits, Last modified: 7 years ago
/etc @info:solaris
2 Hits, Last modified: 13 years ago
Oracle Errors @info:oracle
2 Hits, Last modified: 13 years ago
Set the Timezone on Debian @info:sysadmin:debian
2 Hits, Last modified: 13 years ago
Specify Java VM for Eclipse @info:code:eclipse
1 Hits, Last modified: 12 years ago
MySQL: Change Password @info:mysql:user
1 Hits, Last modified: 12 years ago
Clear DNS Cache @info:mac
1 Hits, Last modified: 10 years ago
Plaintext @info:cryptography
1 Hits, Last modified: 13 years ago
Oracle: Recovery Manager @info:oracle
1 Hits, Last modified: 13 years ago
firefox
1 Hits, Last modified: 13 years ago
Oracle: EXP @info:oracle
1 Hits, Last modified: 13 years ago
Setting the Timezone @info:linux:debian
1 Hits, Last modified: 13 years ago
Cryptography @info:cryptography
1 Hits, Last modified: 13 years ago
Command Line Tools Used in My Scripts @info:script
1 Hits, Last modified: 13 years ago
Make your Mac feel at Home @info:mac
1 Hits, Last modified: 10 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