2015-01-25 18:36:02 +01:00
|
|
|
# anything to do with irc
|
|
|
|
\b\w+\b.*irc.*
|
|
|
|
conf.irclog
|
|
|
|
|
|
|
|
# log file
|
|
|
|
\b\w+\b.*log\b
|
|
|
|
conf.log
|
|
|
|
|
|
|
|
# configure command
|
|
|
|
(^|[/\w\.]+/)?configure
|
|
|
|
conf.configure
|
|
|
|
|
|
|
|
# ping command
|
|
|
|
(^|[/\w\.]+/)ping6?\s
|
|
|
|
conf.ping
|
|
|
|
|
|
|
|
# traceroute command
|
|
|
|
(^|[/\w\.]+/)traceroute6?\s
|
|
|
|
conf.traceroute
|
|
|
|
|
|
|
|
# gcc command
|
|
|
|
(^|[/\w\.]+/)g?cc\s
|
|
|
|
conf.gcc
|
|
|
|
|
|
|
|
# make command
|
|
|
|
(^|[/\w\.]+/)g?make\s?
|
|
|
|
conf.gcc
|
|
|
|
|
|
|
|
# netstat command
|
|
|
|
(^|[/\w\.]+/)netstat\s?
|
|
|
|
conf.netstat
|
|
|
|
|
|
|
|
# diff command
|
|
|
|
(^|[/\w\.]+/)diff\s?
|
|
|
|
conf.diff
|
|
|
|
|
|
|
|
# wdiff command
|
|
|
|
(^|[/\w\.]+/)wdiff\s?
|
|
|
|
conf.wdiff
|
|
|
|
|
|
|
|
# last command
|
|
|
|
(^|[/\w\.]+/)last\s?
|
|
|
|
conf.log
|
|
|
|
|
|
|
|
# ldap tools
|
|
|
|
(^|[/\w\.]+/)ldap
|
|
|
|
conf.ldap
|
|
|
|
|
|
|
|
# cvs command
|
|
|
|
(^|[/\w\.]+/)cvs\s?
|
|
|
|
conf.cvs
|
|
|
|
|
|
|
|
# mount command
|
|
|
|
(^|[/\w\.]+/)mount\s?
|
|
|
|
conf.mount
|
|
|
|
|
|
|
|
# mtr command
|
|
|
|
(^|[/\w\.]+/)mtr\s?
|
|
|
|
conf.mtr
|
|
|
|
|
|
|
|
# ps command
|
|
|
|
(^|[/\w\.]+/)ps\s?
|
|
|
|
conf.ps
|
|
|
|
|
|
|
|
# dig command
|
|
|
|
(^|[/\w\.]+/)dig\s?
|
|
|
|
conf.dig
|
|
|
|
|
|
|
|
# ifconfig command
|
|
|
|
(^|[/\w\.]+/)ifconfig\s?
|
|
|
|
conf.ifconfig
|
|
|
|
|
|
|
|
# ls command
|
|
|
|
(^|[/\w\.]+/)ls\s?
|
|
|
|
conf.ls
|
|
|
|
|
2015-02-27 16:34:02 +01:00
|
|
|
# mount
|
|
|
|
(^|[/\w\.]+/)mount\s?
|
|
|
|
conf.mount
|
|
|
|
|
|
|
|
# df
|
|
|
|
(^|[/\w\.]+/)df\s?
|
|
|
|
conf.df
|
2015-11-13 07:14:27 +01:00
|
|
|
|
2016-05-14 07:20:54 +02:00
|
|
|
# docker -----------------------------
|
2015-11-13 07:14:27 +01:00
|
|
|
(^|[/\w\.]+/)docker ps\s?
|
|
|
|
conf.dockerps
|
|
|
|
|
|
|
|
(^|[/\w\.]+/)docker images\s?
|
|
|
|
conf.dockerimages
|
|
|
|
|
2016-05-14 07:20:54 +02:00
|
|
|
(^|[/\w\.]+/)docker search\s?
|
|
|
|
conf.dockersearch
|
|
|
|
|
2015-11-13 07:14:27 +01:00
|
|
|
(^|[/\w\.]+/)docker-machine ls\s?
|
|
|
|
conf.docker-machinels
|
|
|
|
|
2016-05-14 07:20:54 +02:00
|
|
|
(^|[/\w\.]+/)docker network ls\s?
|
|
|
|
conf.dockernetwork
|
|
|
|
|
2015-11-13 07:14:27 +01:00
|
|
|
(^|[/\w\.]+/)docker info\s?
|
|
|
|
conf.dockerinfo
|
|
|
|
|
2016-05-14 07:20:54 +02:00
|
|
|
(^|[/\w\.]+/)docker version\s?
|
|
|
|
conf.dockerversion
|
|
|
|
|
2016-01-13 11:48:42 +01:00
|
|
|
# journalctl command
|
|
|
|
(^|[/\w\.]+/)journalctl?\s
|
|
|
|
conf.log
|