Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Следовательно в /etc/namedb/master/sait.ruzone "sait.ru" {
type masters;
file "/etc/namedb/master/sait.ru";
slave {
192.168.2.1;
};
};
В конец файла named.conf (На master DNS$TTL 3600
sait.ru IN SOA ns1.sait.ru. root.sait.ru. (2010121404 10800 3600 604800 86400)
sait.ru. IN NS ns1.sait.ru.
sait.ru. IN NS ns2.sait.ru.
sait.ru. IN MX 10 mail
sait.ru. IN MX 20 mail
sait.ru. IN A 91.199.245.151
www IN A 192.168.1.1
ftp IN A 192.168.1.1
mail IN A 192.168.1.1
smtp IN A 192.168.1.1
pop IN A 192.168.1.1
sait.ru. IN TXT "v=spf1 ip4:192.168.1.1 a mx ~all"
};zone "rg74.ru" {
type slave;
file "/etc/namedb/slave/sait.ru";
masters {192.168.1.1;};
192.168.2.1 IP DNS2 (Slave)$TTL 3600
sait.ru IN SOA ns1.sait.ru. root.sait.ru. (2010121404 10800 3600 604800 86400)
sait.ru. IN NS ns1.sait.ru.
sait.ru. IN NS ns2.sait.ru.
sait.ru. IN MX 10 mail
sait.ru. IN MX 20 mail
sait.ru. IN A 91.199.245.151
www IN A 192.168.1.1
ftp IN A 192.168.1.1
mail IN A 192.168.1.1
smtp IN A 192.168.1.1
pop IN A 192.168.1.1
sait.ru. IN TXT "v=spf1 ip4:192.168.1.1 a mx ~all"
> apt-get -y --force-yes -f install phpmyadmin
Reading package lists...
Building dependency tree...
Reading state information...
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
phpmyadmin: Depends: libapache2-mod-php5 but it is not going to be installed or
libapache-mod-php5 but it is not installable or
php5-cgi but it is not going to be installed or
php5 but it is not going to be installed or
libapache2-mod-php4 but it is not installable or
libapache-mod-php4 but it is not installable or
php4 but it is not installable or
php4-cgi but it is not installable
Depends: php5-mysql but it is not going to be installed or
php5-mysqli but it is not installable or
php4-mysql but it is not installable
Depends: php5-mcrypt but it is not going to be installed or
php4-mcrypt but it is not installable
Recommends: php5-gd but it is not going to be installed or
php4-gd but it is not installable
webmin: Depends: apt-show-versions but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).