TGTGInsighttelegram intelligenceLIVE / telegram public index
← Linuxgram 🐧

TGINSIGHT SIMILAR POSTS

Sib kontenut simili

Kanal tas-sors @linuxgram · Post #18321 · Apr 6

📰 hid-omg-detect: Linux Driver In Development To Detect Malicious HID Devices Zubeyr Almaho has been leading work on a new HID driver named hid-omg-detect with an intent on passive monitoring to watch out for any malicious HID devices being connected to the system... 🔗 Source: https://www.phoronix.com/news/hid-omg-detect-Malicious-HID #linux

Hashtags

Riżultati

2 postijiet simili nstabu

Tfittxija: #crazyidea

当前筛选 #crazyidea清除筛选
The 2ndDim: That was I talking about!

@The2ndDim · Post #1501 · 29/06/2021 20:21

#WTF#Linux#CrazyIdea#梗 给那些经常把 vim 命令敲到各种奇怪地方的用户: 如果你把退出命令敲进 shell,那么你得到的基本上肯定是 command not found 。 那么下面的几个别名或许对你会有用: # 退出shell alias :q='exit' alias :wq='exit' # 退出shell但不保存命令历史记录 alias :q!='kill -9 $$'