<?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 | Nerdpress.org</title>
	<atom:link href="https://nerdpress.org/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdpress.org</link>
	<description>...dev, tech problems and solutions.</description>
	<lastBuildDate>Sat, 26 Jul 2025 15:38:26 +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>
	<item>
		<title>From Xubuntu to Lubuntu</title>
		<link>https://nerdpress.org/2025/07/26/from-xubuntu-to-lubuntu/</link>
		
		<dc:creator><![CDATA[Ivo Bathke]]></dc:creator>
		<pubDate>Sat, 26 Jul 2025 15:38:25 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[permacomputing]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://nerdpress.org/?p=3423</guid>

					<description><![CDATA[<p>I have this old, super-cheap laptop: Lenovo E145, which I use as my travel and breakfast laptop. It has 8GB of RAM and a very weak CPU (AMD E1-2500 APU). Any modern mobile phone probably has more resources these days. For surfing the web, checking mails, editing and uploading some fotos it is sufficient and &#8230; </p>
<p class="link-more"><a href="https://nerdpress.org/2025/07/26/from-xubuntu-to-lubuntu/" class="more-link">Continue reading<span class="screen-reader-text"> "From Xubuntu to Lubuntu"</span></a></p>
The post <a href="https://nerdpress.org/2025/07/26/from-xubuntu-to-lubuntu/">From Xubuntu to Lubuntu</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></description>
										<content:encoded><![CDATA[<p>I have this old, super-cheap laptop: Lenovo E145, which I use as my travel and breakfast laptop. It has 8GB of RAM and a very weak CPU (AMD E1-2500 APU). Any modern mobile phone probably has more resources these days.</p>



<p>For surfing the web, checking mails, editing and uploading some fotos it is sufficient and I prefer using a laptop for this.</p>



<p>I used to run <a href="https://xubuntu.org/" target="_blank" rel="noopener" title="">Xubuntu</a> on it, but lately it had performance issues and all programs and actions were lagging very significantly. So I decided to reinstall the OS and try <a href="https://lubuntu.me/" target="_blank" rel="noopener" title="">Lubuntu</a>, since it should be even more lean.</p>



<p>I grabbed the current Lubuntu image (25.04 Plucky Puffin), created a bootable USB stick, and installed Lubuntu. So far, so good. And indeed, everything felt much smoother and faster.</p>



<p>But, as usual, there are some post-installation hiccups which needed a bit more tuning.</p>



<span id="more-3423"></span>



<ol class="wp-block-list">
<li>Wifi<br />WiFi was not working out of the box. <br />The E145 ships with a Broadcom WiFi chip (BCM43142), and the drivers are proprietary and need to be installed separately. After some Googling and trying this and that, this finally worked for me: <br /><code>sudo apt install broadcom-sta-dkms <br />reboot</code> <br />And WiFi worked. :)</li>



<li>Encryption<br />Another change is the encryption strategy: <br />before I had only my home directory encrypted, but this option wasn&#8217;t available anymore in the Lubuntu installer. <br />Apparently, encoding only the home directory is discouraged nowadays since it has some security flaws. (&#8220;Encrypting only the home directory leaves swap, temp files, and system logs unprotected, exposing sensitive data.&#8221;) <br />So this time I encrypted the whole disk, as offered in the installer. However, now I would have to enter the passphrase to decrypt the disk and then I would also have to enter user credentials to log in. This felt a bit cumbersome, so I enabled auto-login since I will be the only user using this laptop. And now I only have to enter the passphrase and can immediately use it.</li>



<li>Browsers<br />There are more and more browsers to choose from, so picking the right one becomes a task.<br />I used to use Chromium, but since I have had rather bad experiences with the Snap install and there is no easy other way to install Chromium, I simply turned to Chrome. <br />Not the best choice in privacy regards, admittedly. But I will be using my Google account on this browser anyway, and then it is the full package. <br />For more privacy-focused browsing, I will use <a href="https://librewolf.net/" target="_blank" rel="noopener" title="">Librewolf</a>, a Firefox clone with privacy and security focus.</li>
</ol>



<p>Librewolf recommends installation on Ubuntu/Debian via the <a href="https://manpages.ubuntu.com/manpages/focal/man1/extrepo.1p.html" target="_blank" rel="noopener" title="">Extrepo</a> tool.<br />Extrepo is a neat tool that takes care of adding external repositories and installing software from there in one command.</p>



<p>Turned out Extrepo can also install Chrome, so I installed both browsers with it.<br />First install Extrepo:<br /><code>sudo apt update &amp;&amp; sudo apt install extrepo -y</code><br />Then install Librewolf &amp; Chrome:<br /><code>sudo extrepo enable librewolf<br />sudo extrepo enable google-chrome</code></p>



<ol class="wp-block-list"></ol>



<p>That&#8217;s it so far. Ready to use my old travel laptop for some more years with newest software. <br />Keep using old hardware!</p>The post <a href="https://nerdpress.org/2025/07/26/from-xubuntu-to-lubuntu/">From Xubuntu to Lubuntu</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
