ETHNICITY | CYAN | MAGENTA | YELLOW | BLACK |
---|---|---|---|---|
White | 07-10% | 20-27% | 30-45% | 0% |
Black/African | 28-34% | 70-78% | 75-83% | 22-26% |
Asian/Hispanic | 10-15% | 30-36% | 40-46% | 0% |
White baby | 0% | 16-35% | 18-38% | 0% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# This is a script to install a LAMP production server that uses Python3 as the server language. | |
# The server that will be set up will run Python3 WSGI web apps directly without any virtual environments | |
# | |
# HOW TO USE THIS SCRIPT | |
# ---------------------- | |
# Download it to your Ubuntu 16.04 installation using wget or any other download methods | |
# |