Skip to content

Instantly share code, notes, and snippets.

View skpaul82's full-sized avatar
😎
Open To Work

Sanjoy K. Paul skpaul82

😎
Open To Work
View GitHub Profile
@skpaul82
skpaul82 / temporary-email-address-domains
Created December 19, 2017 19:14 — forked from adamloving/temporary-email-address-domains
A list of domains for disposable and temporary email addresses. Useful for filtering your email list to increase open rates (sending email to these domains likely will not be opened).
0-mail.com
0815.ru
0clickemail.com
0wnd.net
0wnd.org
10minutemail.com
20minutemail.com
2prong.com
30minutemail.com
3d-painting.com
@skpaul82
skpaul82 / Ubuntu and nginx setver setup (for laravel)
Last active May 17, 2018 10:11
Ubuntu and nginx server setup.
server {
listen 80; # port 80 default
root /home/ubuntu/www/evoneur/public; # default directory where the files will be stored and served from
index index.php index.html index.htm; # index defined to be served under directory
server_name mainserver.com; #name of the virtual host or domain