#Comprehensive Introduction to @ngrx/store By: @BTroncone
Written version of future egghead.io video series.
#Comprehensive Introduction to @ngrx/store By: @BTroncone
Written version of future egghead.io video series.
http { | |
proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=one:8m max_size=3000m inactive=600m; | |
proxy_temp_path /var/tmp; | |
include mime.types; | |
default_type application/octet-stream; | |
sendfile on; | |
keepalive_timeout 65; | |
gzip on; | |
gzip_comp_level 6; |
# Change Java Runtime: | |
sudo update-alternatives --config java | |
# Delete Open-JDK | |
sudo apt-get purge openjdk-\* icedtea-\* icedtea6-\* | |
# Install OpenJDK with FontFix | |
$ sudo apt-get install libfreetype6 | |
# install font fixed OpenJDK (https://launchpad.net/~no1wantdthisname/+archive/openjdk-fontfix) |