<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.autosys.tk/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>wiki.autosys.tk - centos</title>
        <description></description>
        <link>https://wiki.autosys.tk/</link>
        <lastBuildDate>Sat, 02 May 2026 00:36:57 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.autosys.tk/_media/wiki/dokuwiki.svg</url>
            <title>wiki.autosys.tk</title>
            <link>https://wiki.autosys.tk/</link>
        </image>
        <item>
            <title>build_php7_for_centos-5.11_from_source</title>
            <link>https://wiki.autosys.tk/centos/build_php7_for_centos-5.11_from_source</link>
            <description>&lt;pre class=&quot;code&quot;&gt;yum update
yum install git gcc gcc-c++ libxml2-devel pkgconfig openssl-devel bzip2-devel curl-devel libpng-devel libjpeg-devel libXpm-devel freetype-devel gmp-devel libmcrypt-devel libmcrypt mariadb-devel aspell-devel recode-devel autoconf bison re2c libc-client-devel openldap-devel net-snmp-devel&lt;/pre&gt;

&lt;h1 class=&quot;sectionedit1&quot; id=&quot;install_icu4_57_1&quot;&gt;Install ICU4 57_1&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;wget http://download.icu-project.org/files/icu4c/57.1/icu4c-57_1-src.tgz
tar -xvf ./icu4c-57_1-src.tgz
cd icu/source/
./configure --prefix=/opt/icu
gmake
gmake install&lt;/pre&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Install ICU4 57_1&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;install_icu4_57_1&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;305-520&amp;quot;} --&gt;
&lt;h1 class=&quot;sectionedit2&quot; id=&quot;upgrade_openssl_upto_102&quot;&gt;Upgrade Openssl upto 1.0.2&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;mkdir ~/src/
cd ~/src/
wget https://www.openssl.org/source/openssl-1.0.2p.tar.gz
tar -xvf ./openssl-1.0.2p.tar.gz
cd openssl-1.0.2p
./config -fpic shared
make
make install
echo &amp;quot;/usr/local/ssl/lib&amp;quot; &amp;gt;&amp;gt; /etc/ld.so.conf
ldconfig&lt;/pre&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Upgrade Openssl upto 1.0.2&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;upgrade_openssl_upto_102&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:2,&amp;quot;range&amp;quot;:&amp;quot;521-808&amp;quot;} --&gt;
&lt;h1 class=&quot;sectionedit3&quot; id=&quot;build_php_7123&quot;&gt;Build PHP 7.1.23&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;wget http://at2.php.net/get/php-7.1.23.tar.gz/from/this/mirror
tar -xvf ./php-7.1.23.tar.gz
cd php-7.1.23
./buildconf --force
./configure --prefix=/usr/local/php7 --with-config-file-path=/usr/local/php7/etc --with-config-file-scan-dir=/usr/local/php7/etc/conf.d --enable-bcmath --with-bz2 --with-curl --enable-filter --enable-fpm --with-gd --enable-gd-native-ttf --with-freetype-dir --with-jpeg-dir --with-png-dir --enable-mbstring --with-mcrypt --enable-mysqlnd --with-mysql-sock=/var/lib/mysql/mysql.sock --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-pdo-sqlite --disable-phpdbg --disable-phpdbg-webhelper --enable-opcache --with-openssl --enable-simplexml --with-sqlite3 --enable-xmlreader --enable-xmlwriter --enable-zip --with-zlib --with-openssl=/usr/local/ssl/ --with-icu-dir=/opt/icu --with-imap --with-imap-ssl --with-kerberos --with-ldap --with-snmp --enable-intl --with-icu-dir=/opt/icu
make j2
make install
  &lt;/pre&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Build PHP 7.1.23&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;build_php_7123&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:3,&amp;quot;range&amp;quot;:&amp;quot;809-&amp;quot;} --&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 11 Feb 2019 09:13:26 +0000</pubDate>
        </item>
        <item>
            <title>failed_to_download_metadata_for_repo_no_urls_in_mirrorlist</title>
            <link>https://wiki.autosys.tk/centos/failed_to_download_metadata_for_repo_no_urls_in_mirrorlist</link>
            <description>
