This file contains 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
/** | |
* USB HID Keyboard scan codes as per USB spec 1.11 | |
* plus some additional codes | |
* | |
* Created by MightyPork, 2016 | |
* Public domain | |
* | |
* Adapted from: | |
* https://source.android.com/devices/input/keyboard-devices.html | |
*/ |
This file contains 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 | |
GREEN='\033[0;32m' | |
CYAN='\033[0;36m' | |
NC='\033[0m' | |
echo "${CYAN}Welcome to Easy LEMP Stack Setup${NC}" | |
echo "${CYAN}Ubuntu 18.04 Supported${NC}" | |
echo "${GREEN}Created By SUST CSE Developer Network (SCDN)\n${NC}" | |
echo "${GREEN}Maintained By Rafik Farhad\n${NC}" |