Fulltext results:
- Automatic Submission of a Form if an Element is changed @info:javascript
- ====== 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 Key @info:cryptography:openssl
- formation about a Key ====== openssl x509 -inform DER -in testkey.cer -noout -text Informations ab... p://www.openssl.org/docs/apps/x509.html#item__inform|-inform DER]]'': This specifies the input format normally the command will expect an X509 certificate... t|-text]]'': prints out the certificate in text form. Full details are output including the public key
- rmdir for OSX @info:mac
- > $ rmdir test rmdir: test: Directory not empty $ rm test/.DS_Store $ /bin/rmdir test </code> I wrot... if [ -f "${f}" ] then echo "removing ${f}" rm "${f}" fi /bin/rmdir "${d}" || ls -al "${d}" do
- Convert a Certificate @info:cryptography:openssl
- === 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
- Print Information about a Certificate @info:cryptography:openssl
- t|-text]]'': prints out the certificate in text form. Full details are output including the public key
- Print Information about a Signature @info:cryptography:openssl
- bash> openssl pkcs7 -in signature.p7s -text -inform DER -print_certs -noout </code> {{tag> cryptogra
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- es ==== To reconfigure the devices, you can perform any of these actions: - ''touch /reconfigure''