forgerecipes.com
ForgeRecipes
http://www.forgerecipes.com/recipes/36
Install Elasticsearch 1.5. 1 year ago Clone. Https:/ gist.github.com/nicgutierrez/e648de313a53eada658d. Echo Update Aptitude apt-get update echo Install Java apt-get install openjdk-7-jre-headless -y echo Download and install Elasticsearch Public Signing Key wget -qO - http:/ packages.elasticsearch.org/GPG-KEY-elasticsearch sudo apt-key add - echo Add repository echo deb http:/ packages.elasticsearch.org/elasticsearch/1.5/debian stable main /etc/apt/sources.list.d/elasticsearc...Comments powered by Disqus.
forgerecipes.com
ForgeRecipes
http://www.forgerecipes.com/recipes/37
Fix NGINX 413 Request Entity Too Large (cannot upload larger files). 1 year ago Clone. If you cannot upload larger files via your website, it might be because your Nginx config is missing client max body size. This recipe will go through your all websites on the server and add a line client max body size 100M to configs that are valid websites, ie. contain a line # FORGE SSL. Limit is set to 100MB. Run it as ROOT. Comments powered by Disqus. See More Awesome Recipes.
alexdresko.com
Fixing Disqus in the WordPress Twenty Fifteen theme | AlexDresko.com
http://www.alexdresko.com/2014/12/23/fixing-disqus-in-the-wordpress-twenty-fifteen-theme
Got an idea, side project, or question? Alex Across the Internet. RealCoder79 is dead to me now. Getting started with Aurelia on Windows 10. Ride the Dresko Wave. Every day regular expressions. Vstest says, “Path too long”? Fixing Disqus in the WordPress Twenty Fifteen theme. The new WordPress Twenty Fifteen theme. Is pretty nice. But if you’ve just activated this theme and you’re using Disqus. As a comment system, you might have noticed the comments don’t look right:. Here’s how I fixed the problem.
forgerecipes.com
ForgeRecipes
http://www.forgerecipes.com/recipes/40
1 year ago Clone. Because 777 permissions are wrong, this sets a forge provisioned site's storage directory to the correct permissions. Run this as a root user after updating line 2. Update this to the cd /home/forge/mysite/ php artisan cache:clear cd app chmod 775 storage/ chown -R forge:www-data storage/ cd storage/ find . -type d -exec chmod 775 {} ; & find . -type f -exec chmod 664 {} ; cd . cd . php artisan cache:clear. Comments powered by Disqus. See More Awesome Recipes.
meaganhearne.com
in the flowers | tirra lirra
http://www.meaganhearne.com/in-the-flowers
July 3, 2015. July 3, 2015. 8220;God writes the Gospel not in the Bible alone, but also on trees,. And in the flowers and clouds and stars.” /. Where i’m from. I really like that quote! I haven’t heard it before now. Tirra lirra is the song of the lark in Shakespearean poetry, and this blog is a place for me to share my own song, whether it be literature, art, or thoughts about life. Fixing what is not broken. The love in your eyes. A part of her. What I Write About. Proudly powered by WordPress.
forgerecipes.com
ForgeRecipes
http://www.forgerecipes.com/recipes/38
1 year ago Clone. After much pain trying to figure out how to make the process of rsyncing backups created by automysqlbackup, I came up with this working recipe that requires no manual configuration at all The script: -install automysqlbackup -creates post-backup-script to change file permissions so backups are rsync'able -modifies default configuration (uncomments and changes value of POSTBACKUP in /etc/default/automysqlbackup Once this is done then you will be able to rsync the contents out of /v...
forgerecipes.com
ForgeRecipes
http://www.forgerecipes.com/recipes/43
Enable 1GB swap (fast and will survive a reboot). 1 year ago Clone. Creates a 1G swapfile that will be mounted again each time the instance boots by adding it to /etc/fstab. Based on: https:/ www.digitalocean.com/community/tutorials/how-to-add-swap-on-ubuntu-14-04. If [ -f /swapfile ]; then echo Swapfile already exists? Comments powered by Disqus. See More Awesome Recipes. Design 2016. ForgeRecipes loves you. Site by David Hemphill.
forgerecipes.com
ForgeRecipes
http://www.forgerecipes.com/recipes
Install ElasticSearch 2.x. Allow WWW and Non-WW. Redirect www to non-www. Remove Old Packages (Unattended). Update and Upgrade (Unattended). Update Guzzle to Patch Proxy Header Vulnerability (Unattended). Create stage and production MySQL databases. Laravel Forge Default Deploy Script. Install ElasticSearch 2.x. Install ElasticSearch 2.x. Block Google Analytics Referer Spam. WIP - Lock Down DB. WIP - Block Incoming HTTP/HTTPS (ufw). Install Laravel Installer and Spark Installer and add to path. Installin...
forgerecipes.com
ForgeRecipes
http://www.forgerecipes.com/recipes/35
Change php.ini settings easily and reload php. 1 year ago Clone. Usr/bin/env bash declare -A replacers replacers[short open tag]=On #replacers[upload max filesize]=240M #replacers[post max size]=50M #replacers[max execution time]=100 #replacers[max input time]=120 for i in ${! Replacers[@]} do echo Setting value of $i to ${replacers[$i]} sed -i s/ ($i ).*/ 1=${replacers[$i]}/ /etc/php5/fpm/php.ini done service php5-fpm restart. Comments powered by Disqus. See More Awesome Recipes.
SOCIAL ENGAGEMENT