Login
Discover
Waves
Decks
Upgrade
Login
Signup
25
gists
Available
Used
Resource Credits
3 Followers
0 Following
November 16, 2018
RSS feed
Blog
Blog
Posts
Comments
Communities
Wallet
Follow
gists
rails
Sunday, November 25, 2018 10:34 PM
Ruby on Rails Reference
Installation Guide: Mojave bug: 'An error occurred while installing mysql2 (0.5.2)` bundle config --local build.mysql2 "--with-ldflags=-L/usr/local/opt/openssl/lib
$ 0.000
6
1
gists
postgres
Sunday, November 25, 2018 10:27 PM
Postgres Reference
Queries Size statistics by table WITH table_data AS ( SELECT c.oid, nspname AS table_schema, relname AS table_name, c.reltuples::BIGINT AS rows, pg_total_relation_size(c.oid) AS total_bytes,
$ 0.000
2
1
gists
mysql
Sunday, November 25, 2018 10:20 PM
MySQL Reference
Field types Integer Types (Exact Value) Type Bytes Min Max Max (unsigned) ----------------------------------------------------------------------------- TINYINT 1 -128 127 255 SMALLINT 2 -32768 32767 65535
$ 0.000
0
gists
sublime-text
Sunday, November 25, 2018 10:06 PM
Sublime Text Configuration
Disable minimum tab width "enable_tab_scrolling": false, Ignore Icon files in tree list "file_exclude_patterns": ["*.pyc", "*.pyo", "*.exe", "*.dll",
$ 0.000
0
gists
ubuntu
Saturday, November 24, 2018 3:43 AM
Ubuntu Swap
Check configured swap: sudo swapon --show NAME TYPE SIZE USED PRIO /swap-128 file 128G 127.9G -2 /dev/md0 partition 32G 32G -1 Create a swap file: sudo fallocate -l 64G /swapfile sudo chmod 600 /swapfile
$ 0.000
1