Fulltext results:
- Generate a Test Key @info:cryptography:openssl
- em__nodes|-nodes]]'': if this option is specified then if a private key is created it will not be encryp... d private key to. If this option is not specified then the filename present in the configuration file is... '': file to read private key from. If not present then a private key must be present in the input file.
- Print all certificates in a file @info:cryptography:openssl
- he -print_certs to print all the certificates and then cut the file and store each certificate in a sing
- exiftool @info:script
- m-%d_%H%M%S%%-c.%%e "-testname<CreateDate" *.jpg Then rename the files: exiftool -d %Y-%m-%d_%H%M%S%
- Oracle: Resize Instance @info:oracle
- SYSTEM SET sga_target = 6G SCOPE=SPFILE; </code> Then, (optionally) export the SPFile to a PFile: <cod
- Make your Mac feel at Home @info:mac
- ending on grep's return code. if [ "$?" == "0" ]; then # in home wlan echo "home sweet home..." else
- Clear DNS Cache @info:mac
- he on OS X, you first have to flush the cache and then send a signal the the 'mDNSResponder'. dscache
- Plaintext @info:cryptography
- crypted and unsigned text. It's the payload which then get's signed and/or encrypted. Wikipedia defines
- Virtual Network Visualization @info:solaris
- k,value -p zone'' and generates a dot-File, which then can be rendered using [[http://www.graphviz.org/|
- Cleanup Packages @info:linux:debian
- <code bash> aptitude install deborphan </code> Then you can get the list of orphans: <code bash> deb
- WiFi Config QR-Code
- A|WEP|>;P:<password>;; If the network is hidden, then add ''H:true;'': WIFI:S:<SSID>;T:<WPA|WEP|>;P:
- pargs for Linux @info:linux
- Linux ====== If you miss ''pargs'' from Solaris, then try this: <code bash> ps eww -p <pid> </code> {
- localeadm @info:solaris
- using the bourne shell (instead of bash or ksh), then use backticks in the second line: ''LOFIDEV=`lofi
- Debug Server Certificate from Client @info:cryptography:openssl
- and optional port to connect to. If not specified then an attempt is made to connect to the local host o
- rmdir for OSX @info:mac
- "$@" do f="${d%/}/.DS_Store" if [ -f "${f}" ] then echo "removing ${f}" rm "${f}" fi /bin/rmd