16633 shaares
930 results
tagged
linux
find . -maxdepth 1 -mindepth 1 -type d -exec sh -c 'echo "{} : $(find "{}" -type f | wc -l)" file\(s\)' \;
Et du coup le total :
find . -type f -print | wc -l
à mettre dans ~/.bashrc
et dans /root/.bashrc
if [[ ${EUID} == 0 ]] ; then
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]┌─\u@\h\[\033[00m\] \[\033[01;34m\]\w\n\[\033[1;31m\]└→ \[\033[01;34m\]\$\[\033[00m\] '
else
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]┌─\u@\h\[\033[00m\] \[\033[01;34m\]\w\n\[\033[1;32m\]└→ \[\033[01;34m\]\$\[\033[00m\] '
fi
Machine Learning based Intrusion Detection Systems are difficult to evaluate due to a shortage of datasets representing accurately network traffic and their associated threats.