• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » rm
Trace: • mouse • debian • Travian

rm
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:mysql (4)
  • info:solaris (4)
  • info:mac (3)
  • info:linux (2)
  • info:oracle (2)
  • info:prog (2)
  • info:webdesign (2)
  • info:android (1)
  • info:db (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:

  • rmdir for OSX
  • Oracle: Recovery Manager
  • MySQL: Grant Permissions
  • Permission Administration
  • MySQL: Revoke Permissions
  • andunix Infos
  • MySQL: View Permissions

Fulltext results:

Print Information about a Key @info:cryptography:openssl
11 Hits, Last modified: 11 years ago
====== Print Information about a Key ====== openssl x509 -inform DER -in testkey.cer -noout -text Informations about the used arguments from the OpenSSL man page: ... p://www.openssl.org/docs/apps/x509.html#item__inform|-inform DER]]'': This specifies the input format
rmdir for OSX @info:mac
9 Hits, Last modified: 10 years ago
====== rmdir for OSX ====== The Finder on OSX creates ''.DS_Store'' files in the directories to store... the command line quite complicated: <code bash> $ rmdir test rmdir: test: Directory not empty $ rm test/.DS_Store $ /bin/rmdir test </code> I wrote a small bash fu
VBoxManage (The VirtualBox CLI) @info:virtualbox
7 Hits, Last modified: 12 years ago
e2dvideo on|off] [--firmware bios|efi|efi32|efi64] ... ve>|iscsi] [--mtype normal|writethrough|immutable|shareable| ... uuid>|<filename> [--format VDI|VMDK|VHD] (default: VDI) ... |<filename> [--type normal|writethrough|immutable|shareable|
Automatic Submission of a Form if an Element is changed @info:javascript
6 Hits, Last modified: 13 years ago
====== Automatic Submission of a Form if an Element is changed ====== To submit the form if an element changes, you can use <code> onChange="this.form.submit()" </code> ===== Example ===== <code html> <form action="index.jsp" method="post"> <select onCha
Print Information about a Certificate @info:cryptography:openssl
4 Hits, Last modified: 10 years ago
====== Print Information about a Certificate ====== openssl x509 -in testkey.crt -noout -text Informations about the used arguments from the OpenSSL m... t|-text]]'': prints out the certificate in text form. Full details are output including the public key... (like "''| less''") as this outputs a lot of information. {{tag>cryptography howto openssl security}
Generate a Test Key @info:cryptography:openssl
4 Hits, Last modified: 11 years ago
sa:2048 -keyout testkey.key -out testkey.crt Informations about the used arguments from the OpenSSL m... private key. The argument takes one of several forms. rsa:nbits, where nbits is the number of bits, g... stkey.p12 -inkey testkey.key -in testkey.crt Informations about the used arguments from the OpenSSL m... output by default. They are all written in PEM format. * ''[[http://www.openssl.org/docs/apps/pkcs1
Oracle: Recovery Manager @info:oracle
3 Hits, Last modified: 13 years ago
= ===== Start Recovery Manager ===== <code bash> rman target / </code> ===== Delete Archive Logs ===... : <code bash> #!/bin/bash . ${HOME}/.profile rman target / << __EOF__ DELETE NOPROMPT ARCHIVELOG ... L COMPLETED BEFORE 'SYSDATE -3'; EXIT __EOF__ </code> {{tag>admin database dba oracle rman sysadmin}}
Debug Server Certificate from Client @info:cryptography:openssl
3 Hits, Last modified: 12 years ago
ient -showcerts -connect www.andunix.net:443 Informations about the used arguments from the OpenSSL m... '': display the whole server certificate chain: normally only the server certificate itself is display... AkBgNVBAsTHUFk ZFRydXN0IEV4dGVybmFsIFRUUCBOZXR3b3JrMSIwIAYDVQQDExlBZGRUcnVzdCBF eHRlcm5hbCBDQSBSb290MB
Print Information about a Signature @info:cryptography:openssl
2 Hits, Last modified: 11 years ago
====== Print Information about a Signature ====== <code bash> openssl pkcs7 -in signature.p7s -text -inform DER -print_certs -noout </code> {{tag> cryptogra
MySQL: Grant Permissions @info:mysql:permissions
2 Hits, Last modified: 13 years ago
====== MySQL: Grant Permissions ====== ==== Grant Permissions ==== <code sql> GRANT ALL PRIVILEGES ON `{db}` . * TO '{user}'@
MySQL: Revoke Permissions @info:mysql:permissions
2 Hits, Last modified: 13 years ago
====== MySQL: Revoke Permissions ====== ==== Revoke Permissions ==== <code sql> REVOKE ALL PRIVILEGES ON `{db}` . * FROM '{use
Firefox Extensions @info:prog:firefox
2 Hits, Last modified: 12 years ago
wot-safe-browsing-tool/|WOT, Web of Trust]] |Information about the reputation of a page. | |[[https:... a context menu to Firefox's cookie manager and permissions dialogs. * [[https://addons.mozilla.org/
Set a Mac's Hostname @info:mac
2 Hits, Last modified: 10 years ago
====== Set a Mac's Hostname ====== To set the permanent hostname, use the ''scutil'' utility (enter t... * http://osxdaily.com/2010/09/06/change-your-mac-hostname-via-terminal/ {{tag>mac osx cli sysadmin}}
Convert a Certificate @info:cryptography:openssl
2 Hits, Last modified: 11 years ago
=== Convert DER to PEM ===== openssl x509 -inform der -in testkey.der -out testkey.pem ===== Convert PEM to DER ===== openssl x509 -outform der -in testkey.pem -out testkey.der {{tag>opens
fstyp @info:solaris
2 Hits, Last modified: 13 years ago
the ''-v'' (verbose) option reports even more informations. * man page: [[http://docs.sun.com/app/d... /dev/rdsk/c1t0d0s0 <file> ufs magic 11954 format dynamic time Wed Dec 23 17:26:29 2009 sblkn
Download a Server Certificate @info:cryptography:openssl
2 Hits, Last modified: 11 years ago
MySQL: View Permissions @info:mysql:permissions
2 Hits, Last modified: 13 years ago
Print all certificates in a file @info:cryptography:openssl
2 Hits, Last modified: 13 years ago
Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
2 Hits, Last modified: 13 years ago
Plaintext @info:cryptography
1 Hits, Last modified: 13 years ago
Android Backup @info:android
1 Hits, Last modified: 13 years ago
Oracle Errors @info:oracle
1 Hits, Last modified: 13 years ago
Cryptography @info:cryptography
1 Hits, Last modified: 13 years ago
Firefox @info:prog:firefox
1 Hits, Last modified: 13 years ago
Cleanup Packages @info:linux:debian
1 Hits, Last modified: 12 years ago
init @info:linux:debian
1 Hits, Last modified: 13 years ago
Command Line Audio @info:mac
1 Hits, Last modified: 13 years ago
ISO 3166-2:DE @info:db:iso:3166-2
1 Hits, Last modified: 13 years ago
CSS - Cascading Stylesheets @info:webdesign:css
1 Hits, Last modified: 13 years ago
Permission Administration @info:mysql:permissions
1 Hits, Last modified: 13 years ago
File System @info:solaris
1 Hits, Last modified: 13 years ago
jps - Java Virtual Machine Process Status Tool @info:java
1 Hits, Last modified: 13 years ago
Solaris: List Devices @info:solaris
1 Hits, Last modified: 13 years ago
Shadows @info:webdesign:css
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