<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>UNIX BLOG</title>
	<atom:link href="https://nixblog.icu/feed/" rel="self" type="application/rss+xml" />
	<link>https://nixblog.icu</link>
	<description>Blog for NIX system based administrators</description>
	<lastBuildDate>Thu, 27 Aug 2015 08:20:44 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.32</generator>
	<item>
		<title>Filter ICMP Timestamp Requests using IPtables</title>
		<link>https://nixblog.icu/linux-administration/filter-icmp-timestamp-requests-using-iptables/</link>
		<comments>https://nixblog.icu/linux-administration/filter-icmp-timestamp-requests-using-iptables/#comments</comments>
		<pubDate>Thu, 27 Aug 2015 08:19:16 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Linux Administration]]></category>
		<category><![CDATA[filter icmp requests]]></category>
		<category><![CDATA[icmp]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[timestamp requests]]></category>

		<guid isPermaLink="false">http://nixblog.info/?p=165</guid>
		<description><![CDATA[The following commands filter ICMP requests /sbin/iptables -I INPUT 1 -p ICMP --icmp-type timestamp-request -j DROP The following commands filter ICMP Reply requests /sbin/iptables -I INPUT 1 -p ICMP --icmp-type timestamp-reply -j DROP For autorun place the commands in /etc/rc.conf file or rc.local depending on your operating system.]]></description>
		<wfw:commentRss>https://nixblog.icu/linux-administration/filter-icmp-timestamp-requests-using-iptables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find out what programs are listening on ports</title>
		<link>https://nixblog.icu/linux-administration/how-to-find-out-what-programs-are-listening-on-ports/</link>
		<comments>https://nixblog.icu/linux-administration/how-to-find-out-what-programs-are-listening-on-ports/#comments</comments>
		<pubDate>Mon, 20 Apr 2015 06:24:51 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Linux Administration]]></category>
		<category><![CDATA[listen]]></category>
		<category><![CDATA[netstat]]></category>
		<category><![CDATA[ports]]></category>
		<category><![CDATA[programs]]></category>

		<guid isPermaLink="false">http://nixblog.info/?p=158</guid>
		<description><![CDATA[The following code will show how to see all the programs that are listening: netstat -tulpn will show what programs are listening on ports. Example: root@myhost:~# netstat -tulpn Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 2393/mysqld tcp 0 0 127.0.0.1:8080 0.0.0.0:* [&#8230;]]]></description>
		<wfw:commentRss>https://nixblog.icu/linux-administration/how-to-find-out-what-programs-are-listening-on-ports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Laravel header footer layout</title>
		<link>https://nixblog.icu/php_coding/laravel_header_footer_layout/</link>
		<comments>https://nixblog.icu/php_coding/laravel_header_footer_layout/#comments</comments>
		<pubDate>Fri, 24 Oct 2014 11:29:05 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[php coding]]></category>
		<category><![CDATA[footer]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[laravel]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[layouts]]></category>
		<category><![CDATA[master]]></category>

		<guid isPermaLink="false">http://nixblog.info/?p=143</guid>
		<description><![CDATA[For using a standart header and footer for every page in Laravel Framework, we need to define a layout. This article will describe to you, how to setup a layout with header and footer in LARAVEL framework for PHP in 7 STEPS 1 STEP: Define a layout, make a directory: app/views/layouts 2 STEP: Create a [&#8230;]]]></description>
		<wfw:commentRss>https://nixblog.icu/php_coding/laravel_header_footer_layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert openvz to xen VPS centos or debian</title>
		<link>https://nixblog.icu/linux-administration/convert-openvz-to-xen-vps-centos-or-debian/</link>
		<comments>https://nixblog.icu/linux-administration/convert-openvz-to-xen-vps-centos-or-debian/#comments</comments>
		<pubDate>Mon, 19 Aug 2013 05:49:51 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Linux Administration]]></category>

		<guid isPermaLink="false">http://nixblog.info/?p=138</guid>
		<description><![CDATA[mv /etc/init.removed /etc/init/ chroot /mnt apt-get install mingetty yum install mingetty # hvc0 &#8211; mingetty # # This service maintains a getty on tty1 from the point the system is # started until it is shut down again. start on stopped rc RUNLEVEL=[2345] stop on runlevel [!2345] respawn exec /sbin/mingetty hvc0 nano etc/init/hvc0.conf nano /etc/fstab [&#8230;]]]></description>
		<wfw:commentRss>https://nixblog.icu/linux-administration/convert-openvz-to-xen-vps-centos-or-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mdadm sending ioctl 1261 to a partition!</title>
		<link>https://nixblog.icu/linux-administration/mdadm-sending-ioctl-1261-to-a-partition/</link>
		<comments>https://nixblog.icu/linux-administration/mdadm-sending-ioctl-1261-to-a-partition/#comments</comments>
		<pubDate>Mon, 12 Nov 2012 19:02:37 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Linux Administration]]></category>
		<category><![CDATA[ioctl]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mdadm]]></category>

		<guid isPermaLink="false">http://nixblog.info/?p=133</guid>
		<description><![CDATA[mdadm sending ioctl 1261 to a partition!&#160; and probably failing of one HDD drive If you get this message in linux mdadm config. Then you need to check mdadm settings with the following command: cat /proc/mdstat If you got cat &#160; /proc/mdstat Personalities : [raid1] md2 : active raid1 sda3[0] &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; 935745400 blocks super 1.2 [&#8230;]]]></description>
		<wfw:commentRss>https://nixblog.icu/linux-administration/mdadm-sending-ioctl-1261-to-a-partition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VPN PPTP not all sites are loading, problems with mtu</title>
		<link>https://nixblog.icu/linux-administration/pptp-not-all-sites-are-loading-problems-with-mtu/</link>
		<comments>https://nixblog.icu/linux-administration/pptp-not-all-sites-are-loading-problems-with-mtu/#comments</comments>
		<pubDate>Thu, 01 Nov 2012 14:45:27 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Linux Administration]]></category>
		<category><![CDATA[mtu]]></category>
		<category><![CDATA[not loading]]></category>
		<category><![CDATA[not working]]></category>
		<category><![CDATA[pptp]]></category>
		<category><![CDATA[pptpd]]></category>
		<category><![CDATA[sites]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://nixblog.info/?p=128</guid>
		<description><![CDATA[VPN PPTP not all sites are loading, problems with mtu to solve this problem about pptpd mtu problem with not all sites working use the following command: /sbin/iptables --append FORWARD --protocol tcp --tcp-flags SYN,RST SYN --jump TCPMSS --clamp-mss-to-pmtu]]></description>
		<wfw:commentRss>https://nixblog.icu/linux-administration/pptp-not-all-sites-are-loading-problems-with-mtu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to install anti-dos mod_evasive centos 5</title>
		<link>https://nixblog.icu/linux-administration/how-to-install-anti-dos-mod_evasive-centos-5/</link>
		<comments>https://nixblog.icu/linux-administration/how-to-install-anti-dos-mod_evasive-centos-5/#comments</comments>
		<pubDate>Thu, 18 Oct 2012 05:35:04 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Linux Administration]]></category>
		<category><![CDATA[anti-dos]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[mod_evasive]]></category>

		<guid isPermaLink="false">http://nixblog.info/?p=75</guid>
		<description><![CDATA[Желательно использовать модуль mod_evasive совместно с nginx. Nginx будет обрабатывать статические запросы, а mod_evasive фильтровать тяжелые пхп запросы для апаче. Подключаем epel репозиторий, где и хранится mod_evasive wget http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm устанавливаем: yum install mod_evasive Редактируем конфиг nano /etc/httpd/conf.d/mod_evasive.conf &#160; &#160; &#160;]]></description>
		<wfw:commentRss>https://nixblog.icu/linux-administration/how-to-install-anti-dos-mod_evasive-centos-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blank text in wordpress editor</title>
		<link>https://nixblog.icu/installation_of_web-scripts/blank-text-in-wordpress-editor/</link>
		<comments>https://nixblog.icu/installation_of_web-scripts/blank-text-in-wordpress-editor/#comments</comments>
		<pubDate>Thu, 18 Oct 2012 05:27:30 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Installation of Web-Scripts]]></category>
		<category><![CDATA[blank]]></category>
		<category><![CDATA[blank text]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://nixblog.info/?p=120</guid>
		<description><![CDATA[If you have problems with standart editor in wordpress, the files is not uploaded. BLANK TEXT IN EDITOR. Just find this Plugin &#34;CKEditor for WordPress&#34; Install it , and replace the standart editor in WordPress. Now all the things on this page will be fixed. You will se something like this: &#160;]]></description>
		<wfw:commentRss>https://nixblog.icu/installation_of_web-scripts/blank-text-in-wordpress-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install YII framework on XAMPP in windows 7</title>
		<link>https://nixblog.icu/installation_of_web-scripts/install-yii-framework-on-xampp-in-windows-7/</link>
		<comments>https://nixblog.icu/installation_of_web-scripts/install-yii-framework-on-xampp-in-windows-7/#comments</comments>
		<pubDate>Thu, 18 Oct 2012 05:21:36 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Installation of Web-Scripts]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php.exe]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xampp]]></category>
		<category><![CDATA[yii]]></category>

		<guid isPermaLink="false">http://nixblog.info/?p=118</guid>
		<description><![CDATA[In tutorial it is said to use yyic webapp ../yourproject. But php.exe is not working. &#160; 1. Download and unzip the Yii framework: http://www.yiiframework.com/download/ 2. unzip it into the folder in your c:\xampp\httpdocs 3. go to cmd.exe (command promot)&#160; and type: cd c:\xampp\htdocs\framework\ or c:\xampp\htdocs\yii\framework depending how the YII framework folder installed. type yiic webapp [&#8230;]]]></description>
		<wfw:commentRss>https://nixblog.icu/installation_of_web-scripts/install-yii-framework-on-xampp-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to install geoip for php on gentoo</title>
		<link>https://nixblog.icu/linux-administration/how-to-install-geoip-for-php-on-gentoo/</link>
		<comments>https://nixblog.icu/linux-administration/how-to-install-geoip-for-php-on-gentoo/#comments</comments>
		<pubDate>Sun, 14 Oct 2012 18:19:32 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Linux Administration]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[geoip]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://nixblog.info/?p=116</guid>
		<description><![CDATA[First install Geo-IP package emerge -v Geo-IP Install pecl geoip php5 package emerge -v dev-php5/pecl-geoip Check if all is installed correctly php -i &#124; grep geo]]></description>
		<wfw:commentRss>https://nixblog.icu/linux-administration/how-to-install-geoip-for-php-on-gentoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
