github repo for rest of specialization: Data Science Coursera
The zip file containing the data can be downloaded here: Assignment 3 Data
github repo for rest of specialization: Data Science Coursera
The zip file containing the data can be downloaded here: Assignment 3 Data
There are times when we wanted to pass .env vars over to javascript, regardless of what type of framework is being used.
We tried the following methods.
Just like how services like
Would do. Just one change, those would be added inside laravel project as a package where they would hijack the same from.
Complete tutorial | |
https://www.digitalocean.com/community/tutorials/how-to-create-a-high-availability-haproxy-setup-with-corosync-pacemaker-and-floating-ips-on-ubuntu-14-04 | |
Below is the main trouble-shooting steps missed on the above post. | |
As per: Pathfinder - https://www.digitalocean.com/community/users/pathfinder - Run below also. | |
sudo apt-get install python-pip | |
sudo pip install requests |
Login to console using digital ocean's browser based shell, login using root and the new password generated, | |
and carry on with below steps | |
sudo nano /etc/ssh/sshd_config | |
Change | |
UsePAM yes | |
IgnoreUserKnownHosts no |
#Fix locale issue | |
http://askubuntu.com/questions/162391/how-do-i-fix-my-locale-issue | |
sudo locale-gen en_US.UTF-8 | |
# UFW rules to be enabled and added | |
https://www.digitalocean.com/community/tutorials/ufw-essentials-common-firewall-rules-and-commands | |
# Maria DB | |
http://idroot.net/linux/install-mariadb-ubuntu-16-04/ |
server { | |
server_name <domain name>; | |
listen 80; | |
root /var/www/social/public_html; | |
access_log /home/mautic/site/logs/access.log; | |
error_log /home/mautic/site/logs/error.log; | |
index index.php; |
sudo apt-get update | |
sudo apt-get install update-manager-core | |
lsb_release -a | |
sudo do-release-upgrade --check-dist-upgrade-only --devel-release | |
sudo do-release-upgrade --devel-release |