Skip to content

apt-get install libpam-mysql
anonymous_enable=NO
local_enable=YES
guest_enable=YES
use_localtime=YES
local_root=/home/vsftpd/$USER
secure_chroot_dir=/var/run/vsftpd
chroot_local_user=YES
xferlog_enable=YES
pam_service_name=vsftpd
hide_ids=YES
user_sub_token=$USER
dirmessage_enable=YES
local_umask=022
connect_from_port_20=YES
write_enable=YES
virtual_use_local_privs=YES
auth required pam_mysql.so user=vsftpd passwd=p455w0rd host=localhost db=vsftpd table=accounts usercolumn=username passwdcolumn=pass crypt=2
account required pam_mysql.so user=vsftpd passwd=p455w0rd host=localhost db=vsftpd table=accounts usercolumn=username passwdcolumn=pass crypt=2
create database vsftpd;
use vsftpd;
CREATE TABLE `accounts` (
    -> `id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,
    -> `username` VARCHAR( 30 ) NOT NULL ,
    -> `pass` VARCHAR( 50 ) NOT NULL ,
    -> UNIQUE (
    -> `username`
    -> )
    -> ) ENGINE = MYISAM ;
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP ON vsftpd.* TO 'vsftpd'@'localhost' IDENTIFIED BY 'X0Bih4vtIbzgLPd9AxLM';
FLUSH PRIVILEGES;
INSERT INTO accounts (username, pass) VALUES('testuser', PASSWORD('testpasswd'));
mkdir -p /home/vsftpd/testuser/www
chmod a-w /home/vsftpd/testuser
/etc/init.d/vsftpd restart

 

Сойлента купил в Приват24. Давно хотел попробовать чо оно. А оно по вкусу напоминает дрожжи, разведённые в воде.

Решил что будет стоять на работе, буду как НЗ применять, бо питаться на постоянной основе этим - и не вкусно, и дорого.

Эта ваша пища будущего говно какое-то. Ни погрызть, ни выплюнуть то что не понравилось, ни отрыгнуть сыто, а потом понюхать чем пахнет.

 

Приехал, радует.

Если долго залипать в него - то потом, при закрывании глаз - можно ощутить себя смотрящим в кардборд. Картинка так же крутится при вращении головы, как и при использовании девайса.

начало истории было тут

Во вторник, 12 апреля, киевляне, живущие в центре города, чувствовали непонятные вибрации в своих домах. Жалобы на землетрясение начали поступать спасателям, о чем сообщил глава управления по чрезвычайным ситуациям КГГА Роман Ткачук. По его словам, жалобы на толчки в домах поступали во вторник до 22:30.

«Жаловались жильцы с ул. Госпитальной, 2, ул. Дарвина, 10, ул. Шота Руставели, 12/4б и бульвар Леси Украинки, 4 в период с 21:00 до 22:30. Было установлено, что вибрация домов проходила во время концерта группы Prodigy, который в это время проходил во Дворце спорта. После него вибрация в домах прекратилась», — сказал Ткачук.

Причиной подземных толчков стал концерт британской группы The Prodigy, собравшей полный Дворец спорта.

Отметим, что землетрясения на мероприятиях с большим числом зрителей далеко не редкость - так, в конце февраля футбольные фанаты клуба Лестер вызвали землетрясение в Англии, радуясь году своей команды.

Желтая пресса

...continue reading "Тэйк Ми Ту Зе Хоспитал"

...соплей шоб не было в трусах а седены у волосах
шоб вечно буты молодым таким здоровым и дурным
ебать блядей в пизду и в рот говно всем класть за отворот

 

Вчера наконец побывал на концерте Хамерман Знищує Віруси, доволен как слон.

И пиздил ногою льдину возле плотины в Днепродыме. А второй льдине помогал плавать. Но она не сильно хотела.

А сегодня в бассейн, на плавание вернулся. Шутил тренеру шутку что мол давно не виделись. Конечно давно, два года это не хуй собачий.

Есчо - купил термос, и устроил ламповые попизделки с корешем под луной, в лесу, на берегу речки.

И покатушки под Ю-Питер и концертники Бутусова. А потом ещё и сам покатался немношк.

 

Осталось найти и купить годный телескоп, и ваще збс всё будет.

mDNS/DNS-SD is inherently incompatible with unicast DNS zones .local. We strongly recommend not to use Avahi or nss-mdns in such a network setup. N.B.: nss-mdns is not typically bundled with Avahi and requires a separate download and install.

Background: The Zeroconf protocols Avahi implements are known as mDNS and DNS-SD. mDNS (short for Multicast DNS) is based on traditional (unicast) DNS, but the two systems do not interact. mDNS is used to manage a special cooperative zone .local where all local mDNS servers can freely register host names or services. Before mDNS was introduced the domain .local was sometimes used in non-public (unicast) DNS servers to assign names in LANs. Unfortunately some networks still use this domain that way. If Avahi and nss-mdns is installed properly a machine does not contact a unicast DNS server when resolving names from the .local domain, thus the unicast DNS domain .local becomes unreachable.

If you come across a network where .local is a unicast DNS domain, please contact the local administrator and ask him to move his DNS zone to a different domain. If this is not possible, we recommend not to use Avahi in such a network at all.

Workarounds

If you really want to use Avahi with .local as unicast domain, you might want to try the following. YMMV. Don't come running to us if something doesn't work as expected. It's your own fault!

The recommended nss-mdns configuration line for /etc/nsswitch.conf is

hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4

This makes nss-mdns authoritative for .local.

If this is changed as follows, unicast DNS will be tried before mDNS for .local, essentially "merging" the unicast and the multicast domain .local, with unicast taking precedence.

hosts: files dns mdns4

Please note that this line will "unbreak" the name service switch (NSS, aka gethostbyname()) only. Avahi itself will still not resolve any hosts from a unicast domain .local. i.e. this change will make some things work, but not all.

Please remember, that we do no recommend using nss-mdns in this way. Why? Firstly, because the conflict resolution protocol of mDNS becomes ineffective. Secondly, because due to the "merging" of theses zones, DNS RRs might point to wrong other RRs. Thirdly, this can become a security issue, because information about the mDNS domain .local which is intended to be link-local might leak into the Internet. Fourthly, when you mistype host names from .local the long mDNS timeout will always occur. Fifthly it creates more traffic than necessary. And finally it is really ugly.

Better workaround

If you want to use avahi in this environment, instead of asking the administrator to move the .local zone (for example, this is the default for a Small Business Server environment on Windows) then simply modify your /etc/avahi/avahi-daemon.conf with the following entry:

domain-name=.alocal

Avahi will simply use the domain .alocal to do its magic.

Distributors

If you are a distributor, please follow the following recommendations when packaging Avahi/nss-mdns:

We recommend to run a special script at bootup and whenever the DNS configuration changes (i.e. from the DHCP hook script), which checks if there is a zone .local on the newly configured DNS server. If there is, please make sure to shut down Avahi and to disable nss-mdns. (Disabling nss-mdns explicitly is not necessary if it wasn't compiled with the mDNS mini stack, i.e. is not compiled with --enable-legacy). Use the bind9 host tool to check for such a zone:

#!/bin/sh

if host -t SOA local. > /dev/null 2> /dev/null ; then
    # Hoho! There is a domain .local in unicast DNS! Let's disable Avahi!

    if test -x /etc/init.d/avahi ; then
        /etc/init.d/avahi stop > /dev/null 2> /dev/null
        
        if test -x /usr/bin/logger ; then
            logger -p daemon.warning -t avahi <<EOF
Avahi detected that your currently configured local DNS server serves
a domain .local. This is inherently incompatible with Avahi and thus
Avahi disabled itself. If you want to use Avahi in this network, please
contact your administrator and convince him to use a different DNS domain,
since .local should be used exclusively for Zeroconf technology.
For more information, see http://avahi.org/wiki/AvahiAndUnicastDotLocal
EOF
        fi
    fi

fi

Besides writing a warning about this to syslog, a notification bubble on the screen might also be advisable.

via

π