&lt;p&gt;
Ошибка:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;Error: Failed to download metadata for repo &amp;#039;appstream&amp;#039;: Cannot prepare internal mirrorlist: No URLs in mirrorlist&lt;/pre&gt;

&lt;p&gt;
Поправляем:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;sed -i &amp;#039;s/mirrorlist/#mirrorlist/g&amp;#039; /etc/yum.repos.d/CentOS-*
sed -i &amp;#039;s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g&amp;#039; /etc/yum.repos.d/CentOS-*
yum update -y&lt;/pre&gt;
</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 03 Mar 2022 04:29:26 +0000</pubDate>
        </item>
        <item>
            <title>mainpage</title>
            <link>https://wiki.autosys.tk/centos/mainpage</link>
            <description>
&lt;div&gt;&lt;div id=&quot;nojs_indexmenu_98083186069f505009daae&quot; data-jsajax=&quot;&amp;group=1&quot; class=&quot;indexmenu_nojs&quot;&gt;
&lt;ul class=&quot;idx&quot;&gt;
&lt;li class=&quot;level1&quot; &gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://wiki.autosys.tk/centos/build_php7_for_centos-5.11_from_source&quot; class=&quot;wikilink1&quot; title=&quot;centos:build_php7_for_centos-5.11_from_source&quot; data-wiki-id=&quot;centos:build_php7_for_centos-5.11_from_source&quot;&gt;build_php7_for_centos-5.11_from_source&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;level1&quot; &gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://wiki.autosys.tk/centos/failed_to_download_metadata_for_repo_no_urls_in_mirrorlist&quot; class=&quot;wikilink1&quot; title=&quot;centos:failed_to_download_metadata_for_repo_no_urls_in_mirrorlist&quot; data-wiki-id=&quot;centos:failed_to_download_metadata_for_repo_no_urls_in_mirrorlist&quot;&gt;failed_to_download_metadata_for_repo_no_urls_in_mirrorlist&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;level1&quot; &gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://wiki.autosys.tk/centos/%D1%83%D0%BF%D1%80%D0%B0%D0%B2%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5-%D1%84%D0%B0%D0%B8%D0%B5%D1%80%D0%B2%D0%BE%D0%BB%D0%BE%D0%BC-centos&quot; class=&quot;wikilink1&quot; title=&quot;centos:управление-фаиерволом-centos&quot; data-wiki-id=&quot;centos:управление-фаиерволом-centos&quot;&gt;управление-фаиерволом-centos&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;/div&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 11 Feb 2019 09:13:26 +0000</pubDate>
        </item>
        <item>
            <title>управление-фаиерволом-centos</title>
            <link>https://wiki.autosys.tk/centos/%D1%83%D0%BF%D1%80%D0%B0%D0%B2%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5-%D1%84%D0%B0%D0%B8%D0%B5%D1%80%D0%B2%D0%BE%D0%BB%D0%BE%D0%BC-centos</link>
            <description>
&lt;p&gt;
Для управления файерволом в CentOS предусмотрена утилита &lt;strong&gt;system-config-firewall-tui&lt;/strong&gt;&lt;br/&gt;

Чтобы установить ее выполняем:&lt;br/&gt;

&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;# yum install system-config-firewall-tui&lt;/pre&gt;

&lt;p&gt;
И потом запускаем: &lt;br/&gt;

&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;# system-config-firewall-tui&lt;/pre&gt;

&lt;p&gt;
И дальше интерактивно настраиваем как хотим.&lt;br/&gt;

&lt;/p&gt;

&lt;p&gt;
Можно также совсем отключить firewall выполнив:&lt;br/&gt;

&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;# service iptables save
# service iptables stop
# chkconfig iptables off&lt;/pre&gt;

&lt;p&gt;
Для IPv6&lt;br/&gt;

&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;# service ip6tables save
# service ip6tables stop
# chkconfig ip6tables off&lt;/pre&gt;
</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 11 Feb 2019 09:13:26 +0000</pubDate>
        </item>
    </channel>
</rss>
