Главная страница =) https://www.dokuwiki.org/ru:devel:templates Тест [[апрель|Апрель]] http://habrahabr.ru/post/177229/ 1NuhrSUV156izuEHv8i6k1oDssED6ACTxC [[wifi|wifi]] Настройка сети centos /etc/hosts /etc/resolv.conf wget http://prdownloads.sourceforge.net/webadmin/webmin-1.610-1.noarch.rpm rpm -U webmin-1.610-1.noarch.rpm Using the Webmin YUM repository If you like to install and update Webmin via RPM, create the /etc/yum.repos.d/webmin.repo file containing : [Webmin] name=Webmin Distribution Neutral #baseurl=http://download.webmin.com/download/yum mirrorlist=http://download.webmin.com/download/yum/mirrorlist enabled=1 You should also fetch and install my GPG key with which the packages are signed, with the commands : wget http://www.webmin.com/jcameron-key.asc rpm --import jcameron-key.asc You will now be able to install with the command : yum install webmin All dependencies should be resolved automatically. http://www.webmin.com/rpm.html 10000 Выключить из автозагрузки NetworkManager - GUI ковырялся, перекрывает настройки network Проброс к роутеру в другой подсети Добавляем подсеть роутера route add -net 10.0.8.0 netmask 255.255.255.0 eth0 Добавляем шлюз по умолчанию route add default gw 10.0.8.1 До этого ругался, что устройство не существует. http://g-soft.info/antivirus/2012/01/25/centos-ustanavlivaem-antivirus-clamav.html $ find ~ -mtime 1 -daystart [Enter] http://wiki.linux.ru/wiki/index.php/%D0%98%D1%89%D0%B5%D0%BC_%D0%B8_%D0%BB%D0%B5%D1%87%D0%B8%D0%BC_web_shell_%D0%BD%D0%B0_%D0%B2%D0%B7%D0%BB%D0%BE%D0%BC%D0%B0%D0%BD%D0%BD%D0%BE%D0%BC_%D1%81%D0%B0%D0%B9%D1%82%D0%B5 # find ./ -name '*.php' | xargs grep -E '[0-9a-zA-Z/]{80}' > viruses.txt