• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » ed
Trace: • project • link • CSS - Cascading Stylesheets • andunix Infos • url • andunix Infos • Cleanup Packages • rmdir for OSX • Travian Map Download Script • fstyp

ed
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.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@info
  • Any namespace
  • info:cryptography (9)
  • info:solaris (6)
  • info:mac (5)
  • info:db (4)
  • info:linux (4)
  • info:oracle (4)
  • info:code (2)
  • info:mysql (2)
  • info:script (2)
  • info:sysadmin (2)
  • info:android (1)
  • info:java (1)
  • info:javascript (1)
  • info:prog (1)
  • info:virtualbox (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Generate a Test Key @info:cryptography:openssl
24 Hits, Last modified: 11 years ago
ey.key -out testkey.crt Informations about the used arguments from the OpenSSL man page: * ''[[htt... m__x509|-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 signed root CA. The extensions added to the certificate (if
VBoxManage (The VirtualBox CLI) @info:virtualbox
20 Hits, Last modified: 12 years ago
(C) 2005-2013 Oracle Corporation All rights reserved. </code> ===== Usage: ===== VBoxManage [<gene... [--biosbootmenu disabled|menuonly|messageandmenu] ... [--nic<1-N> none|null|nat|bridged|intnet|hostonly| ... irtio] [--cableconnected<1-N> on|off] [--nictr
Cleanup Packages @info:linux:debian
17 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 ar... able to reinstall the package and have it configured with the old configuration. But if you want to cl
Debug Server Certificate from Client @info:cryptography:openssl
11 Hits, Last modified: 12 years ago
ect www.andunix.net:443 Informations about the used arguments from the OpenSSL man page: * ''[[htt... ally only the server certificate itself is displayed. * ''[[http://www.openssl.org/docs/apps/s_clien... st and optional port to connect to. If not specified then an attempt is made to connect to the local h... nt -showcerts -connect www.andunix.net:443 CONNECTED(00000003) depth=1 C = GB, ST = Greater Manchester
MacPorts @info:mac
9 Hits, Last modified: 10 years ago
Ports ====== ===== List Ports ===== list requested ports: <code bash> port echo requested | cut -d ' ' -f 1 | uniq </code> list installed ports: <code bash> port -qv installed </code> ===== Housekeeping ===== When ports are updated, the
Virtual Network Visualization @info:solaris
9 Hits, Last modified: 13 years ago
virtual networks using virtual interfaces connected with virtual switches. This feature was introduced with [[http://www.opensolaris.org/os/project/cross... .06. To visualize the internal network(s), I created a perl script which takes the output of ''dladm s... and generates a dot-File, which then can be rendered using [[http://www.graphviz.org/|Graphviz]]. **U
Plaintext @info:cryptography
8 Hits, Last modified: 13 years ago
===== Plaintext ====== The plaintext is unencrypted and unsigned text. It's the payload which then get's signed and/or encrypted. Wikipedia defines [[http://en.wikipedia.org/wiki/Plaintext|plaintext]] as: > In c
localeadm @info:solaris
6 Hits, Last modified: 13 years ago
ocaleadm. ===== Examples ===== ==== List Installed Locales ==== <code bash> localeadm -lc </code> Example output: <code> Checking for installed packages. This could take a while. […] ----------------- The following regions are installed on maja on Donnerstag, 9. September 2010, 16:44:... ode> Example output: <code> Checking for installed packages. This could take a while. […] ------
Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
6 Hits, Last modified: 13 years ago
raining/certification/solaris/scsa.xml|Sun Certified System Administrator (SCSA)]] certification. This... (KiB)]])) or 8 KiB. On sun4u only 8 KiB is supported. 8 KiB is default and recommended. * The //fragment size// is the logical block size divided by 1, 2, 4 or 8. So, it can be between 512 Bytes
Command Line Tools Used in My Scripts @info:script
4 Hits, Last modified: 13 years ago
====== Command Line Tools Used in My Scripts ====== This is a list of comman dline tools which I use in my scripts an which should be installed on every of my systems. Basic tools (e.g. awk, find, grep, ps) which are always installed are not listed. ===== Audio/Video ===== * cdda2wav * cdrecord * cdrdao * [[http://dvdauthor
Print Information about a Key @info:cryptography:openssl
4 Hits, Last modified: 11 years ago
estkey.cer -noout -text Informations about the used arguments from the OpenSSL man page: * ''[[htt... the DER encoding with header and footer lines added. The NET option is an obscure Netscape server for... om or standard input if this option is not specified. * ''[[http://www.openssl.org/docs/apps/x509.ht... oout]]'': this option prevents output of the encoded version of the request. * ''[[http://www.openss
Android Backup @info:android
4 Hits, Last modified: 13 years ago
n the filename: <code bash> adb backup -apk -shared -all -f $(date '+%Y-%m-%d').db </code> If you ar... connect for backup"), check the listing of connected devices: <code bash> adb devices </code> Which ... listing like this: <file> List of devices attached ???????????? no permissions </file> You can sol... ing. starting it now on port 5037 * * daemon started successfully * </file> After this, the output of
MySQL: Create User @info:mysql:user
4 Hits, Last modified: 10 years ago
==== <code sql> CREATE USER '{user}'@'%' IDENTIFIED BY '{passwd}'; </code> ==== Create User and Data... b}'' <code sql> CREATE USER '{user}'@'%' IDENTIFIED BY '{passwd}'; GRANT USAGE ON * . * TO '{user}'@'%' IDENTIFIED BY '{passwd}' WITH MAX_QUERIES_PER_HOUR 0 ... NT ALL ON `dbname`.* TO 'dbuser'@'dbhost' IDENTIFIED BY 'dbpass'; </code> {{tag>admin database mysql
Print all certificates in a file @info:cryptography:openssl
4 Hits, Last modified: 13 years ago
nt_certs -out certs.pem Informations about the used arguments from the OpenSSL man page: * ''[[htt... om or standard input if this option is not specified. * ''[[http://www.openssl.org/docs/apps/pkcs7.h... s]]'': prints out any certificates or CRLs contained in the file. They are preceded by their subject and issuer names in one line format. * ''[[http://w
Git @info:code
3 Hits, Last modified: 7 years ago
hich are not in branch REF: git branch --no-merged REF For example, list unmerged branches, which are not in ''develop'': git branch --no-merged develop === List unmerges commits === List commit
Increase the Tomcat Upload Limit @info:sysadmin
3 Hits, Last modified: 9 years ago
Command Line Audio @info:mac
3 Hits, Last modified: 13 years ago
Oracle: Recovery Manager @info:oracle
3 Hits, Last modified: 13 years ago
Package Repositories @info:solaris
3 Hits, Last modified: 13 years ago
DynDNS Updates without a Client @info:script
3 Hits, Last modified: 13 years ago
Print Information about a Certificate @info:cryptography:openssl
3 Hits, Last modified: 10 years ago
rmdir for OSX @info:mac
2 Hits, Last modified: 10 years ago
Oracle: SPFile and PFiles @info:oracle
2 Hits, Last modified: 13 years ago
Compare a Key with its Certificate @info:cryptography:openssl
2 Hits, Last modified: 13 years ago
Download a Server Certificate @info:cryptography:openssl
2 Hits, Last modified: 11 years ago
fstyp @info:solaris
2 Hits, Last modified: 13 years ago
File System @info:solaris
2 Hits, Last modified: 13 years ago
Oracle: Resize Instance @info:oracle
1 Hits, Last modified: 13 years ago
SSH
1 Hits, Last modified: 13 years ago
Specify Java VM for Eclipse @info:code:eclipse
1 Hits, Last modified: 12 years ago
Cursor Size @info:linux:gnome
1 Hits, Last modified: 10 years ago
firefox
1 Hits, Last modified: 13 years ago
Set a Mac's Hostname @info:mac
1 Hits, Last modified: 10 years ago
ISO 3166-2:DE @info:db:iso:3166-2
1 Hits, Last modified: 13 years ago
SSH @info:sysadmin
1 Hits, Last modified: 10 years ago
Automatic Submission of a Form if an Element is changed @info:javascript
1 Hits, Last modified: 13 years ago
Make your Mac feel at Home @info:mac
1 Hits, Last modified: 10 years ago
Install the Java-Plugin for Firefox @info:java
1 Hits, Last modified: 11 years ago
Firefox Extensions @info:prog:firefox
1 Hits, Last modified: 12 years ago
Setting the Timezone @info:linux:debian
1 Hits, Last modified: 13 years ago
ISO 3166-1 alpha-2 @info:db:iso:3166-1
1 Hits, Last modified: 13 years ago
Disable Core Dumps @info:linux
1 Hits, Last modified: 12 years ago
Oracle Errors @info:oracle
1 Hits, Last modified: 13 years ago
Cryptography @info:cryptography
1 Hits, Last modified: 13 years ago
ISO 3166-1 @info:db:iso:3166-1
1 Hits, Last modified: 13 years ago
ISO 3166-2 @info:db:iso:3166-2
1 Hits, Last modified: 13 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