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
#$language = "VBScript" | |
#$interface = "1.0" | |
crt.Screen.Synchronous = True | |
crt.screen.IgnoreEscape = True | |
scr_ver = "0,55" | |
Developer = False | |
UpdateEngine = "\\SERVER\Script\Script_Update.vbs" | |
' Change Log: | |
' v0.1 The very beggining. Here where it starts. |
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
# trough pager | |
grep sshd.\*Failed /var/log/auth.log | less | |
grep sshd.*Did /var/log/auth.log | less | |
# realtime | |
tail -f /var/log/auth.log | grep sshd.\*Failed |