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
cat <<EOF >> /etc/apt/sources.list | |
deb http://archive.ubuntu.com/ubuntu precise main restricted universe | |
deb http://archive.ubuntu.com/ubuntu precise-updates main restricted universe | |
deb http://security.ubuntu.com/ubuntu precise-security main restricted universe multiverse | |
EOF | |
apt-get update | |
apt-get remove \ | |
apache2 \ |
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
/* | |
################################################################ | |
# Nhân quả không nợ chúng ta thứ gì, cho nên xin đừng oán giận # | |
# _ # | |
# _ooOoo_ # | |
# o8888888o # | |
# 88" . "88 # | |
# (| -_- |) # | |
# O\ = /O # |
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/sh | |
rejected_message() | |
{ | |
echo "COMMIT REJECTED! Please fix your diff.\n\ | |
If you must, run 'git commit --no-verify' to skip this check." && \ | |
exit 1 | |
} | |
#== 1. Check forbidden keywords within modified files, except commented out sections |
OlderNewer