<?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>debian &#8211; diditho.com</title>
	<atom:link href="https://diditho.com/tag/debian/feed/" rel="self" type="application/rss+xml" />
	<link>https://diditho.com</link>
	<description>&#34; Knowing is not enough we must apply. Willing is not enough we must do &#34; - Bruce Lee</description>
	<lastBuildDate>Fri, 23 Jan 2026 07:14:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://diditho.com/wp-content/uploads/2023/11/cropped-diditho-photo-logo-512-x-512-32x32.png</url>
	<title>debian &#8211; diditho.com</title>
	<link>https://diditho.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Install Node.js 24 &#038; PM2 on Debian 13, Including Log Rotation</title>
		<link>https://diditho.com/2026/01/23/install-node-js-24-pm2-on-debian-13-including-log-rotation/</link>
					<comments>https://diditho.com/2026/01/23/install-node-js-24-pm2-on-debian-13-including-log-rotation/#respond</comments>
		
		<dc:creator><![CDATA[diditho]]></dc:creator>
		<pubDate>Fri, 23 Jan 2026 06:37:49 +0000</pubDate>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[debian 13]]></category>
		<category><![CDATA[debian 13 trixie]]></category>
		<category><![CDATA[debian trixie]]></category>
		<category><![CDATA[nodejs]]></category>
		<category><![CDATA[nodejs 24]]></category>
		<category><![CDATA[pm2]]></category>
		<guid isPermaLink="false">https://diditho.com/?p=10887</guid>

					<description><![CDATA[If you&#8217;re running Debian 13 for a production server, Node.js 24 + PM2 is a practical setup, simple deployment, easy process management, and predictable restarts. Below is a production-friendly installation guide, including PM2 log rotation. 1. Install Node.js 24 (via NodeSource) Update packages and install prerequisites: Add the NodeSource GPG key: Add the Node.js 24... <span class="more"><a class="more-link" href="https://diditho.com/2026/01/23/install-node-js-24-pm2-on-debian-13-including-log-rotation/">Continue reading <span class="meta-nav">&#8594;</span></a></span>]]></description>
		
					<wfw:commentRss>https://diditho.com/2026/01/23/install-node-js-24-pm2-on-debian-13-including-log-rotation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Install MariaDB on Debian 13 (Trixie) , Root Uses Password (Debian 12-style)</title>
		<link>https://diditho.com/2026/01/03/how-to-install-mariadb-on-debian-13-trixie-root-uses-password-debian-12-style/</link>
					<comments>https://diditho.com/2026/01/03/how-to-install-mariadb-on-debian-13-trixie-root-uses-password-debian-12-style/#respond</comments>
		
		<dc:creator><![CDATA[diditho]]></dc:creator>
		<pubDate>Sat, 03 Jan 2026 16:25:05 +0000</pubDate>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[debian 13]]></category>
		<category><![CDATA[debian trixie]]></category>
		<category><![CDATA[install mariadb]]></category>
		<category><![CDATA[mariadb root password]]></category>
		<category><![CDATA[mysql_secure_installation]]></category>
		<guid isPermaLink="false">https://diditho.com/?p=10796</guid>

					<description><![CDATA[To install MariaDB on Debian 13 (Trixie), follow these steps (same rhythm as my Debian 12 guide, but updated for Debian 13). Debian 13&#8217;s repo package is currently mariadb-server (1:11.8.3-0+deb13u1). (Debian Packages) 1. Update Package Index Start by updating the package index to ensure your system has the latest information on available packages. (Optional but... <span class="more"><a class="more-link" href="https://diditho.com/2026/01/03/how-to-install-mariadb-on-debian-13-trixie-root-uses-password-debian-12-style/">Continue reading <span class="meta-nav">&#8594;</span></a></span>]]></description>
		
					<wfw:commentRss>https://diditho.com/2026/01/03/how-to-install-mariadb-on-debian-13-trixie-root-uses-password-debian-12-style/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Debian 13, Make Your Server Stop “Hanging” Under Load with vm.swappiness=10</title>
		<link>https://diditho.com/2026/01/02/debian-13-make-your-server-stop-hanging-under-load-with-vm-swappiness10/</link>
					<comments>https://diditho.com/2026/01/02/debian-13-make-your-server-stop-hanging-under-load-with-vm-swappiness10/#respond</comments>
		
		<dc:creator><![CDATA[diditho]]></dc:creator>
		<pubDate>Fri, 02 Jan 2026 13:22:49 +0000</pubDate>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[debian 13]]></category>
		<category><![CDATA[debian trixie]]></category>
		<category><![CDATA[swap on debian 13]]></category>
		<category><![CDATA[swap on debian 13 trixie]]></category>
		<category><![CDATA[swappiness 10]]></category>
		<guid isPermaLink="false">https://diditho.com/?p=10804</guid>

					<description><![CDATA[If you&#8217;ve ever had a small Debian server that technically is still alive, ping works, uptime is fine, but SSH becomes painfully slow and your apps feel like they&#8217;re moving through syrup, there&#8217;s a good chance you&#8217;ve met the quiet villain, disk swap. Linux is incredibly smart about memory management, but on machines with limited... <span class="more"><a class="more-link" href="https://diditho.com/2026/01/02/debian-13-make-your-server-stop-hanging-under-load-with-vm-swappiness10/">Continue reading <span class="meta-nav">&#8594;</span></a></span>]]></description>
		
					<wfw:commentRss>https://diditho.com/2026/01/02/debian-13-make-your-server-stop-hanging-under-load-with-vm-swappiness10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Choosing Between n and nvm, The Best Node.js Version Manager for You</title>
		<link>https://diditho.com/2025/07/08/choosing-between-n-and-nvm-the-best-node-js-version-manager-for-you/</link>
					<comments>https://diditho.com/2025/07/08/choosing-between-n-and-nvm-the-best-node-js-version-manager-for-you/#respond</comments>
		
		<dc:creator><![CDATA[diditho]]></dc:creator>
		<pubDate>Tue, 08 Jul 2025 08:23:47 +0000</pubDate>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[debian 12]]></category>
		<category><![CDATA[debian 12 switch nodejs version]]></category>
		<category><![CDATA[how to switch n version]]></category>
		<category><![CDATA[how to switch node version]]></category>
		<category><![CDATA[how to switch nvm version]]></category>
		<category><![CDATA[n]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[nodejs]]></category>
		<category><![CDATA[nvm]]></category>
		<category><![CDATA[switch nodejs version]]></category>
		<category><![CDATA[switch nodejs version debian]]></category>
		<category><![CDATA[switch nodejs version easily]]></category>
		<guid isPermaLink="false">https://diditho.com/?p=9955</guid>

					<description><![CDATA[When working with Node.js, managing different versions efficiently is essential. Whether you&#8217;re running apps on servers or juggling multiple projects locally, a version manager simplifies your workflow. Two of the most popular tools for this job are n and nvm. Each has its strengths, and choosing the right one depends on your environment and use... <span class="more"><a class="more-link" href="https://diditho.com/2025/07/08/choosing-between-n-and-nvm-the-best-node-js-version-manager-for-you/">Continue reading <span class="meta-nav">&#8594;</span></a></span>]]></description>
		
					<wfw:commentRss>https://diditho.com/2025/07/08/choosing-between-n-and-nvm-the-best-node-js-version-manager-for-you/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Extract and Create .tar.gz Files on Linux (Debian, Ubuntu, etc.)</title>
		<link>https://diditho.com/2025/07/05/how-to-extract-tar-gz-files-on-linux-debian-ubuntu-etc/</link>
					<comments>https://diditho.com/2025/07/05/how-to-extract-tar-gz-files-on-linux-debian-ubuntu-etc/#respond</comments>
		
		<dc:creator><![CDATA[diditho]]></dc:creator>
		<pubDate>Sat, 05 Jul 2025 13:00:04 +0000</pubDate>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[7Zip]]></category>
		<category><![CDATA[compress]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[gz]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[tar gz]]></category>
		<category><![CDATA[tar.gz]]></category>
		<category><![CDATA[targz]]></category>
		<category><![CDATA[uncompress]]></category>
		<category><![CDATA[zip]]></category>
		<guid isPermaLink="false">https://diditho.com/?p=9897</guid>

					<description><![CDATA[If you&#8217;re working with Linux systems, you&#8217;ll frequently encounter .tar.gz files. These are compressed archive files commonly used for packaging software, backups, and configuration bundles. In this guide, we&#8217;ll explain what a .tar.gz file is, how to extract it, and how to create one safely on Linux systems like Debian or Ubuntu. What is a... <span class="more"><a class="more-link" href="https://diditho.com/2025/07/05/how-to-extract-tar-gz-files-on-linux-debian-ubuntu-etc/">Continue reading <span class="meta-nav">&#8594;</span></a></span>]]></description>
		
					<wfw:commentRss>https://diditho.com/2025/07/05/how-to-extract-tar-gz-files-on-linux-debian-ubuntu-etc/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Adjust The Log Rotation Settings on Debian 12 Bookworm to Save Space</title>
		<link>https://diditho.com/2024/11/19/adjust-the-log-rotation-settings-on-debian-12-bookworm-to-save-space/</link>
					<comments>https://diditho.com/2024/11/19/adjust-the-log-rotation-settings-on-debian-12-bookworm-to-save-space/#respond</comments>
		
		<dc:creator><![CDATA[diditho]]></dc:creator>
		<pubDate>Tue, 19 Nov 2024 12:34:41 +0000</pubDate>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[debian 12]]></category>
		<category><![CDATA[log rotate]]></category>
		<category><![CDATA[log rotate config on debian]]></category>
		<category><![CDATA[log rotate config on linux]]></category>
		<category><![CDATA[log rotate on debian]]></category>
		<category><![CDATA[log rotate on debian 12]]></category>
		<guid isPermaLink="false">https://diditho.com/?p=8933</guid>

					<description><![CDATA[To adjust the log rotation settings on Debian 12 Bookworm to save space, you can modify the configuration in /etc/logrotate.conf or add specific configurations in the /etc/logrotate.d/ directory for individual log files. Here&#8217;s a general approach to help reduce disk usage: After editing, apply the settings by running: To compress old logs on Debian 12,... <span class="more"><a class="more-link" href="https://diditho.com/2024/11/19/adjust-the-log-rotation-settings-on-debian-12-bookworm-to-save-space/">Continue reading <span class="meta-nav">&#8594;</span></a></span>]]></description>
		
					<wfw:commentRss>https://diditho.com/2024/11/19/adjust-the-log-rotation-settings-on-debian-12-bookworm-to-save-space/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
