|
|
|
@ -414,14 +414,6 @@ alias mntiso="mount -o loop -t iso9660 $1 $2"
@@ -414,14 +414,6 @@ alias mntiso="mount -o loop -t iso9660 $1 $2"
|
|
|
|
|
#- Поиск suid-файлов |
|
|
|
|
alias fsuid='find / -perm +6000 -type f -exec ls -ld {} \; | column -t | nl' |
|
|
|
|
|
|
|
|
|
#- SSH |
|
|
|
|
ssh() { #noindex |
|
|
|
|
case "$1" in |
|
|
|
|
sites) ssh -A -t root@193.169.52.221 -t ssh 192.168.115.50;; |
|
|
|
|
* ) command ssh $*;; |
|
|
|
|
esac |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#}}} ########################################################################### |
|
|
|
|
#{{{ \033[00m\n\b------<Сборка_и_установка_ПО>\n |
|
|
|
|
################################################################################ |
|
|
|
|