openssl x509 -in stackexchangecom.crt -text -noout
openssl x509 -in cert.pem -text -noout
openssl x509 -inform der -in foobar.cer -noout -text
| sudo apt-get install autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm6 libgdbm-dev libdb-dev | |
| sudo apt-get update | |
| sudo apt-get -y install git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev software-properties-common libffi-dev postgresql-13 postgresql-13-postgis-3 libpq-dev libtool-bin cmake pkg-config | |
| curl -fsSL https://github.com/rbenv/rbenv-installer/raw/HEAD/bin/rbenv-installer | bash | |
| sh -c 'echo "export PATH=~/.rbenv/bin:\$PATH" >> ~/.bash_profile' | |
| sh -c 'echo "eval \"\$(rbenv init - bash)\"" >> ~/.bash_profile' |
| require 'mail' | |
| require 'securerandom' | |
| size_distribution = { | |
| 10 => (0..19), | |
| 80 => (20..39), | |
| 150 => (40..59), | |
| 250 => (60..79), | |
| 15_000 => (80..100) | |
| } |
| SPC s c remove highlight | |
| **** Files manipulations key bindings | |
| Files manipulation commands (start with ~f~): | |
| | Key Binding | Description | | |
| |-------------+----------------------------------------------------------------| | |
| | ~SPC f c~ | copy current file to a different location | | |
| | ~SPC f C d~ | convert file from unix to dos encoding | | |
| | ~SPC f C u~ | convert file from dos to unix encoding | |
| ;;; x12-mode.el --- major mode for editing X12 messages | |
| ;; Copyright (C) 2005 APP Design, Inc. | |
| ;; Author: Ivan K, x12 at users.sourceforge.net | |
| ;; Maintainer: Ivan K, x12 at users.sourceforge.net | |
| ;; Version: 1.0 | |
| ;; Keywords: X12 evil must die message file EDI major mode | |
| ;; Created: 2005-02-08 | |
| ;; Modified: 2005-02-08 |
| { | |
| "layout": { | |
| "id": "com.apple.keylayout.Colemak", | |
| "localizedName": "Colemak", | |
| "lang": "en" | |
| }, | |
| "rawMapping": { | |
| "KeyA": { | |
| "value": "a", | |
| "valueIsDeadKey": false, |
| stats = Sidekiq::Stats.new | |
| stats.queues | |
| stats.enqueued | |
| stats.processed | |
| stats.failed |
| # in /etc/systemd/system | |
| [Unit] | |
| Description=Bluetooth Agent | |
| [Service] | |
| ExecStart=/usr/bin/bt-agent -c NoInputNoOutput | |
| Type=simple | |
| [Install] | |
| WantedBy=multi-user.target |