Skip to content

Instantly share code, notes, and snippets.

View agasigp's full-sized avatar
🏠
Working from home

Agasi Gilang Persada agasigp

🏠
Working from home
View GitHub Profile
@agasigp
agasigp / cloudSettings
Last active November 16, 2020 04:08
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-11-16T04:08:38.088Z","extensionVersion":"v3.4.3"}
23.207.37.241 secure-c.vimeocdn.com
151.101.64.217 developer.vimeo.com
151.101.50.109 i.vimeocdn.com
151.101.50.109 f.vimeocdn.com
151.101.64.217 vimeo.com
23.218.156.106 a.vimeocdn.com
172.217.9.14 schema.org
54.192.22.19 dnn506yrbagrg.cloudfront.net
151.101.0.217 player.vimeo.com
@agasigp
agasigp / laravel-file-permission-apache.md
Created January 9, 2018 04:01
Laravel file permission on apache

Laravel File Permission on Apache

  1. Set the owner & group of file & folder to apache user (www-data)
sudo chown -R www-data:www-data /path/to/your/root/directory
sudo chown -R www-data:www-data /path/to/your/root/directory
  1. Add user to the webserver user group
sudo usermod -a -G www-data ubuntu
@agasigp
agasigp / homestead-manual-install.md
Created September 25, 2016 15:24 — forked from idecardo/homestead-manual-install.md
Laravel Homestead Manual Installation

Getting Started

Laravel Homestead is an official, pre-packaged Vagrant box that provides you a wonderful development environment without requiring you to install PHP, HHVM, a web server, and any other server software on your local machine. Read more...

Download

Download homestead box using this link: