I hereby claim:
- I am dylan0203 on github.
- I am dylan0203 (https://keybase.io/dylan0203) on keybase.
- I have a public key ASAWZpACzh13vMBaa4s_URrd2Ag4nEm9ufSJpP0YLyQCDwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
$ defaults -currentHost write -globalDomain AppleFontSmoothing -int 1
$ defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO
https://www.howtogeek.com/358596/how-to-fix-blurry-fonts-on-macos-mojave-with-subpixel-antialiasing/
Installing nokogiri 1.8.0 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
current directory: /Users/dylan/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/nokogiri-1.8.0/ext/nokogiri
/Users/dylan/.rbenv/versions/2.4.3/bin/ruby -r ./siteconf20180118-49332-1ixbdrf.rb extconf.rb --use-system-libraries
checking if the C compiler accepts ... yes
checking if the C compiler accepts -Wno-error=unused-command-line-argument-hard-error-in-future... no
Building nokogiri using system libraries.
ERROR: cannot discover where libxml2 is located on your system. please make sure pkg-config
is installed.
*** extconf.rb failed ***
sass-convert -F scss -T sass application_styles.css.scss application_styles.css.sass |
https://askubuntu.com/questions/831292/how-to-install-postgresql-9-6-on-any-ubuntu-version/831293
https://www.postgresql.org/download/linux/ubuntu/
For 14.04
sudo add-apt-repository "deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main"
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get install postgresql-9.6
https://askubuntu.com/questions/34074/how-do-i-change-my-username
root#
usermod -l newUsername oldUsername
usermod -d /home/newHomeDir -m newUsername
groupmod -n newname oldname
This guide enables you to install (ruby-build) and use (rbenv) multiple versions of ruby, isolate project gems (gemsets and/or bundler), and automatically use appropriate combinations of rubies and gems.
# Ensure system is in ship-shape.
aptitude install git zsh libssl-dev zlib1g-dev libreadline-dev libyaml-dev
# Add the "https://github.com/jwt/ruby-jwt" gem to your "Gemfile" | |
gem 'jwt' |