Skip to content

Instantly share code, notes, and snippets.

View ashimloves's full-sized avatar
🕸️
What gives?

Ashim Malgope ashimloves

🕸️
What gives?
View GitHub Profile
We can't make this file beautiful and searchable because it's too large.
1,netflix.com
2,api-global.netflix.com
3,prod.netflix.com
4,push.prod.netflix.com
5,ichnaea.netflix.com
6,google.com
7,microsoft.com
8,secure.netflix.com
9,www.google.com
10,facebook.com
@giwa
giwa / file0.txt
Last active December 6, 2023 07:36
Install g++/gcc 4.8.2 in CentOS 6.6 ref: http://qiita.com/giwa/items/28c754d8fc2936c0f6d2
$ wget http://people.centos.org/tru/devtools-2/devtools-2.repo -O /etc/yum.repos.d/devtools-2.repo
$ yum install devtoolset-2-gcc devtoolset-2-binutils
$ yum install devtoolset-2-gcc-c++ devtoolset-2-gcc-gfortran
@jchandra74
jchandra74 / openssl.MD
Last active February 16, 2024 21:23
HOWTO: Create Your Own Self-Signed Certificate with Subject Alternative Names Using OpenSSL in Ubuntu Bash for Window

HOWTO: Create Your Own Self-Signed Certificate with Subject Alternative Names Using OpenSSL in Ubuntu Bash for Window

Overview

My main development workstation is a Windows 10 machine, so we'll approach this from that viewpoint.

Recently, Google Chrome started giving me a warning when I open a site that uses https and self-signed certificate on my local development machine due to some SSL certificate issues like the one below:

Self-Signed SSL Issue in Chrome