當前位置:
首頁 > 知識 > Bash-Insulter:一個在輸入錯誤命令時嘲諷用戶的腳本

Bash-Insulter:一個在輸入錯誤命令時嘲諷用戶的腳本

Bash-Insulter:一個在輸入錯誤命令時嘲諷用戶的腳本

這是一個非常有趣的腳本,每當用戶在終端輸入錯誤的命令時,它都會責罵用戶。

-- Magesh Maruthamuthu

這是一個非常有趣的腳本,每當用戶在終端輸入錯誤的命令時,它都會嘲諷用戶。

它讓你在解決一些問題時會感到快樂。有的人在受到終端嘲諷的時候感到不愉快。但是,當我受到終端的批評時,我真的很開心。

這是一個有趣的 CLI 工具,在你弄錯的時候,會用隨機短語嘲諷你。此外,它允許你添加自己的短語。


如何在 Linux 上安裝 Bash-Insulter?

在安裝 Bash-Insulter 之前,請確保你的系統上安裝了 git。如果沒有,請使用以下命令安裝它。

對於 Fedora 系統, 請使用 DNF 命令 安裝 git。


$ sudo dnf install git

對於 Debian/Ubuntu 系統,請使用 APT-GET 命令 或者 APT 命令 安裝 git。


$ sudo apt install git

對於基於 Arch Linux 的系統,請使用 Pacman 命令 安裝 git。


$ sudo pacman -S git

對於 RHEL/CentOS 系統,請使用 YUM 命令 安裝 git。


$ sudo yum install git

對於 openSUSE Leap 系統,請使用 Zypper 命令 安裝 git。


$ sudo zypper install git

我們可以通過 克隆(clone)開發人員的 GitHub 存儲庫輕鬆地安裝它。

首先克隆 Bash-insulter 存儲庫。


$ git clone https://github.com/hkbakke/bash-insulter.git bash-insulter

將下載的文件移動到文件夾 /etc 下。


$ sudo cp bash-insulter/src/bash.command-not-found /etc/

將下面的代碼添加到 /etc/bash.bashrc 文件中。


$ vi /etc/bash.bashrc

#Bash Insulter

if [ -f /etc/bash.command-not-found ]; then

. /etc/bash.command-not-found

fi

運行以下命令使更改生效。


$ sudo source /etc/bash.bashrc

你想測試一下安裝是否生效嗎?你可以試試在終端上輸入一些錯誤的命令,看看它如何嘲諷你。


$ unam -a

$ pin 2daygeek.com

Bash-Insulter:一個在輸入錯誤命令時嘲諷用戶的腳本

如果你想附加你自己的短語,則導航到以下文件並更新它。你可以在 messages 部分中添加短語。

# vi /etc/bash.command-not-found

print_message () {

local messages

local message

messages=(

"Boooo!"

"Don"t you know anything?"

"RTFM!"

"Haha, n00b!"

"Wow! That was impressively wrong!"

"Pathetic"

"The worst one today!"

"n00b alert!"

"Your application for reduced salary has been sent!"

"lol"

"u suk"

"lol... plz"

"plz uninstall"

"And the Darwin Award goes to.... ${USER}!"

"ERROR_INCOMPETENT_USER"

"Incompetence is also a form of competence"

"Bad."

"Fake it till you make it!"

"What is this...? Amateur hour!?"

"Come on! You can do it!"

"Nice try."

"What if... you type an actual command the next time!"

"What if I told you... it is possible to type valid commands."

"Y u no speak computer???"

"This is not Windows"

"Perhaps you should leave the command line alone..."

"Please step away from the keyboard!"

"error code: 1D10T"

"ACHTUNG! ALLES TURISTEN UND NONTEKNISCHEN LOOKENPEEPERS! DAS KOMPUTERMASCHINE IST NICHT FüR DER GEFINGERPOKEN UND MITTENGRABEN! ODERWISE IST EASY TO SCHNAPPEN DER SPRINGENWERK, BLOWENFUSEN UND POPPENCORKEN MIT SPITZENSPARKEN. IST NICHT FüR GEWERKEN BEI DUMMKOPFEN. DER RUBBERNECKEN SIGHTSEEREN KEEPEN DAS COTTONPICKEN H?NDER IN DAS POCKETS MUSS. ZO RELAXEN UND WATSCHEN DER BLINKENLICHTEN."

"Pro tip: type a valid command!"

"Go outside."

"This is not a search engine."

"(╯°□°)╯︵ ┻━┻"

"ˉ\_(ツ)_/ˉ"

"So, I"m just going to go ahead and run rm -rf / for you."

"Why are you so stupid?!"

"Perhaps computers is not for you..."

"Why are you doing this to me?!"

"Don"t you have anything better to do?!"

"I am _seriously_ considering "rm -rf /"-ing myself..."

"This is why you get to see your children only once a month."

"This is why nobody likes you."

"Are you even trying?!"

"Try using your brain the next time!"

"My keyboard is not a touch screen!"

"Commands, random gibberish, who cares!"

"Typing incorrect commands, eh?"

"Are you always this stupid or are you making a special effort today?!"

"Dropped on your head as a baby, eh?"

"Brains aren"t everything. In your case they"re nothing."

"I don"t know what makes you so stupid, but it really works."

"You are not as bad as people say, you are much, much worse."

"Two wrongs don"t make a right, take your parents as an example."

"You must have been born on a highway because that"s where most accidents happen."

"If what you don"t know can"t hurt you, you"re invulnerable."

"If ignorance is bliss, you must be the happiest person on earth."

"You"re proof that god has a sense of humor."

"Keep trying, someday you"ll do something intelligent!"

"If shit was music, you"d be an orchestra."

"How many times do I have to flush before you go away?"

)


via: https://www.2daygeek.com/bash-insulter-insults-the-user-when-typing-wrong-command/

作者: Magesh Maruthamuthu 選題: lujun9972 譯者: zero-mk 校對: wxy

本文由 LCTT 原創編譯, Linux中國 榮譽推出


點擊「了解更多」可訪問文內鏈接

喜歡這篇文章嗎?立刻分享出去讓更多人知道吧!

本站內容充實豐富,博大精深,小編精選每日熱門資訊,隨時更新,點擊「搶先收到最新資訊」瀏覽吧!


請您繼續閱讀更多來自 Linux技術 的精彩文章:

【每日安全資訊】安全專家發出警告:黑客正在測試感染Mac新方法
COPR 倉庫中 4 個很酷的新軟體(2019.2)

TAG:Linux技術 |