<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments for Everything is Broken	</title>
	<atom:link href="https://play.datalude.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://play.datalude.com/blog</link>
	<description>Efficiency vs. Inefficiency, in a no-holds barred fight.</description>
	<lastBuildDate>Wed, 19 Nov 2025 03:11:32 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		Comment on Viber SQlite Database Extraction / Forensics by admin		</title>
		<link>https://play.datalude.com/blog/2017/06/viber-sqlite-database-extraction-forensics/comment-page-1/#comment-4174</link>

		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 06 Nov 2025 03:01:43 +0000</pubDate>
		<guid isPermaLink="false">https://play.datalude.com/blog/?p=402#comment-4174</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://play.datalude.com/blog/2017/06/viber-sqlite-database-extraction-forensics/comment-page-1/#comment-4173&quot;&gt;interiorni vrati&lt;/a&gt;.

Thanks for the update. It would probably make sense to encrypt the database, so can&#039;t really blame the company for doing that. I guess this post is now just a historical sidenote.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://play.datalude.com/blog/2017/06/viber-sqlite-database-extraction-forensics/comment-page-1/#comment-4173">interiorni vrati</a>.</p>
<p>Thanks for the update. It would probably make sense to encrypt the database, so can't really blame the company for doing that. I guess this post is now just a historical sidenote.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Viber SQlite Database Extraction / Forensics by interiorni vrati		</title>
		<link>https://play.datalude.com/blog/2017/06/viber-sqlite-database-extraction-forensics/comment-page-1/#comment-4173</link>

		<dc:creator><![CDATA[interiorni vrati]]></dc:creator>
		<pubDate>Fri, 10 Oct 2025 10:02:46 +0000</pubDate>
		<guid isPermaLink="false">https://play.datalude.com/blog/?p=402#comment-4173</guid>

					<description><![CDATA[Unfortunately, viber.db encrypted in 2025 :( i tried many methods but no luck!]]></description>
			<content:encoded><![CDATA[<p>Unfortunately, viber.db encrypted in 2025 🙁 i tried many methods but no luck!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Advanced Bash logging to handle errors. by Treadbare		</title>
		<link>https://play.datalude.com/blog/2025/09/advanced-bash-logging-to-handle-errors/comment-page-1/#comment-4172</link>

		<dc:creator><![CDATA[Treadbare]]></dc:creator>
		<pubDate>Thu, 02 Oct 2025 07:29:15 +0000</pubDate>
		<guid isPermaLink="false">https://play.datalude.com/blog/?p=759#comment-4172</guid>

					<description><![CDATA[Nice mate. Thanks for explaining that.]]></description>
			<content:encoded><![CDATA[<p>Nice mate. Thanks for explaining that.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Getting logwatch to print out a list of apt packages with upgrades by Alex B.		</title>
		<link>https://play.datalude.com/blog/2016/10/getting-logwatch-to-print-out-a-list-of-apt-packages-with-upgrades/comment-page-1/#comment-4171</link>

		<dc:creator><![CDATA[Alex B.]]></dc:creator>
		<pubDate>Sat, 07 Jun 2025 09:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://play.datalude.com/blog/?p=370#comment-4171</guid>

					<description><![CDATA[may be of interest

 --------------------- Packages to upgrade Begin ------------------------ 

 WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
 
 Listing...
 
 ---------------------- Packages to upgrade End -------------------------]]></description>
			<content:encoded><![CDATA[<p>may be of interest</p>
<p> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Packages to upgrade Begin &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; </p>
<p> WARNING: apt does not have a stable CLI interface. Use with caution in scripts.</p>
<p> Listing&#8230;</p>
<p> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- Packages to upgrade End &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Quick notes: Upgrade PHP 7.0 (EOL) to PHP 7.3 on VestaCP running on Ubuntu 16.04 by Sven		</title>
		<link>https://play.datalude.com/blog/2019/03/quick-notes-upgrade-php-7-0-eol-to-php-7-3-on-vestacp-running-on-ubuntu-16-04/comment-page-1/#comment-4091</link>

		<dc:creator><![CDATA[Sven]]></dc:creator>
		<pubDate>Fri, 15 Dec 2023 05:37:39 +0000</pubDate>
		<guid isPermaLink="false">https://play.datalude.com/blog/?p=482#comment-4091</guid>

					<description><![CDATA[apt install $( dpkg --get-selections &#124; grep php &#124; grep -v deinstall &#124; grep php8.2 &#124; awk &#039;{print $1}&#039; &#124; tr &#039;\n&#039; &#039; &#039; &#124; sed &#039;s/php8.2/php8.3/g&#039; )]]></description>
			<content:encoded><![CDATA[<p>apt install $( dpkg &#8211;get-selections | grep php | grep -v deinstall | grep php8.2 | awk '{print $1}' | tr '\n' ' ' | sed 's/php8.2/php8.3/g' )</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Telegraf mysql monitor refuses to connect by gr8ateful		</title>
		<link>https://play.datalude.com/blog/2023/05/telegraf-mysql-monitor-refuses-to-connect/comment-page-1/#comment-3563</link>

		<dc:creator><![CDATA[gr8ateful]]></dc:creator>
		<pubDate>Fri, 19 May 2023 05:40:56 +0000</pubDate>
		<guid isPermaLink="false">https://play.datalude.com/blog/?p=704#comment-3563</guid>

					<description><![CDATA[Awesome. Saved my life.]]></description>
			<content:encoded><![CDATA[<p>Awesome. Saved my life.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Opera for Linux ffmpeg codec hell by Janush		</title>
		<link>https://play.datalude.com/blog/2018/12/opera-for-linux-ffmpeg-codec-hell/comment-page-1/#comment-1364</link>

		<dc:creator><![CDATA[Janush]]></dc:creator>
		<pubDate>Mon, 09 Aug 2021 05:35:05 +0000</pubDate>
		<guid isPermaLink="false">https://play.datalude.com/blog/?p=462#comment-1364</guid>

					<description><![CDATA[Almost three years later and this issue still persists  \o/]]></description>
			<content:encoded><![CDATA[<p>Almost three years later and this issue still persists  \o/</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on fail2ban sqlite database prune by Richard Gautier		</title>
		<link>https://play.datalude.com/blog/2020/02/fail2ban-sqlite-database-prune/comment-page-1/#comment-1005</link>

		<dc:creator><![CDATA[Richard Gautier]]></dc:creator>
		<pubDate>Sat, 01 Aug 2020 19:50:19 +0000</pubDate>
		<guid isPermaLink="false">https://play.datalude.com/blog/?p=551#comment-1005</guid>

					<description><![CDATA[Just a muchos gracias from me (8GB after a year and a half)]]></description>
			<content:encoded><![CDATA[<p>Just a muchos gracias from me (8GB after a year and a half)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Gimp 2.8 Resynthesizer Plugin Ubuntu 18. by Hari Kishan		</title>
		<link>https://play.datalude.com/blog/2018/11/gimp-2-8-resynthesizer-plugin-ubuntu-18/comment-page-1/#comment-1004</link>

		<dc:creator><![CDATA[Hari Kishan]]></dc:creator>
		<pubDate>Mon, 04 May 2020 06:50:14 +0000</pubDate>
		<guid isPermaLink="false">https://play.datalude.com/blog/?p=449#comment-1004</guid>

					<description><![CDATA[Thanks a lot bro. Just followed your steps as is. And it worked super fine even in Ubuntu 16.10 LTS. Thanks a ton.]]></description>
			<content:encoded><![CDATA[<p>Thanks a lot bro. Just followed your steps as is. And it worked super fine even in Ubuntu 16.10 LTS. Thanks a ton.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Upgrading vnstat to 2.0 on Ubuntu by bob		</title>
		<link>https://play.datalude.com/blog/2018/10/upgrading-vnstat-to-2-0-on-ubuntu/comment-page-1/#comment-1003</link>

		<dc:creator><![CDATA[bob]]></dc:creator>
		<pubDate>Tue, 28 Apr 2020 06:37:51 +0000</pubDate>
		<guid isPermaLink="false">https://play.datalude.com/blog/?p=440#comment-1003</guid>

					<description><![CDATA[Just got an error on one server:
Error: Failed to open database &quot;/var/lib/vnstat/vnstat.db&quot; in read/write mode.

Checked perms on database. Didn&#039;t seem to be any different from other servers. Eventually commented out ReadWritePaths=/var/lib in systemd service file. Then started it again with this. 
systemctl daemon-reload
systemctl start vnstat 
Working now]]></description>
			<content:encoded><![CDATA[<p>Just got an error on one server:<br />
Error: Failed to open database "/var/lib/vnstat/vnstat.db" in read/write mode.</p>
<p>Checked perms on database. Didn't seem to be any different from other servers. Eventually commented out ReadWritePaths=/var/lib in systemd service file. Then started it again with this.<br />
systemctl daemon-reload<br />
systemctl start vnstat<br />
Working now</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
