<?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>OS</title>
	<atom:link href="https://www.project34.net/category/software/os/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.project34.net</link>
	<description></description>
	<lastBuildDate>Wed, 25 Feb 2026 08:04:54 +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>New Debian installation</title>
		<link>https://www.project34.net/2026/02/24/new-debian-installation/</link>
		
		<dc:creator><![CDATA[Maikel]]></dc:creator>
		<pubDate>Tue, 24 Feb 2026 19:48:44 +0000</pubDate>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.project34.net/?p=680</guid>

					<description><![CDATA[Once in a while i switch from Windows to Linux (Debian mainly) and back again. Why? Mainly because I fucked my installation from Debian again and want the easy way out or the mess Windows has become has become anoying and i want to switch back to Linux. But i alway forget a list of&#8230;]]></description>
										<content:encoded><![CDATA[
<p>Once in a while i switch from Windows to Linux (Debian mainly) and back again. Why? Mainly because I fucked my installation from Debian again and want the easy way out or the mess Windows has become has become anoying and i want to switch back to Linux.</p>



<p>But i alway forget a list of applications i default back to when i switch back to Debian, so here&#8217;s a list of stuff i install or configure (some applications i also use in windows) :</p>



<ul class="wp-block-list">
<li>Dash to Panel</li>



<li>gir1.2-gmenu-3.0 (or what ever version you need, you need this for arcmenu)</li>



<li>Extension manager</li>



<li>arcmenu</li>



<li>tilix</li>



<li>Steam (from steampowered, not the debian package)</li>



<li>Bambu Lab Studio</li>



<li>Discord</li>



<li>whatpulse
<ul class="wp-block-list">
<li>pcap <a href="https://github.com/whatpulse/linux-external-pcap-service" data-type="link" data-id="https://github.com/whatpulse/linux-external-pcap-service">https://github.com/whatpulse/linux-external-pcap-service</a></li>
</ul>
</li>



<li>Solaar</li>



<li>AppimageLauncher <a href="https://assassinate-you.net//tags/appimagelauncher/" data-type="link" data-id="https://assassinate-you.net//tags/appimagelauncher/">https://assassinate-you.net//tags/appimagelauncher/</a></li>



<li>AppIndicator and KStatusNotifierItem Support (Yes that&#8217;s the complete name)</li>



<li>git-all</li>



<li>filezilla</li>
</ul>



<p><strong>Adding my account to sudoer lis</strong>t</p>



<ul class="wp-block-list">
<li>Start terminal</li>



<li>Do &#8220;su -&#8220;</li>



<li>&#8220;adduser username sudo&#8221; (replace username by my account)</li>



<li>&#8220;chmod 0440 /etc/sudoers&#8221; </li>



<li>&#8220;usermod -aG sudo username&#8221;</li>



<li>&#8220;nano /etc/sudoers&#8221;
<ul class="wp-block-list">
<li>Beneath &#8220;<em>root ALL=(ALL:ALL) ALL</em>&#8221; add:</li>



<li>&#8220;username ALL=(ALL:ALL) ALL&#8221;</li>
</ul>
</li>



<li>Now start a new terminal and you should be able to do &#8220;sudo what ever&#8221; </li>
</ul>



<p><strong>Adding Visual Studio Code</strong></p>



<ul class="wp-block-list">
<li>Go to: <a href="https://code.visualstudio.com/docs/setup/linux#_install-vs-code-on-linux" data-type="link" data-id="https://code.visualstudio.com/docs/setup/linux">https://code.visualstudio.com/docs/setup/linux</a></li>



<li>Select the option at number 3, copy the line at number 1 and start a terminal window</li>



<li>Paste the info you just copied and press enter. Because the line wants to add a GPG key signed by microsoft to your repository you have to enter your password to approve.</li>



<li>Now enter the following command: &#8220;sudo nano /etc/apt/sources.list.d/vscode.sources&#8221; and enter the info under 3.2 and save the file (ctrl_+x &#8211; Y &#8211; Enter)</li>



<li>And execute everything under step 3.3</li>
</ul>



<p>After that Visual Studio Code is installed.</p>



<p><strong>Installation NVIDIA drivers:</strong></p>



<pre class="wp-block-preformatted has-small-font-size">$ wget https://developer.download.nvidia.com/compute/cuda/repos/debian13/x86_64/cuda-keyring_1.1-1_all.deb<br>$ sudo dpkg -i cuda-keyring_1.1-1_all.deb<br>$ sudo apt-get update<br>$ sudo apt-get -y install cuda-drivers<br>From: <a href="https://www.reddit.com/r/debian/comments/1jyzgrx/the_correct_way_to_install_newer_nvidia_drivers/" data-type="link" data-id="https://www.reddit.com/r/debian/comments/1jyzgrx/the_correct_way_to_install_newer_nvidia_drivers/">https://www.reddit.com/r/debian/comments/1jyzgrx/the_correct_way_to_install_newer_nvidia_drivers/</a></pre>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Coudn&#8217;t delete a folder because of 0x80004005 error</title>
		<link>https://www.project34.net/2025/12/17/coudnt-delete-a-folder-because-of-0x80004005-error/</link>
		
		<dc:creator><![CDATA[Maikel]]></dc:creator>
		<pubDate>Wed, 17 Dec 2025 22:29:11 +0000</pubDate>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[Software]]></category>
		<guid isPermaLink="false">https://www.project34.net/?p=626</guid>

					<description><![CDATA[Problem:A couple of day&#8217;s back i couldn&#8217;t start my Seafile installation anymore. Although i&#8217;ve used Seafile for a while, i just couldn&#8217;t really get it working optimal.  After an export of all my data to an export directory and installing a new VM in Proxmox and installing Nextcloud in it i started transferring all the&#8230;]]></description>
										<content:encoded><![CDATA[<p><strong>Problem</strong>:<br />A couple of day&#8217;s back i couldn&#8217;t start my Seafile installation anymore. Although i&#8217;ve used Seafile for a while, i just couldn&#8217;t really get it working optimal. </p>
<p>After an export of all my data to an export directory and installing a new VM in Proxmox and installing Nextcloud in it i started transferring all the data to my PC using SSHFS. Also installed the Nextcloud client on my pc and copied the data from SSHFS to a Nextcloud directory, so the data would also be transferred to my Nextcloud server.</p>
<p>During the migration to the Nextcloud server the Nextcloud client gave a couple of errors that directories and files ended with a dot (.). The files were easily changed, The directories were an other issue. In File Explorer it just couldn&#8217;t rename the file, because it said it couldn&#8217;t find it, although i could select it and press F2 (rename). Requesting the security properties it even gave the following error:<br />&#8220;<strong>The requested security information is either unavailable or can&#8217;t be displayed</strong>&#8220;<br />The solution would be running checkdisk on the disk. I just couldn&#8217;t think of why it would be a disk issue. It&#8217;s was still possible, but it just wasn&#8217;t something i really thought that was the issue.</p>
<p>I read that when transferring from a Linux filesystem, sometimes Windows has no issues with creating the folder, but can&#8217;t read it somehow.</p>
<p><strong>Solution</strong>:</p>
<p>how to fix it, is a little bit &#8220;old school hardcore&#8221; command line, back to the old 8.3 file notation. Start a commandline in administrator mode, by clicking the start button and typing cmd. Before clicking enter click with the right mouse button on it. In the menu select &#8220;Run as administrator&#8221;. You probably get a new box to confirm if you want to run in as administrator, confirm this.</p>
<p>Now go to the directory with the offending directory. Now type &#8220;<em>dir /x</em>&#8221; and press enter. Then you will get a list of files and directories (directories are the old names of folders) in this directory. Scroll back to the offending directory:</p>
<p><a href="https://www.project34.net/wp-content/uploads/2025/12/Screenshot-2025-12-17-230313.png"><img decoding="async" class="size-full wp-image-627 alignleft" src="https://www.project34.net/wp-content/uploads/2025/12/Screenshot-2025-12-17-230313.png" alt="" width="441" height="22" srcset="https://www.project34.net/wp-content/uploads/2025/12/Screenshot-2025-12-17-230313.png 441w, https://www.project34.net/wp-content/uploads/2025/12/Screenshot-2025-12-17-230313-300x15.png 300w" sizes="(max-width: 441px) 100vw, 441px" /></a><br /><br /></p>
<p>As you can see the directory has the name in the old <a href="https://en.wikipedia.org/wiki/8.3_filename">8.3 standard</a> of PD9A2E~1. Copy that name and scroll back down.<br />Execute the following command:<br />&#8220;<em>ren PD9A2E~1 PD</em>&#8220;<br /><strong>ren</strong> is the command for rename, <strong><em>PD9A2E~1</em></strong> is the 8.3 name of the directory and <strong>PD</strong> is the new name. (Replace the PD9A2E~1 to your directory name and PD to your new directory name.)</p>
<p>Execute &#8220;dir /x&#8221; again:</p>
<p data-wp-editing="1"><a href="https://www.project34.net/wp-content/uploads/2025/12/Screenshot-2025-12-17-231444.png"><img decoding="async" class="size-full wp-image-629 alignleft" src="https://www.project34.net/wp-content/uploads/2025/12/Screenshot-2025-12-17-231444.png" alt="" width="442" height="20" srcset="https://www.project34.net/wp-content/uploads/2025/12/Screenshot-2025-12-17-231444.png 442w, https://www.project34.net/wp-content/uploads/2025/12/Screenshot-2025-12-17-231444-300x14.png 300w" sizes="(max-width: 442px) 100vw, 442px" /></a><br /><br />As you can see the 8.3 style name is removed (The name is now withing the 8.3 format). Now you can do what you want in the file explorer again.</p>
<p><strong>Update: <br /></strong>You can do the following:<br />&#8220;ren <em>PD9A2E~1</em> THIS_IS_A_VERY_IMPORTAND_OBJECT&#8221;. <br />So renaming it to an 8.3 object isn&#8217;t the solution to the problem. The dot after the object is the problem.</p>
<p> </p>
<p><strong>After thought</strong></p>
<p>The strange ting is the dot on the end. If i create a directory with the dot and nothing after it using file explorer, the dot is removed and the directory is created. Even on the command line the dot is removed and the directory is created (test12.3. is created as test12.3), so i think during the copy command (used robocopy) the dot after it, isn&#8217;t a real dot, but a special character. After the directory (or file) is created, windows handles it as a dot, but the character is something else. When windows tries to do something with the object it sees P.D. and thinks it says PdotDdot, and requests the info, but the files systems doesn&#8217;t see the object because in his administration (the filesystem has his own &#8220;administration&#8221;) can&#8217;t find the directory because in the administration the object is name PD9A2E~1.</p>


<p></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
