I hereby claim:
- I am jgrevich on github.
- I am jgrevich (https://keybase.io/jgrevich) on keybase.
- I have a public key whose fingerprint is 4A67 2917 1B64 93A2 4808 4C02 4683 9468 23F0 2F93
To claim this, I am signing this object:
| HandBrakeCLI -vv \ | |
| --main-feature \ | |
| -m \ | |
| -e x264 \ | |
| --x264-preset veryslow \ | |
| --x264-tune film \ | |
| --x264-profile high \ | |
| --h264-level 4.1 \ | |
| -x "ref=4;threads=12:lookahead_threads=2:no-fast-pskip" \ | |
| -2 \ |
| for f in *.flac; do flac -cd "$f" | lame --preset extreme - "${f%.*}".mp3; done && mkdir mp3 flac; mv *.mp3 mp3; mv *.flac flac/ |
| OPENSSL_FORCE_FIPS_MODE= ruby -rdigest -e "puts Digest::MD5.hexdigest('hi')" | |
| md5_dgst.c(78): OpenSSL internal error, assertion failed: Digest MD5 forbidden in FIPS mode! | |
| Aborted |
| $(function () { | |
| // konami code - up up down down left right left right b a | |
| var code1 = String.fromCharCode(38, 38, 40, 40, 37, 39, 37, 39, 66, 65); | |
| var code2 = String.fromCharCode(38, 38, 40, 40, 37, 39, 37, 39, 65, 66); | |
| var codeBuffer = ""; | |
| $(document).keyup(function (e) { | |
| codeBuffer += String.fromCharCode(e.which); | |
| if (code1.substring(0, codeBuffer.length) == codeBuffer) { | |
| if (code1.length == codeBuffer.length) { | |
| toggle1(); |
| // import the CSS framework | |
| $btn-default-bg: #4c77a0; | |
| $btn-default-color: #fff; | |
| $btn-font-weight: bold; | |
| $btn-default-border: #608cb6; | |
| $border-color: #66afe9; | |
| $link-color: #005288; | |
| @mixin focused() { |
| # Place all the behaviors and hooks related to the matching controller here. | |
| # All this logic will automatically be available in application.js. | |
| # You can use CoffeeScript in this file: http://coffeescript.org/ | |
| $(document).on 'keypress', (event) -> | |
| alert('You hit event: ' + event.which) |
| # pkg-config --list-all | grep xml | |
| libxml-2.0 libXML - libXML library version2. | |
| xmlsec1 xmlsec1 - XML Security Library implements XML Signature and XML Encryption standards | |
| xmlsec1-openssl xmlsec1-openssl - XML Security Library implements XML Signature and XML Encryption standards |
| # Default rules for rsyslog. | |
| # | |
| # For more information see rsyslog.conf(5) and /etc/rsyslog.conf | |
| # | |
| # First some standard log files. Log by facility. | |
| # | |
| auth,authpriv.* /var/log/auth.log | |
| *.*;auth,authpriv.none -/var/log/syslog | |
| #cron.* /var/log/cron.log |
| #!/bin/bash | |
| # setup constants | |
| CURRENT_LIST_PATH=/tmp/wifi_client_macs_current | |
| PREVIOUS_LIST_PATH=/tmp/wifi_client_macs_previous | |
| while [ "true" ] | |
| do | |
| # backup old file if it exists | |
| if [ -f $CURRENT_LIST_PATH ]; |
I hereby claim:
To claim this, I am signing this object: