export COLOR_NC='\e[0m'
export COLOR_BLUE='\e[0;34m'
export COLOR_GREEN='\e[0;32m'
export COLOR_CYAN='\e[0;36m'
export COLOR_RED='\e[0;31m'
export COLOR_BROWN='\e[0;33m'
export COLOR_YELLOW='\e[1;33m'
export PROMPT_COMMAND='[ $? -eq 0 ] || printf "${COLOR_CYAN}(${COLOR_GREEN}╯${COLOR_NC}${COLOR_BLUE}°${COLOR_CYAN}□${COLOR_BLUE}°${COLOR_CYAN})${COLOR_GREEN}╯${COLOR_RED}︵ ${COLOR_BROWN}┻━┻${COLOR_NC}\n"'
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
| var ApiBuilder = require('claudia-api-builder'), | |
| api = module.exports = new ApiBuilder(), | |
| renderPage = function (body) { | |
| 'use strict'; | |
| return body; | |
| }; | |
| const authUser = 'user', | |
| authPass = 'pass', |
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
| wget --spider -r -nd -nv http://0.0.0.0:4000/ 2>&1 | tee urlcheck.log | |
| egrep --color=auto -A5000 'Found [0-9]+ broken links.' urlcheck.log |
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
| yum install -y epel-release | |
| yum --enablerepo=epel install -y p7zip | |
| yum --enablerepo=epel install -y supervisor |
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
| export GIT_COMMITTER_DATE="Sep 8, 2012 13:33:48 PM GMT-0500" | |
| git add makepass.exe makepass.lst makepass_exe.md | |
| git commit --date "${GIT_COMMITTER_DATE}" -m "Added MakePass.EXE info from archive.org." makepass.exe makepass.lst makepass_exe.md | |
| export GIT_COMMITTER_DATE="Sep 8, 2012 20:20:20 AM GMT-0500" | |
| git add index.php |
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
| " Switch off all auto-indenting | |
| set nocindent | |
| set nosmartindent | |
| set noautoindent | |
| set indentexpr= | |
| filetype indent off | |
| filetype plugin indent off |
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
| qemu-img resize disk.qcow2 +2G |