<?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>Linux &#8211; David Stein</title>
	<atom:link href="https://davidstein.cz/category/it/linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://davidstein.cz</link>
	<description>IT Specialist, hacker and electronic enthusiast</description>
	<lastBuildDate>Tue, 16 Sep 2025 12:13:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://davidstein.cz/wp-content/uploads/cropped-avatar_60_60-32x32.jpg</url>
	<title>Linux &#8211; David Stein</title>
	<link>https://davidstein.cz</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>ISP Config &#8211; mTLS &#8211; website certificate protection</title>
		<link>https://davidstein.cz/2025/09/15/isp-config-mtls-website-certificate-protection/</link>
		
		<dc:creator><![CDATA[fires]]></dc:creator>
		<pubDate>Mon, 15 Sep 2025 15:17:44 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[isp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mtls]]></category>
		<category><![CDATA[protection]]></category>
		<category><![CDATA[team viewer]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[website]]></category>
		<guid isPermaLink="false">https://davidstein.cz/?p=5360</guid>

					<description><![CDATA[This solution uses Let&#8217;s Encrypt as the certificate provider for the website and custom certificates for mTLS authentication. Connect to the ISP Config server and prepare certificates Generate CA certificate Generate client certificate Export client certificate After export, you need to import the certificate into your OS system. Copy CA certificate to the website folder [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>This solution uses Let’s Encrypt as the certificate provider for the website and custom certificates for mTLS authentication. Connect to the ISP Config server and prepare certificates After export, you need to import the certificate into your OS system. Depends where you generate certificates, for me as an example (replace [value] with your value)…</p>
<p><a href="https://davidstein.cz/2025/09/15/isp-config-mtls-website-certificate-protection/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>TL;DR &#8211; Zabbix docker compose upgrade</title>
		<link>https://davidstein.cz/2025/07/20/tldr-zabbix-docker-compose-upgrade/</link>
		
		<dc:creator><![CDATA[fires]]></dc:creator>
		<pubDate>Sun, 20 Jul 2025 12:11:01 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Zabbix]]></category>
		<category><![CDATA[compose]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[team viewer]]></category>
		<category><![CDATA[tl;dr]]></category>
		<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[zabbix]]></category>
		<guid isPermaLink="false">https://davidstein.cz/?p=5296</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<p></p>
