Skip to content

Instantly share code, notes, and snippets.

View aplinxy9plin's full-sized avatar
:octocat:
Hack now!

AplinXy9plin aplinxy9plin

:octocat:
Hack now!
  • TaleStorm
View GitHub Profile
@aplinxy9plin
aplinxy9plin / countries.html
Created September 4, 2018 11:40 — forked from soul-wish/countries.html
HTML Select List Of Countries (english and russian versions, sorted by alphabet)
<select name="countries">
<option value="United States">United States</option>
<option value="United Kingdom">United Kingdom</option>
<option value="Afghanistan">Afghanistan</option>
<option value="Albania">Albania</option>
<option value="Algeria">Algeria</option>
<option value="American Samoa">American Samoa</option>
<option value="Andorra">Andorra</option>
<option value="Angola">Angola</option>
<option value="Anguilla">Anguilla</option>
@aplinxy9plin
aplinxy9plin / PHP-CURL-Tor-Tutorial.md
Created March 30, 2017 14:11 — forked from megaxorg/PHP-CURL-Tor-Tutorial.md
PHP: CURL Requests with Tor

#CURL Connections with Tor

Install Apache, PHP, CURL & Tor with apt-get

sudo apt-get install -y apache2 php5 php5-curl tor

Tor creates a proxy on your mashine with port 9050 for SOCKS5 connections.