MySQL Download URL
https://dev.mysql.com/get/Downloads/MySQL-5.5/mysql-5.5.56-linux-glibc2.5-x86_64.tar.gz
- Uninstall any existing version of MySQL
sudo rm /var/lib/mysql/ -R
If you install official version of Nginx from their repository, you'll find that there was no any sites-available
and sites-enabled
directory like in Apache. Good news is, you can add it yourself !
/etc/nginx
.sudo mkdir /etc/nginx/sites-{available,enabled}
`configure' configures PHP 8.0.12 to adapt to many kinds of systems. | |
Usage: ./configure [OPTION]... [VAR=VALUE]... | |
To assign environment variables (e.g., CC, CFLAGS...), specify them as | |
VAR=VALUE. See below for descriptions of some of the useful variables. | |
Defaults for the options are specified in brackets. | |
Configuration: |
{"BD": "Bangladesh", "BE": "Belgium", "BF": "Burkina Faso", "BG": "Bulgaria", "BA": "Bosnia and Herzegovina", "BB": "Barbados", "WF": "Wallis and Futuna", "BL": "Saint Barthelemy", "BM": "Bermuda", "BN": "Brunei", "BO": "Bolivia", "BH": "Bahrain", "BI": "Burundi", "BJ": "Benin", "BT": "Bhutan", "JM": "Jamaica", "BV": "Bouvet Island", "BW": "Botswana", "WS": "Samoa", "BQ": "Bonaire, Saint Eustatius and Saba ", "BR": "Brazil", "BS": "Bahamas", "JE": "Jersey", "BY": "Belarus", "BZ": "Belize", "RU": "Russia", "RW": "Rwanda", "RS": "Serbia", "TL": "East Timor", "RE": "Reunion", "TM": "Turkmenistan", "TJ": "Tajikistan", "RO": "Romania", "TK": "Tokelau", "GW": "Guinea-Bissau", "GU": "Guam", "GT": "Guatemala", "GS": "South Georgia and the South Sandwich Islands", "GR": "Greece", "GQ": "Equatorial Guinea", "GP": "Guadeloupe", "JP": "Japan", "GY": "Guyana", "GG": "Guernsey", "GF": "French Guiana", "GE": "Georgia", "GD": "Grenada", "GB": "United Kingdom", "GA": "Gabon", "SV": "El Salvador", "GN": "Guinea", "GM": "Gambia |
#!/bin/sh | |
if ! [ $(id -u) = 0 ]; then | |
printf "%s\n" "You need to be root" | |
exit 1 | |
fi | |
# OpenSSL | |
cd /opt | |
wget -O openssl.tar.gz https://www.openssl.org/source/openssl-1.0.2t.tar.gz | |
tar -xzf openssl.tar.gz && \ | |
ln -s /opt/openssl-1.0.2t /opt/openssl-1.0 |
continent_code | country_code | continent_name | country_name | |
---|---|---|---|---|
AS | AF | Asia | Afghanistan | |
EU | AX | Europe | Åland Islands | |
EU | AL | Europe | Albania | |
AF | DZ | Africa | Algeria | |
OC | AS | Oceania | American Samoa | |
EU | AD | Europe | Andorra | |
AF | AO | Africa | Angola | |
NA | AI | North America | Anguilla | |
AN | AQ | Antarctica | Antarctica |