<p><a href="https://davidstein.cz/2025/07/20/tldr-zabbix-docker-compose-upgrade/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Debian APT archive sources</title>
		<link>https://davidstein.cz/2024/07/30/debian-apt-archive-sources/</link>
		
		<dc:creator><![CDATA[fires]]></dc:creator>
		<pubDate>Tue, 30 Jul 2024 09:52:45 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[bookworm]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[jessie]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sources]]></category>
		<category><![CDATA[stretch]]></category>
		<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[wheezy]]></category>
		<guid isPermaLink="false">http://davidstein.cz/?p=5232</guid>

					<description><![CDATA[Working&#160;/etc/apt/sources.list&#160;for all Debian GNU/Linux versions going back to Debian 7 (Wheezy). These might be handy when working with legacy systems. Debian 12 (Bookworm) Active mirrors: Debian 11 (Bullseye) Active mirrors: Debian 10 (Buster) Active mirrors: Debian 9 (Stretch) Archive mirrors: Debian 8 (Jessie) Archive mirrors: Debian 7 (Wheezy) Archive mirrors: Original: https://debiansupport.com/mirrors/]]></description>
										<content:encoded><![CDATA[<p>Working for all Debian GNU/Linux versions going back to Debian 7 (Wheezy). These might be handy when working with legacy systems. Active mirrors: Active mirrors: Active mirrors: Archive mirrors: Archive mirrors: Archive mirrors: Original: https://debiansupport.com/mirrors/</p>
<p><a href="https://davidstein.cz/2024/07/30/debian-apt-archive-sources/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Install Kali Linux desktop environment to generic Debian</title>
		<link>https://davidstein.cz/2022/12/16/install-kali-linux-desktop-environment-to-generic-debian/</link>
		
		<dc:creator><![CDATA[fires]]></dc:creator>
		<pubDate>Fri, 16 Dec 2022 19:09:49 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[generic]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[kali]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tutorials]]></category>
		<guid isPermaLink="false">http://davidstein.cz/?p=5167</guid>

					<description><![CDATA[If you like the kali Linux environment but you want to use the OS for everyday use, it is recommended to do not to use Kali Linux itself. Kali Linux has its own purpose and does amazing in that way. But for everyday use is better to use some standard distribution in my case I [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>If you like the kali Linux environment but you want to use the OS for everyday use, it is recommended to do not to use Kali Linux itself. Kali Linux has its own purpose and does amazing in that way. But for everyday use is better to use some standard distribution in my case I use Debian. But you easily take the Kali interface and use it on Debian. In a few steps, I’m going to show you how you can…</p>
<p><a href="https://davidstein.cz/2022/12/16/install-kali-linux-desktop-environment-to-generic-debian/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Proxmox &#8211; add more USB devices in VM</title>
		<link>https://davidstein.cz/2022/11/29/proxmox-add-more-usb-devices-in-vm/</link>
		
		<dc:creator><![CDATA[fires]]></dc:creator>
		<pubDate>Tue, 29 Nov 2022 20:24:15 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Proxmox]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[devices]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[more]]></category>
		<category><![CDATA[proxmox]]></category>
		<category><![CDATA[team viewer]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[usb]]></category>
		<guid isPermaLink="false">http://davidstein.cz/?p=5117</guid>

					<description><![CDATA[Maybe you need to add more USB devices to your Proxmox VM but the web interface only offers three. Or the other USB devices are not detected by VM operation system. So there is a little tutorial on how you can add more USBs. 1. &#8211; connect to Proxmox via SSH 2. &#8211; find your [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Maybe you need to add more USB devices to your Proxmox VM but the web interface only offers three. Or the other USB devices are not detected by VM operation system. So there is a little tutorial on how you can add more USBs. For this step, you need to check your connected USB with the lsusb -t command. Above you can see the highlighted important parts. I got 6 TV tuners in my…</p>
<p><a href="https://davidstein.cz/2022/11/29/proxmox-add-more-usb-devices-in-vm/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ISPConfig &#8211; important files and configurations</title>
		<link>https://davidstein.cz/2022/11/29/ispconfig-important-files-and-configurations/</link>
		
		<dc:creator><![CDATA[fires]]></dc:creator>
		<pubDate>Tue, 29 Nov 2022 19:35:58 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[ISP Config]]></category>
		<category><![CDATA[ispconfig]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[root]]></category>
		<guid isPermaLink="false">http://davidstein.cz/?p=5115</guid>

					<description><![CDATA[MySQL ISPConfig MySQL configuration (root password etc.) /usr/local/ispconfig/server/lib/mysql_clientdb.conf]]></description>
										<content:encoded><![CDATA[<p></p>
<p><a href="https://davidstein.cz/2022/11/29/ispconfig-important-files-and-configurations/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ISPConfig &#8211; PHPMyAdmin error 500 &#8211; additional php version</title>
		<link>https://davidstein.cz/2022/02/03/ispconfig-phpmyadmin-error-500-additional-php-version/</link>
		
		<dc:creator><![CDATA[fires]]></dc:creator>
		<pubDate>Thu, 03 Feb 2022 11:29:01 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[500]]></category>
		<category><![CDATA[ispconfig]]></category>
		<category><![CDATA[php8.1]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[version]]></category>
		<guid isPermaLink="false">http://davidstein.cz/?p=5053</guid>

					<description><![CDATA[error in default apache log &#8211; /var/log/apache2/error.log If you instaled an additional version of PHP to a server in recent times, there is a possibility the apache is reconfigured to use the new version of PHP to run PHPMyAdmin and not the default one. You can check this by creating a new file, for example, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>error in default apache log – /var/log/apache2/error.log If you instaled an additional version of PHP to a server in recent times, there is a possibility the apache is reconfigured to use the new version of PHP to run PHPMyAdmin and not the default one. You can check this by creating a new file, for example, status.php in PHPMyAdmin folder /usr/share/phpmyadmin with this content.</p>
<p><a href="https://davidstein.cz/2022/02/03/ispconfig-phpmyadmin-error-500-additional-php-version/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Linux &#8211; best apps</title>
		<link>https://davidstein.cz/2021/12/23/linux-best-apps/</link>
		
		<dc:creator><![CDATA[fires]]></dc:creator>
		<pubDate>Thu, 23 Dec 2021 20:13:43 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[best]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[recomnedation]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[team viewer]]></category>
		<guid isPermaLink="false">http://davidstein.cz/?p=5039</guid>

					<description><![CDATA[ncdu space analyzer script record all shell inputs and outputs to file iotop top for hdd fswatch monitor file events in the filesystem nala command line user interface for apt]]></description>
										<content:encoded><![CDATA[<p></p>
<p><a href="https://davidstein.cz/2021/12/23/linux-best-apps/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Linux important files</title>
		<link>https://davidstein.cz/2021/08/17/linux-important-files/</link>
		
		<dc:creator><![CDATA[fires]]></dc:creator>
		<pubDate>Tue, 17 Aug 2021 12:20:01 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[important]]></category>
		<category><![CDATA[linux]]></category>
		<guid isPermaLink="false">http://davidstein.cz/?p=5004</guid>

					<description><![CDATA[~/.bashrc script what is run when you log in to shell non-interactively (for example via su command) or open a separate shell ~/.bash_profile script what is run when you log in to shell interactively way ( login, password) example if you remote connect to ssh.]]></description>
										<content:encoded><![CDATA[<p></p>
<p><a href="https://davidstein.cz/2021/08/17/linux-important-files/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Linux cheatsheet &#8211; usefull commands</title>
		<link>https://davidstein.cz/2021/06/21/linux-cheatsheet-usefull-commands/</link>
		
		<dc:creator><![CDATA[fires]]></dc:creator>
		<pubDate>Mon, 21 Jun 2021 10:19:58 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[team viewer]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[usefull]]></category>
		<guid isPermaLink="false">http://davidstein.cz/?p=4978</guid>

					<description><![CDATA[Network netstat -tulpn &#124; grep LISTEN show all opened TPC/UDP sockets sudo ip link set eth0 up enable/disable network interface eth0-interface name up/down cat /etc/services &#124; less list of services and ports find . -mmin -60 -type f -exec ls -l {} + list changed files in last 60 min find . -type f -newermt [&#8230;]]]></description>
										<content:encoded><![CDATA[<p></p>
<p><a href="https://davidstein.cz/2021/06/21/linux-cheatsheet-usefull-commands/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
