<?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>Блог системного адміністратора</title>
	<atom:link href="https://avz.org.ua/wp/feed/" rel="self" type="application/rss+xml" />
	<link>https://avz.org.ua/wp</link>
	<description>Нотатки про Linux та корисні поради для системних адміністраторів</description>
	<lastBuildDate>Tue, 12 May 2026 12:20:25 +0000</lastBuildDate>
	<language>uk</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>NTFS partition with windows 7 data recovery in linux</title>
		<link>https://avz.org.ua/wp/2026/05/12/ntfs-partition-with-windows-7-data-recovery-in-linux/</link>
					<comments>https://avz.org.ua/wp/2026/05/12/ntfs-partition-with-windows-7-data-recovery-in-linux/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Tue, 12 May 2026 11:57:44 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[ntfsundelete]]></category>
		<category><![CDATA[photorec]]></category>
		<guid isPermaLink="false">https://avz.org.ua/wp/?p=2024</guid>

					<description><![CDATA[<p>When I tried to mount NTFS partition with windows 7 in fedora linux 42, I got the error: "The MFT is not self-contained: No such file or directory Failed to load $MFT: No such file or directory". Here are some ideas how to deal with this problem. This error typically means the NTFS filesystem is [&#8230;]</p>
The post <a href="https://avz.org.ua/wp/2026/05/12/ntfs-partition-with-windows-7-data-recovery-in-linux/">NTFS partition with windows 7 data recovery in linux</a> first appeared on <a href="https://avz.org.ua/wp">Блог системного адміністратора</a>.<div class='yarpp yarpp-related yarpp-related-rss yarpp-related-none yarpp-template-list'>
</div>
]]></description>
		
					<wfw:commentRss>https://avz.org.ua/wp/2026/05/12/ntfs-partition-with-windows-7-data-recovery-in-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to control Windows 10 via SSH</title>
		<link>https://avz.org.ua/wp/2026/04/27/how-to-control-windows-10-via-ssh/</link>
					<comments>https://avz.org.ua/wp/2026/04/27/how-to-control-windows-10-via-ssh/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Mon, 27 Apr 2026 15:28:20 +0000</pubDate>
				<category><![CDATA[Misc]]></category>
		<guid isPermaLink="false">https://avz.org.ua/wp/?p=2021</guid>

					<description><![CDATA[<p>Download SSH-server from github https://github.com/PowerShell/Win32-OpenSSH/releases/ and install. Start and enable auto-start after booting in powershell console: Start-Service sshd Set-Service -Name sshd -StartupType 'Automatic' Allow incoming connection in Windows Firewall: New-NetFirewallRule -Name sshd -DisplayName 'OpenSSH Server (sshd)' -Enabled True -Direction Inbound -Protocol TCP -Action Allow -LocalPort 22 Enable password-less authentication: Add-Content -Path &#34;C:\ProgramData\ssh\administrators_authorized_keys&#34; -Value &#34;your_public_key_here&#34; icacls [&#8230;]</p>
The post <a href="https://avz.org.ua/wp/2026/04/27/how-to-control-windows-10-via-ssh/">How to control Windows 10 via SSH</a> first appeared on <a href="https://avz.org.ua/wp">Блог системного адміністратора</a>.<div class='yarpp yarpp-related yarpp-related-rss yarpp-related-none yarpp-template-list'>
</div>
]]></description>
		
					<wfw:commentRss>https://avz.org.ua/wp/2026/04/27/how-to-control-windows-10-via-ssh/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Apache 2.4 doesn&#039;t start with AH00023: Couldn&#039;t create the rewrite-map mutex</title>
		<link>https://avz.org.ua/wp/2026/03/16/apache-2-4-doesnt-start-ah00023-couldnt-create-the-rewrite-map-mutex/</link>
					<comments>https://avz.org.ua/wp/2026/03/16/apache-2-4-doesnt-start-ah00023-couldnt-create-the-rewrite-map-mutex/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Mon, 16 Mar 2026 07:38:56 +0000</pubDate>
				<category><![CDATA[*nix]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[apache]]></category>
		<guid isPermaLink="false">https://avz.org.ua/wp/?p=2019</guid>

					<description><![CDATA[<p>Problem: Apache 2.4.6 doesn't start on CentOS 7. error.log shows this confusing error message: &#91;Mon Mar 16 08:55:03.254104 2026&#93; &#91;core:emerg&#93; &#91;pid 3946&#93; &#40;28&#41;No space left on device: AH00023: Couldn't create the rewrite-map mutex [Mon Mar 16 08:55:03.254178 2026] [:emerg] [pid 3946] AH00020: Configuration Failed, exiting We don't have problems with free space on storage device, [&#8230;]</p>
The post <a href="https://avz.org.ua/wp/2026/03/16/apache-2-4-doesnt-start-ah00023-couldnt-create-the-rewrite-map-mutex/">Apache 2.4 doesn't start with AH00023: Couldn't create the rewrite-map mutex</a> first appeared on <a href="https://avz.org.ua/wp">Блог системного адміністратора</a>.<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->

Похожие заметки:<ol>
<li><a href="https://avz.org.ua/wp/2013/01/30/apache-http-auth-with-multiple-password-files/" rel="bookmark" title="Аутентификация в Apache на основе нескольких файлов со списками пользователей">Аутентификация в Apache на основе нескольких файлов со списками пользователей</a></li>
<li><a href="https://avz.org.ua/wp/2017/02/27/httpd-2-4-complex-http-auth/" rel="bookmark" title="Выборочная http-аутентификация в apache httpd 2.4">Выборочная http-аутентификация в apache httpd 2.4</a></li>
<li><a href="https://avz.org.ua/wp/2009/05/22/linux-installcheckpoints/" rel="bookmark" title="Порядок настройки свежеустановленной Linux">Порядок настройки свежеустановленной Linux</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://avz.org.ua/wp/2026/03/16/apache-2-4-doesnt-start-ah00023-couldnt-create-the-rewrite-map-mutex/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to fix DNS resolving problem in libvirt guest</title>
		<link>https://avz.org.ua/wp/2025/06/11/how-to-fix-dns-resolving-problem-in-libvirt-guest/</link>
					<comments>https://avz.org.ua/wp/2025/06/11/how-to-fix-dns-resolving-problem-in-libvirt-guest/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Wed, 11 Jun 2025 17:11:51 +0000</pubDate>
				<category><![CDATA[*nix]]></category>
		<category><![CDATA[dnsmasq]]></category>
		<category><![CDATA[libvirt]]></category>
		<guid isPermaLink="false">https://avz.org.ua/wp/?p=2005</guid>

					<description><![CDATA[<p>Situation: dnsmasq is running on host machine and listens on 192.168.122.1:53 (both TCP and UDP), but resolving in guest machine doesn't work. When dig command shows "status: REFUSED" while querying 192.168.122.1 from inside VM like this # dig srv.myex.zone @192.168.122.1 &#160; ; &#60;&#60;&#62;&#62; DiG 9.16.23-RH &#60;&#60;&#62;&#62; srv.myex.zone @192.168.122.1 ;; global options: +cmd ;; Got answer: [&#8230;]</p>
The post <a href="https://avz.org.ua/wp/2025/06/11/how-to-fix-dns-resolving-problem-in-libvirt-guest/">How to fix DNS resolving problem in libvirt guest</a> first appeared on <a href="https://avz.org.ua/wp">Блог системного адміністратора</a>.<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->

Похожие заметки:<ol>
<li><a href="https://avz.org.ua/wp/2025/02/18/how-to-prevent-libvirt-from-adding-iptables-rules-for-guest-nat-networks/" rel="bookmark" title="How to prevent libvirt from adding iptables rules for guest NAT networks">How to prevent libvirt from adding iptables rules for guest NAT networks</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://avz.org.ua/wp/2025/06/11/how-to-fix-dns-resolving-problem-in-libvirt-guest/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Проблеми ерозії берегів — причини, наслідки та рішення</title>
		<link>https://avz.org.ua/wp/2025/05/07/problemi-eroziyi-beregiv-i-yak-yikh-virishiti/</link>
					<comments>https://avz.org.ua/wp/2025/05/07/problemi-eroziyi-beregiv-i-yak-yikh-virishiti/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Wed, 07 May 2025 08:12:54 +0000</pubDate>
				<category><![CDATA[Misc]]></category>
		<guid isPermaLink="false">https://avz.org.ua/wp/?p=2003</guid>

					<description><![CDATA[<p>Ерозія берегів — це повільний, але незворотний процес руйнування берегової лінії під впливом води, вітру, снігу, хвиль і діяльності людини. Вона загрожує як природним ландшафтам, так і інфраструктурі, приватним ділянкам, сільськогосподарським угіддям. Особливо небезпечна ерозія на крутих берегах річок, озер і водосховищ, де втрата ґрунту може призвести до зсувів, затоплення, руйнування будівель і доріг. Щоб [&#8230;]</p>
The post <a href="https://avz.org.ua/wp/2025/05/07/problemi-eroziyi-beregiv-i-yak-yikh-virishiti/">Проблеми ерозії берегів — причини, наслідки та рішення</a> first appeared on <a href="https://avz.org.ua/wp">Блог системного адміністратора</a>.<div class='yarpp yarpp-related yarpp-related-rss yarpp-related-none yarpp-template-list'>
</div>
]]></description>
		
					<wfw:commentRss>https://avz.org.ua/wp/2025/05/07/problemi-eroziyi-beregiv-i-yak-yikh-virishiti/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>fetchmail version 6.4.39 stopped working with Gmail</title>
		<link>https://avz.org.ua/wp/2025/05/02/fetchmail-version-6-4-39-stopped-working-with-gmail/</link>
					<comments>https://avz.org.ua/wp/2025/05/02/fetchmail-version-6-4-39-stopped-working-with-gmail/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Fri, 02 May 2025 15:44:34 +0000</pubDate>
				<category><![CDATA[*nix]]></category>
		<category><![CDATA[fetchmail]]></category>
		<category><![CDATA[google]]></category>
		<guid isPermaLink="false">https://avz.org.ua/wp/?p=2001</guid>

					<description><![CDATA[<p>One day I had fetchmail version 6.4.39 stopped working with Gmail saying in log: fetchmail: Authorization failure on myemail@pop.gmail.com fetchmail: For help, see http://www.fetchmail.info/fetchmail-FAQ.html#R15 fetchmail: Query status=3 (AUTHFAIL) That FAQ page wasn't very useful - no thoughts for me to dig further. In the ~/.fetchmailrc config file I had this string, which was working fine [&#8230;]</p>
The post <a href="https://avz.org.ua/wp/2025/05/02/fetchmail-version-6-4-39-stopped-working-with-gmail/">fetchmail version 6.4.39 stopped working with Gmail</a> first appeared on <a href="https://avz.org.ua/wp">Блог системного адміністратора</a>.<div class='yarpp yarpp-related yarpp-related-rss yarpp-related-none yarpp-template-list'>
</div>
]]></description>
		
					<wfw:commentRss>https://avz.org.ua/wp/2025/05/02/fetchmail-version-6-4-39-stopped-working-with-gmail/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Virtualbox virtual machine not started with VERR_VMX_IN_VMX_ROOT_MODE error</title>
		<link>https://avz.org.ua/wp/2025/04/25/virtualbox-virtual-machine-not-started-with-verr_vmx_in_vmx_root_mode-error/</link>
					<comments>https://avz.org.ua/wp/2025/04/25/virtualbox-virtual-machine-not-started-with-verr_vmx_in_vmx_root_mode-error/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Fri, 25 Apr 2025 09:06:19 +0000</pubDate>
				<category><![CDATA[*nix]]></category>
		<category><![CDATA[virtualbox]]></category>
		<guid isPermaLink="false">https://avz.org.ua/wp/?p=2000</guid>

					<description><![CDATA[<p>Also, in VBox.log we have: 00:00:01.479958 vmmR3LogFlusher: Terminating (VERR_OBJECT_DESTROYED) 00:00:01.605332 VMSetError: /home/vbox/tinderbox/build-VBox-7.0/svn/src/VBox/VMM/VMMR3/VM.cpp(341) int VMR3Create(uint32_t, PCVMM2USERMETHODS, uint64_t, PFNVMATERROR, void*, PFNCFGMCONSTRUCTOR, void*, VM**, UVM**); rc=VERR_VMX_IN_VMX_ROOT_MODE 00:00:01.605338 VMSetError: VirtualBox can't operate in VMX root mode. Please disable the KVM kernel extension, recompile your kernel and reboot 00:00:01.605815 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={VirtualBox can't operate in VMX [&#8230;]</p>
The post <a href="https://avz.org.ua/wp/2025/04/25/virtualbox-virtual-machine-not-started-with-verr_vmx_in_vmx_root_mode-error/">Virtualbox virtual machine not started with VERR_VMX_IN_VMX_ROOT_MODE error</a> first appeared on <a href="https://avz.org.ua/wp">Блог системного адміністратора</a>.<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->

Похожие заметки:<ol>
<li><a href="https://avz.org.ua/wp/2017/03/27/creating-a-virtualbox-guest-on-a-headless-linux-host/" rel="bookmark" title="Virtualbox: поднятие гостевой виртуалки на headless linux-сервере">Virtualbox: поднятие гостевой виртуалки на headless linux-сервере</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://avz.org.ua/wp/2025/04/25/virtualbox-virtual-machine-not-started-with-verr_vmx_in_vmx_root_mode-error/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Чому пластинчасті теплообмінники є лідерами в енергоефективності</title>
		<link>https://avz.org.ua/wp/2025/04/01/chomu-plastinchasti-teploobminniki-ye-liderami-v-energoefektivnosti/</link>
					<comments>https://avz.org.ua/wp/2025/04/01/chomu-plastinchasti-teploobminniki-ye-liderami-v-energoefektivnosti/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Mon, 31 Mar 2025 21:06:58 +0000</pubDate>
				<category><![CDATA[Misc]]></category>
		<guid isPermaLink="false">https://avz.org.ua/wp/?p=1998</guid>

					<description><![CDATA[<p>Сучасні промислові та комерційні системи опалення, охолодження й утилізації тепла вимагають максимального рівня енергоефективності. Одним із найкращих рішень у цій сфері є пластинчасті теплообмінники, які відзначаються високою продуктивністю, низькими експлуатаційними витратами та можливістю ефективного використання теплової енергії. У цій статті розглянемо ключові фактори, що роблять пластинчасті теплообмінники еталоном енергоефективності (читати джерело). Як пластинчасті теплообмінники зменшують [&#8230;]</p>
The post <a href="https://avz.org.ua/wp/2025/04/01/chomu-plastinchasti-teploobminniki-ye-liderami-v-energoefektivnosti/">Чому пластинчасті теплообмінники є лідерами в енергоефективності</a> first appeared on <a href="https://avz.org.ua/wp">Блог системного адміністратора</a>.<div class='yarpp yarpp-related yarpp-related-rss yarpp-related-none yarpp-template-list'>
</div>
]]></description>
		
					<wfw:commentRss>https://avz.org.ua/wp/2025/04/01/chomu-plastinchasti-teploobminniki-ye-liderami-v-energoefektivnosti/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to prevent libvirt from adding iptables rules for guest NAT networks</title>
		<link>https://avz.org.ua/wp/2025/02/18/how-to-prevent-libvirt-from-adding-iptables-rules-for-guest-nat-networks/</link>
					<comments>https://avz.org.ua/wp/2025/02/18/how-to-prevent-libvirt-from-adding-iptables-rules-for-guest-nat-networks/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Tue, 18 Feb 2025 15:44:26 +0000</pubDate>
				<category><![CDATA[*nix]]></category>
		<category><![CDATA[libvirt]]></category>
		<category><![CDATA[NAT]]></category>
		<guid isPermaLink="false">https://avz.org.ua/wp/?p=1994</guid>

					<description><![CDATA[<p>Libvirt by default adds some firewall rules for NAT to work, but it can be a nightmare if you have our own set of NAT/forward rules - conflicts between them are very likely. To avoid this edit /etc/libvirt/qemu/networks/default.xml and set forward mode to "open" (in my case the value here was "nat"). So, the file [&#8230;]</p>
The post <a href="https://avz.org.ua/wp/2025/02/18/how-to-prevent-libvirt-from-adding-iptables-rules-for-guest-nat-networks/">How to prevent libvirt from adding iptables rules for guest NAT networks</a> first appeared on <a href="https://avz.org.ua/wp">Блог системного адміністратора</a>.<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->

Похожие заметки:<ol>
<li><a href="https://avz.org.ua/wp/2009/01/09/linux-nat/" rel="bookmark" title="NAT в linux">NAT в linux</a></li>
<li><a href="https://avz.org.ua/wp/2009/06/04/freebsd-nat/" rel="bookmark" title="Строим NAT средствами FreeBSD">Строим NAT средствами FreeBSD</a></li>
<li><a href="https://avz.org.ua/wp/2010/06/29/putty-how-to-make-your-windows-useful/" rel="bookmark" title="PuTTY: делаем Windows полезным">PuTTY: делаем Windows полезным</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://avz.org.ua/wp/2025/02/18/how-to-prevent-libvirt-from-adding-iptables-rules-for-guest-nat-networks/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>NFS share access problem from a KVM guest</title>
		<link>https://avz.org.ua/wp/2025/02/05/nfs-share-access-problem-from-a-kvm-guest/</link>
					<comments>https://avz.org.ua/wp/2025/02/05/nfs-share-access-problem-from-a-kvm-guest/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Wed, 05 Feb 2025 18:23:39 +0000</pubDate>
				<category><![CDATA[*nix]]></category>
		<category><![CDATA[NAT]]></category>
		<category><![CDATA[NFS]]></category>
		<guid isPermaLink="false">https://avz.org.ua/wp/?p=1990</guid>

					<description><![CDATA[<p>Someday I had to increase storage for an app living inside KVM guest. Considering that this KVM server run almost out of free disk space, probably, the easiest way to achieve the goal was to use NFS to utilize the other server's storage. So, after 'yum install nfs-utils' I tried to mount a share and [&#8230;]</p>
The post <a href="https://avz.org.ua/wp/2025/02/05/nfs-share-access-problem-from-a-kvm-guest/">NFS share access problem from a KVM guest</a> first appeared on <a href="https://avz.org.ua/wp">Блог системного адміністратора</a>.<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->

Похожие заметки:<ol>
<li><a href="https://avz.org.ua/wp/2009/01/09/linux-nat/" rel="bookmark" title="NAT в linux">NAT в linux</a></li>
<li><a href="https://avz.org.ua/wp/2009/06/04/freebsd-nat/" rel="bookmark" title="Строим NAT средствами FreeBSD">Строим NAT средствами FreeBSD</a></li>
<li><a href="https://avz.org.ua/wp/2010/06/29/putty-how-to-make-your-windows-useful/" rel="bookmark" title="PuTTY: делаем Windows полезным">PuTTY: делаем Windows полезным</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://avz.org.ua/wp/2025/02/05/nfs-share-access-problem-from-a-kvm-guest/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
