This list served quite some people but someone else did a better job since.
Go to https://github.com/umpirsky/country-list for a list in your language and format.
I've also compiled a list of nationalities
This list served quite some people but someone else did a better job since.
Go to https://github.com/umpirsky/country-list for a list in your language and format.
I've also compiled a list of nationalities
| # The following command works for downloading when using Git for Windows: | |
| # curl -LOf http://gist.github.com/kmorcinek/2710267/raw/.gitignore | |
| # | |
| # Download this file using PowerShell v3 under Windows with the following comand: | |
| # Invoke-WebRequest https://gist.github.com/kmorcinek/2710267/raw/ -OutFile .gitignore | |
| # | |
| # or wget: | |
| # wget --no-check-certificate http://gist.github.com/kmorcinek/2710267/raw/.gitignore | |
| # User-specific files |
It's time someone compiled a list of nationalities to use within a web application. This gist attempts to make a first move at that.
I've also compiled a list of countries
| # install curl | |
| sudo apt install curl | |
| # add Docker repository | |
| curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - | |
| sudo apt-key fingerprint 0EBFCD88 | |
| sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu \ | |
| $(lsb_release -cs) \ | |
| stable" |
| # If you come from bash you might have to change your $PATH. | |
| # export PATH=$HOME/bin:/usr/local/bin:$PATH | |
| # Path to your oh-my-zsh installation. | |
| export ZSH="/home/mbayha/.oh-my-zsh" | |
| # Set name of the theme to load --- if set to "random", it will | |
| # load a random theme each time oh-my-zsh is loaded, in which case, | |
| # to know which specific one was loaded, run: echo $RANDOM_THEME | |
| # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes |
| # Disable flags to dockerd, all settings are done in /etc/docker/daemon.json | |
| [Service] | |
| ExecStart= | |
| ExecStart=/usr/bin/dockerd --containerd=/run/containerd/containerd.sock |
| { | |
| "graph": "/docker", | |
| "hosts": ["unix:///var/run/docker.sock", "tcp://127.0.0.1:2375", "tcp://192.168.0.55:2375"] | |
| } |
| # Docker Upstart and SysVinit configuration file | |
| # | |
| # THIS FILE DOES NOT APPLY TO SYSTEMD | |
| # | |
| # Please see the documentation for "systemd drop-ins": | |
| # https://docs.docker.com/engine/admin/systemd/ | |
| # | |
| # Customize location of Docker binary (especially for development testing). |