<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>textshape</title><link>https://textshape.com/</link><description>Andrea Kristen's Personal Website</description><lastBuildDate>Sun, 22 May 2022 12:01:00 +0200</lastBuildDate><item><title>Website Update</title><link>https://textshape.com/website-update.html</link><description>&lt;p&gt;After years of not touching it, I have finally updated this website.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrea Kristen</dc:creator><pubDate>Sun, 22 May 2022 12:01:00 +0200</pubDate><guid isPermaLink="false">tag:textshape.com,2022-05-22:/website-update.html</guid><category>Blog</category></item><item><title>WebDAV File System Setup</title><link>https://textshape.com/webdav-filesystem-setup.html</link><description>&lt;h1&gt;Setting up a WebDAV File System&lt;/h1&gt;
&lt;p&gt;One of the websites I'm responsible for changed the upload area of its live server to a secured WebDAV share.&lt;/p&gt;
&lt;p&gt;At first I thought, OK, no problem, I'll just choose WebDAV in Dreamweaver's Remote Site dialog, and I'm done. Not quite so, as it turned out. The WebDAV share I wanted to connect to was only accessible via https using a certificate. And even though the documentation didn't say so, Dreamweaver 8 only seems to support WebDAV uploads via http.&lt;/p&gt;
&lt;p&gt;So I had to look for other ways to access the WebDAV share. I …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrea Kristen</dc:creator><pubDate>Thu, 10 Jul 2008 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:textshape.com,2008-07-10:/webdav-filesystem-setup.html</guid><category>IT</category><category>WebDAV</category></item><item><title>GNOME Desktop Restore</title><link>https://textshape.com/gnome-desktop-restore.html</link><description>&lt;h1&gt;Restoring Your GNOME Desktop&lt;/h1&gt;
&lt;p&gt;I have lost my GNOME Desktop environment twice now, so I thought it's time to write down how I managed to get it back. It happened like this: On my old computer, which I primarily use for backups, I decided to remove all the applications I didn't really need.&lt;/p&gt;
&lt;p&gt;I thought that by using the GNOME Add/Remove Software menu function and only removing optional packages from the GNOME Package Manager's Applications section, I'd be on the safe side.
GNOME Package Manager&lt;/p&gt;
&lt;p&gt;This turned out to be wrong: after removing all the unused applications in, I …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrea Kristen</dc:creator><pubDate>Fri, 30 Mar 2007 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:textshape.com,2007-03-30:/gnome-desktop-restore.html</guid><category>IT</category><category>Linux</category></item><item><title>Fedora Update</title><link>https://textshape.com/fedora-update.html</link><description>&lt;h1&gt;Upgrading Fedora Core 5 to Fedora Core 6&lt;/h1&gt;
&lt;p&gt;This time I decided to really heed the good advice and think about what needs backing up before starting the upgrade:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I backed up my home directory and my subversion repositories using &lt;code&gt;rsync&lt;/code&gt; to my second computer.&lt;/li&gt;
&lt;li&gt;I backed up my pictures to CDs.&lt;/li&gt;
&lt;li&gt;I updated my subversion working directory on my laptop using &lt;code&gt;svn update&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Also, I decided to do the upgrade when I had enough time, meaning not after work late at night.&lt;/p&gt;
&lt;h2&gt;Procedure&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Download all the iso images of the FC6 release (including the rescue CD) and check the …&lt;/li&gt;&lt;/ol&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrea Kristen</dc:creator><pubDate>Tue, 21 Nov 2006 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:textshape.com,2006-11-21:/fedora-update.html</guid><category>IT</category><category>Linux</category></item><item><title>Yum Errors - Remove Old Kernels</title><link>https://textshape.com/yum-errors-remove-old-kernels.html</link><description>&lt;h1&gt;How to Get Rid of yum Errors by Removing Old Kernels&lt;/h1&gt;
&lt;p&gt;Occasionally, I have encountered a yum unpacking error when trying to install a new kernel on my Fedora computer:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;Running Transaction error: unpacking of archive failed on file /boot/System.map-2.6.16-1.2111_FC5; 44730661: cpio: write&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This error can occur when the &lt;code&gt;/boot&lt;/code&gt; partition gets too full.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Open a root shell.&lt;/li&gt;
&lt;li&gt;Check which kernels are installed on your computer:&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="err"&gt;    rpm -qa | grep kernel&lt;/span&gt;
&lt;span class="err"&gt;    kernel-2.6.16-1.2122_FC5&lt;/span&gt;
&lt;span class="err"&gt;    kernel-2.6.16-1.2111_FC5&lt;/span&gt;
&lt;span class="err"&gt;    kernel-2.6.16-1.2080_FC5&lt;/span&gt;
&lt;span class="err"&gt;    kernel-2.6.16-1.2133_FC5&lt;/span&gt;
&lt;span class="err"&gt;    kernel-2.6.17-1.2139_FC5&lt;/span&gt;
&lt;span class="err"&gt;    kernel-2.6.16-1.2096_FC5 …&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrea Kristen</dc:creator><pubDate>Sun, 25 Jun 2006 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:textshape.com,2006-06-25:/yum-errors-remove-old-kernels.html</guid><category>IT</category><category>Linux</category></item></channel></rss>