<?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>ler &#8212; LE RR ME</title>
	<atom:link href="https://lerr.me/author/ler/feed" rel="self" type="application/rss+xml" />
	<link>https://lerr.me</link>
	<description>Ещё один сайт непонятно о чём</description>
	<lastBuildDate>Thu, 15 Jan 2026 10:32:24 +0000</lastBuildDate>
	<language>ru-RU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>CentOS 6.10 2025 actual latest working repo&#8217;s</title>
		<link>https://lerr.me/1248.html</link>
		
		<dc:creator><![CDATA[ler]]></dc:creator>
		<pubDate>Thu, 15 Jan 2026 10:01:09 +0000</pubDate>
				<category><![CDATA[Линух]]></category>
		<category><![CDATA[Сервер]]></category>
		<guid isPermaLink="false">https://lerr.me/?p=1248</guid>

					<description><![CDATA[Решил для старых проектов оживить трупа, т.к. обнаружел у себя вечную лицензию IspManager 4 Pro - грех не воспользоваться
Установшик рабочий IspManager 4 Pro <a href="https://lerr.me/wp-content/uploads/2026/01/install.4.zip">install.4</a>
Может потребоваться прокси, т.к. многие ссылки заблочены в РФ]]></description>
		
		
		
			</item>
		<item>
		<title>COMPOSER PHP IGNORE</title>
		<link>https://lerr.me/1215.html</link>
		
		<dc:creator><![CDATA[ler]]></dc:creator>
		<pubDate>Thu, 18 Jan 2024 08:52:26 +0000</pubDate>
				<category><![CDATA[Сервер]]></category>
		<guid isPermaLink="false">https://lerr.me/?p=1215</guid>

					<description><![CDATA[whereis php /opt/php71/bin/php composer.phar update --ignore-platform-reqs]]></description>
		
		
		
			</item>
		<item>
		<title>.htaccess редирект переезд всех страниц на новый домен</title>
		<link>https://lerr.me/1211.html</link>
		
		<dc:creator><![CDATA[ler]]></dc:creator>
		<pubDate>Fri, 01 Dec 2023 14:43:20 +0000</pubDate>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[htaccess]]></category>
		<guid isPermaLink="false">https://lerr.me/?p=1211</guid>

					<description><![CDATA[На старом домене прописываем в файле .htaccess RewriteEngine On RewriteCond %{HTTP_HOST} ^oldsite.net$ [OR] RewriteCond %{HTTP_HOST} ^www.oldsite.net$ RewriteRule (.*)$ https://newsite.net/$1 [R=301,L]]]></description>
		
		
		
			</item>
		<item>
		<title>Debrick PR2100</title>
		<link>https://lerr.me/1120.html</link>
		
		<dc:creator><![CDATA[ler]]></dc:creator>
		<pubDate>Fri, 01 Sep 2023 15:43:17 +0000</pubDate>
				<category><![CDATA[NAS]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://lerr.me/?p=1120</guid>

					<description><![CDATA[Черновики, гайды, ссылки: Готовый образ системы для pr4100/2100 https://www.reddit.com/r/DataHoarder/comments/plh9o7/easy_ubuntu_server_installation_on_wd_pr4100/ https://community.wd.com/t/guide-how-to-install-ubuntu-18-04-server-on-the-my-cloud-pr4100-nas/232786 https://github.com/aamkye/ubuntu_on_WD_PRx100 https://tafelpoowt.stackstorage.com/s/hDjUxuxnjCRFX8X 1. Прошиваем образ с помощью rufus на флешку 16gb+ либо из под линух sudo dd if=/media/files/ubuntu_wdmycloud.img of=/dev/sdd bs=1M status=progress Расширяем свободное пространство sudo sgdisk /dev/sdd --delete=2 sudo sgdisk /dev/sdd --new=2 sudo partprobe sudo e2fsck -f /dev/sdd2 sudo resize2fs /dev/sdd2 2. Грузим устройство с [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>WD EX4100 thermal.xml</title>
		<link>https://lerr.me/1106.html</link>
		
		<dc:creator><![CDATA[ler]]></dc:creator>
		<pubDate>Thu, 31 Aug 2023 19:49:23 +0000</pubDate>
				<category><![CDATA[NAS]]></category>
		<guid isPermaLink="false">https://lerr.me/?p=1106</guid>

					<description><![CDATA[Find active thermal config ps -aef &#124; grep wdtms Check temps and rpm fan_control -g 0;fan_control -g 4 /etc/wd/BWZE-thermal.xml &#60;step name=&#34;init_drv_cool&#34; action=&#34;set_int_value&#34; var=&#34;drv_state&#34; value=&#34;1&#34; interval=&#34;570&#34; next=&#34;check_drv_extreme&#34; /&#62; &#60;step name=&#34;check_drv_extreme&#34; action=&#34;compare_temperature&#34; source=&#34;drive&#34; index=&#34;*&#34; comparison=&#34;greater_than&#34; value=&#34;54.0&#34; interval=&#34;570&#34; goto=&#34;set_drv_extreme&#34; next=&#34;check_drv_pending&#34; /&#62; &#60;step name=&#34;check_drv_pending&#34; action=&#34;compare_temperature&#34; source=&#34;drive&#34; index=&#34;*&#34; comparison=&#34;greater_than&#34; value=&#34;51.0&#34; interval=&#34;570&#34; goto=&#34;set_drv_pending&#34; next=&#34;check_drv_danger&#34; /&#62; &#60;step name=&#34;check_drv_danger&#34; action=&#34;compare_temperature&#34; source=&#34;drive&#34; index=&#34;*&#34; comparison=&#34;greater_than&#34; [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>WD PR2100 FAN SPEED</title>
		<link>https://lerr.me/1086.html</link>
		
		<dc:creator><![CDATA[ler]]></dc:creator>
		<pubDate>Sat, 05 Aug 2023 18:40:43 +0000</pubDate>
				<category><![CDATA[NAS]]></category>
		<guid isPermaLink="false">https://lerr.me/?p=1086</guid>

					<description><![CDATA[According graphs recommending operation temperature 35-45 degrees 1. Check temps and fan speed fan_control -g 4; fan_control -g 0 2. Get current config file (BBCL-thermal.xml in my case. Use this name in 4.) ps &#124; grep wdtms 2.1 Find all thermals find . -name *thermal.xml -print 3.Create file wdmclowtemp.sed in /mnt/HD/HD_a2/scripts/ with following content: s/&#34;[0-9][0-9].0&#34; [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>transmission-daemon autostart if down</title>
		<link>https://lerr.me/1065.html</link>
		
		<dc:creator><![CDATA[ler]]></dc:creator>
		<pubDate>Fri, 15 Apr 2022 13:26:06 +0000</pubDate>
				<category><![CDATA[Сервер]]></category>
		<guid isPermaLink="false">https://lerr.me/?p=1065</guid>

					<description><![CDATA[Centos 7 code: CRON JOB in /etc/crontab */3 * * * * root sudo /opt/startifdown.sh &#62;/dev/null 2&#62;&#38;1 /opt/startifdown.sh #!/bin/sh ps -ef &#124; grep transmission-daemon &#124;grep -v grep &#62; /dev/null if [ $? != 0 ] then sudo /bin/systemctl restart transmission-daemon.service &#62; /dev/null echo Done else echo Running fi then Centos 6 code: CRON JOB in [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>Our system has detected that this message does not meet IPv6 sending guidelines regarding PTR records</title>
		<link>https://lerr.me/1062.html</link>
		
		<dc:creator><![CDATA[ler]]></dc:creator>
		<pubDate>Fri, 15 Apr 2022 04:16:53 +0000</pubDate>
				<category><![CDATA[Сервер]]></category>
		<guid isPermaLink="false">http://lerr.me/?p=1062</guid>

					<description><![CDATA[Отключаем IPV6 в зависимости от вашей почта службы EXIM /etc/exim/exim.conf disable_ipv6=true или оставляем ipv6, но используем ipv4 только для гугла dns_ipv4_lookup = *google.com : *gmail.com POSTFIX /etc/postfix/main.cf inet_protocols = ipv4 DOVECOT /etc/dovecot/dovecot.conf listen = * Не забываем перезапустить службы после изменения конфига]]></description>
		
		
		
			</item>
		<item>
		<title>Не работает file_get_contents ispmanager</title>
		<link>https://lerr.me/1057.html</link>
		
		<dc:creator><![CDATA[ler]]></dc:creator>
		<pubDate>Sat, 09 Apr 2022 05:34:01 +0000</pubDate>
				<category><![CDATA[ISPmanager]]></category>
		<category><![CDATA[Сервер]]></category>
		<guid isPermaLink="false">http://lerr.me/?p=1057</guid>

					<description><![CDATA[Нужно в файле etc/hosts прописать свой домен после айпи сервера через пробел]]></description>
		
		
		
			</item>
		<item>
		<title>Connection reset by peer) while reading response header from upstream</title>
		<link>https://lerr.me/1055.html</link>
		
		<dc:creator><![CDATA[ler]]></dc:creator>
		<pubDate>Sat, 09 Apr 2022 04:21:33 +0000</pubDate>
				<category><![CDATA[Сервер]]></category>
		<guid isPermaLink="false">http://lerr.me/?p=1055</guid>

					<description><![CDATA[https://stackoverflow.com/questions/22697584/nginx-uwsgi-104-connection-reset-by-peer-while-reading-response-header-from-u]]></description>
		
		
		
			</item>
	</channel>
</rss>
