<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Linux Forums - Slackware Linux Help</title>
		<link>http://www.linuxforums.org/forum/</link>
		<description>For help and Discussion about Slackware linux</description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 01:01:21 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.linuxforums.org/forum/linux2/misc/rss.jpg</url>
			<title>Linux Forums - Slackware Linux Help</title>
			<link>http://www.linuxforums.org/forum/</link>
		</image>
		<item>
			<title>help installing apache, php, mysql</title>
			<link>http://www.linuxforums.org/forum/slackware-linux-help/155910-help-installing-apache-php-mysql.html</link>
			<pubDate>Thu, 19 Nov 2009 00:25:37 GMT</pubDate>
			<description>Can anyone explain to me or point me to a good tutorial an how to install apache, php, and mysql? i tried the one on unixmen and it didnt work :D</description>
			<content:encoded><![CDATA[<div>Can anyone explain to me or point me to a good tutorial an how to install apache, php, and mysql? i tried the one on unixmen and it didnt work :D</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/slackware-linux-help/">Slackware Linux Help</category>
			<dc:creator>itsbrad212</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/slackware-linux-help/155910-help-installing-apache-php-mysql.html</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] firefox problem]]></title>
			<link>http://www.linuxforums.org/forum/slackware-linux-help/155866-solved-firefox-problem.html</link>
			<pubDate>Tue, 17 Nov 2009 21:27:21 GMT</pubDate>
			<description><![CDATA[hello, when i open firefox in slackware 13, it doesn't open, is this common?]]></description>
			<content:encoded><![CDATA[<div>hello, when i open firefox in slackware 13, it doesn't open, is this common?</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/slackware-linux-help/">Slackware Linux Help</category>
			<dc:creator>itsbrad212</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/slackware-linux-help/155866-solved-firefox-problem.html</guid>
		</item>
		<item>
			<title>3 problems in slackware 13.0</title>
			<link>http://www.linuxforums.org/forum/slackware-linux-help/155774-3-problems-slackware-13-0-a.html</link>
			<pubDate>Sat, 14 Nov 2009 21:24:17 GMT</pubDate>
			<description><![CDATA[Hello,  
 
I'm a bit of a newbie in slackware. I'm sorry if there are answers for my question in this forum, but i searched google and I didn't find...]]></description>
			<content:encoded><![CDATA[<div>Hello, <br />
<br />
I'm a bit of a newbie in slackware. I'm sorry if there are answers for my question in this forum, but i searched google and I didn't find anything.<br />
<br />
So, I've got 3 problems in my slackware 13.0 (2.6.31.6 kernel)<br />
<br />
1. &quot;too many session files in /var/tmp&quot; when i try to open a file using &quot;vi&quot;.<br />
<br />
2. cp: cannot create regular file `....': Read-only file system -&gt; when I try to copy a file.<br />
<br />
3. I have dead screens, when I use &quot;screen -wipe&quot; nothing happens. They still stay there, and the problem is, that I need to create new screens using the same names...<br />
<br />
Thanks.</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/slackware-linux-help/">Slackware Linux Help</category>
			<dc:creator>insanedude</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/slackware-linux-help/155774-3-problems-slackware-13-0-a.html</guid>
		</item>
		<item>
			<title>Problem: Adding slackware64 13 to grub2 loader</title>
			<link>http://www.linuxforums.org/forum/slackware-linux-help/155695-problem-adding-slackware64-13-grub2-loader.html</link>
			<pubDate>Fri, 13 Nov 2009 09:56:56 GMT</pubDate>
			<description>First of all i am linux newbie.  
 
I have problem adding 64-bit Slackware 13 to Grub2 loader  
During slackware installation i chose not to instal...</description>
			<content:encoded><![CDATA[<div>First of all i am linux newbie. <br />
<br />
I have problem adding 64-bit Slackware 13 to Grub2 loader <br />
During slackware installation i chose not to instal Lilo..<br />
I have Win7,Ubuntu 9.10 and Slackware 13.0. Grub successfuly found win loader but failed to find Slackware one. <br />
I tried doing it manually by editing /etc/grub.d/40_custom<br />
it looks like this <br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				#!/bin/sh<br />
exec tail -n +3 $0<br />
# This file provides an easy way to add custom menu entries.  Simply type the<br />
# menu entries you want to add after this comment.  Be careful not to change<br />
# the 'exec tail' line above.<br />
<br />
menuentry &quot;Slackware 13.0 64-bit&quot; {<br />
set root=(hd0,7)<br />
linux  /boot/vmlinuz-generic-2.6.29.6<br />
}
			
			<hr />
		</td>
	</tr>
	</table>
</div>From what i have read ..there should be initrd in the menuentry{} too, but in slackware boot directory i haven't found one ..so i left it blank..<br />
<br />
my /boot/grub/grub.cfg file looks like this <br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				#<br />
# DO NOT EDIT THIS FILE<br />
#<br />
# It is automatically generated by /usr/sbin/grub-mkconfig using templates<br />
# from /etc/grub.d and settings from /etc/default/grub<br />
#<br />
<br />
### BEGIN /etc/grub.d/00_header ###<br />
if [ -s /boot/grub/grubenv ]; then<br />
  have_grubenv=true<br />
  load_env<br />
fi<br />
set default=&quot;0&quot;<br />
if [ ${prev_saved_entry} ]; then<br />
  saved_entry=${prev_saved_entry}<br />
  save_env saved_entry<br />
  prev_saved_entry=<br />
  save_env prev_saved_entry<br />
fi<br />
insmod ext2<br />
set root=(hd0,10)<br />
search --no-floppy --fs-uuid --set 14477b1d-15ee-4e1d-afab-4a8fb10d6634<br />
if loadfont /usr/share/grub/unicode.pf2 ; then<br />
  set gfxmode=640x480<br />
  insmod gfxterm<br />
  insmod vbe<br />
  if terminal_output gfxterm ; then true ; else<br />
    # For backward compatibility with versions of terminal.mod that don't<br />
    # understand terminal_output<br />
    terminal gfxterm<br />
  fi<br />
fi<br />
if [ ${recordfail} = 1 ]; then<br />
  set timeout=-1<br />
else<br />
  set timeout=25<br />
fi<br />
### END /etc/grub.d/00_header ###<br />
<br />
### BEGIN /etc/grub.d/05_debian_theme ###<br />
set menu_color_normal=white/black<br />
set menu_color_highlight=black/white<br />
### END /etc/grub.d/05_debian_theme ###<br />
<br />
### BEGIN /etc/grub.d/10_linux ###<br />
menuentry &quot;Ubuntu, Linux 2.6.31-14-generic&quot; {<br />
        recordfail=1<br />
        if [ -n ${have_grubenv} ]; then save_env recordfail; fi<br />
	set quiet=1<br />
	insmod ext2<br />
	set root=(hd0,10)<br />
	search --no-floppy --fs-uuid --set 14477b1d-15ee-4e1d-afab-4a8fb10d6634<br />
	linux	/boot/vmlinuz-2.6.31-14-generic root=UUID=14477b1d-15ee-4e1d-afab-4a8fb10d6634 ro   quiet splash<br />
	initrd	/boot/initrd.img-2.6.31-14-generic<br />
}<br />
### END /etc/grub.d/10_linux ###<br />
<br />
### BEGIN /etc/grub.d/30_os-prober ###<br />
menuentry &quot;Windows 7 (loader) (on /dev/sda1)&quot; {<br />
	insmod ntfs<br />
	set root=(hd0,1)<br />
	search --no-floppy --fs-uuid --set 7d94f28f6a5fb39a<br />
	chainloader +1<br />
}<br />
### END /etc/grub.d/30_os-prober ###<br />
<br />
### BEGIN /etc/grub.d/40_custom ###<br />
# This file provides an easy way to add custom menu entries.  Simply type the<br />
# menu entries you want to add after this comment.  Be careful not to change<br />
# the 'exec tail' line above.<br />
<br />
menuentry &quot;Slackware 13.0 64-bit&quot; {<br />
set root=(hd0,7)<br />
linux  /boot/vmlinuz-generic-2.6.29.6<br />
}<br />
### END /etc/grub.d/40_custom ###
			
			<hr />
		</td>
	</tr>
	</table>
</div>The Slackware item actually appears in the Grub2 menu but when i click it, it goes for a few seconds and then it writes<br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				Kernel panic - not syncing:VFS:Unable to mount root fs on unknown-block(3,7)
			
			<hr />
		</td>
	</tr>
	</table>
</div>My Ubuntu file system is ext3 and for Slackware i chose ext4<br />
<br />
So i ask what to do to make Slackware boot properly..<br />
<br />
Thanks in advance for your help.<br />
<br />
Excuse my english.</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/slackware-linux-help/">Slackware Linux Help</category>
			<dc:creator>uhorka</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/slackware-linux-help/155695-problem-adding-slackware64-13-grub2-loader.html</guid>
		</item>
		<item>
			<title><![CDATA[[ask] how to install wireless driver????]]></title>
			<link>http://www.linuxforums.org/forum/slackware-linux-help/155609-ask-how-install-wireless-driver.html</link>
			<pubDate>Wed, 11 Nov 2009 10:34:30 GMT</pubDate>
			<description>dear ADMIN and MODERATOR. 
my laptop is lenovo thinkpad sl300 and the OS is slackware 13.0 
 
so....., can you help me, how to install the wireless...</description>
			<content:encoded><![CDATA[<div>dear ADMIN and MODERATOR.<br />
my laptop is lenovo thinkpad sl300 and the OS is slackware 13.0<br />
<br />
so....., can you help me, how to install the wireless driver on my laptop????? :confused::confused:<br />
<br />
thanx b4 :D:D</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/slackware-linux-help/">Slackware Linux Help</category>
			<dc:creator>tirto</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/slackware-linux-help/155609-ask-how-install-wireless-driver.html</guid>
		</item>
		<item>
			<title><![CDATA[[ASK] how to operate the program in slackware]]></title>
			<link>http://www.linuxforums.org/forum/slackware-linux-help/155542-ask-how-operate-program-slackware.html</link>
			<pubDate>Tue, 10 Nov 2009 05:24:08 GMT</pubDate>
			<description>Dear MOD. and ADMIN whom i proud. 
excuse me. i want to ask a question about the program in slackware. 
 
first, i just have installed avg_antivirus...</description>
			<content:encoded><![CDATA[<div>Dear MOD. and ADMIN whom i proud.<br />
excuse me. i want to ask a question about the program in slackware.<br />
<br />
first, i just have installed avg_antivirus in slackware. but i'm confuse how to use it :confused:. so, can you tell me how to use that (avg_antivirus) ? :D <br />
<br />
thanx for attention for all :D</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/slackware-linux-help/">Slackware Linux Help</category>
			<dc:creator>tirto</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/slackware-linux-help/155542-ask-how-operate-program-slackware.html</guid>
		</item>
		<item>
			<title>Slackware 13 Bootloader</title>
			<link>http://www.linuxforums.org/forum/slackware-linux-help/155266-slackware-13-bootloader.html</link>
			<pubDate>Wed, 04 Nov 2009 18:43:16 GMT</pubDate>
			<description>For anyone that has installed Slackware 13... does Slackware now offer a choice between LILO and GRUB during the installation, or does it still...</description>
			<content:encoded><![CDATA[<div>For anyone that has installed Slackware 13... does Slackware now offer a choice between LILO and GRUB during the installation, or does it still install LILO by default the way it always has?<br />
<br />
Thanks to anyone that might know.</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/slackware-linux-help/">Slackware Linux Help</category>
			<dc:creator>ozar</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/slackware-linux-help/155266-slackware-13-bootloader.html</guid>
		</item>
		<item>
			<title>authenticating my application</title>
			<link>http://www.linuxforums.org/forum/slackware-linux-help/155220-authenticating-my-application.html</link>
			<pubDate>Tue, 03 Nov 2009 20:39:28 GMT</pubDate>
			<description>Hello all, 
 
I would like to have a dialog in my app, where user adds the root pwd and runs my application as root. 
 
just like kdesu dialog, 
 
my...</description>
			<content:encoded><![CDATA[<div>Hello all,<br />
<br />
I would like to have a dialog in my app, where user adds the root pwd and runs my application as root.<br />
<br />
just like kdesu dialog,<br />
<br />
my problem is not the GUI part, but how to do it, i cant communicate with su command for sure. some guy at the qtcentre suggested me to use PAM to authenticate my app.<br />
<br />
after a little bit of research on the internet i can see that Slackware is not using PAM for authentication (if i got it correctly, i dont know anythink about security issues and stuff...) and neither OpenLDAP as ive also informed.<br />
<br />
so please help me to understand what libs/method to use for granting my application root access.<br />
thank you</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/slackware-linux-help/">Slackware Linux Help</category>
			<dc:creator>MysticalGroovy</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/slackware-linux-help/155220-authenticating-my-application.html</guid>
		</item>
		<item>
			<title>slackware encryptation</title>
			<link>http://www.linuxforums.org/forum/slackware-linux-help/155171-slackware-encryptation.html</link>
			<pubDate>Tue, 03 Nov 2009 01:50:12 GMT</pubDate>
			<description>Hi everyone, 
I wanna get beyond into the slack, in a operative system level. I dont know if slackware uses a particular type of encryptation or is...</description>
			<content:encoded><![CDATA[<div>Hi everyone,<br />
I wanna get beyond into the slack, in a operative system level. I dont know if slackware uses a particular type of encryptation or is the same for the most common distributions. My question is how slackware encrypts? (for logs, passwords, files,etc... but in a native OS level). <br />
Any recomendation where can I dig?</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/slackware-linux-help/">Slackware Linux Help</category>
			<dc:creator>fffrrr</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/slackware-linux-help/155171-slackware-encryptation.html</guid>
		</item>
		<item>
			<title>Picture Tutorial: How to Setup Slackware64 13.0 HVM domU with Xen 3.5-unstable ...</title>
			<link>http://www.linuxforums.org/forum/slackware-linux-help/155090-picture-tutorial-how-setup-slackware64-13-0-hvm-domu-xen-3-5-unstable.html</link>
			<pubDate>Sun, 01 Nov 2009 08:36:55 GMT</pubDate>
			<description>Picture Tutorial: How to Setup Slackware64 13.0 HVM domU with Xen 3.5-unstable pv-ops Dom0 Kernel 2.6.31.4 in Fedora 11 x86-64 Dom0 
 
Link: Picture...</description>
			<content:encoded><![CDATA[<div>Picture Tutorial: How to Setup Slackware64 13.0 HVM domU with Xen 3.5-unstable pv-ops Dom0 Kernel 2.6.31.4 in Fedora 11 x86-64 Dom0<br />
<br />
Link: <a href="http://enmingteo.wordpress.com/2009/11/01/picture-tutorial-how-to-setup-slackware64-13-0-hvm-domu-with-xen-3-5-unstable-pv-ops-dom0-kernel-2-6-31-4-in-fedora-11-x86-64-dom0/" target="_blank">Picture Tutorial: How to Setup Slackware64 13.0 HVM domU with Xen 3.5-unstable pv-ops Dom0 Kernel 2.6.31.4 in Fedora 11 x86-64 Dom0  Mr. Teo En Ming (Zhang Enming)</a><br />
<br />
There are 83 screenshots at this moment. The tutorial guides you through the installation step-by-step.</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/slackware-linux-help/">Slackware Linux Help</category>
			<dc:creator>TeoEnMing</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/slackware-linux-help/155090-picture-tutorial-how-setup-slackware64-13-0-hvm-domu-xen-3-5-unstable.html</guid>
		</item>
		<item>
			<title>kde4.3.2 (vbatts ) packages gave me white screen .! how to recover</title>
			<link>http://www.linuxforums.org/forum/slackware-linux-help/155004-kde4-3-2-vbatts-packages-gave-me-white-screen-how-recover.html</link>
			<pubDate>Fri, 30 Oct 2009 05:55:38 GMT</pubDate>
			<description><![CDATA[Hello 
          I've installed Slackware 13 stable on my PC . Slackware seems to be very fast with kde 4.2.2 on my pc . 
 
       KDE4.3.2 the...]]></description>
			<content:encoded><![CDATA[<div>Hello<br />
          I've installed Slackware 13 stable on my PC . Slackware seems to be very fast with kde 4.2.2 on my pc .<br />
<br />
       KDE4.3.2 the current stable version of  kde is really  well polished and i've downloaded the Vbatts  KDE 4.3.2 packages. With<br />
alot of anxiety i've  upgraded the packages from the virtual terminal and then the  real problem<br />
<br />
&gt;&gt;&gt;KDE  started the splash screen came and after that all i got is a  white screen with into marks on it. I can do nothing but move the<br />
mouse pointer . Luckily i've got XFCE session .<br />
<br />
 After googling i came to know that  this process only applies to the current version but not to stable version.<br />
<br />
&gt;&gt;&gt; Now how do i have to get KDE 4.3.2 working  or<br />
         get back the old kde 4.2.2 on pc  atleast!!!!!!!!!!!!!!!!!!<br />
<br />
I tot installing those vbatts packages  will get me the polish look of latest kde  but i got white screen.<br />
<br />
Appreciate any help!!!!<br />
<br />
<br />
Thanks In Advance.<br />
:sad::confused::mad:</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/slackware-linux-help/">Slackware Linux Help</category>
			<dc:creator>vinnie_vinodh</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/slackware-linux-help/155004-kde4-3-2-vbatts-packages-gave-me-white-screen-how-recover.html</guid>
		</item>
		<item>
			<title><![CDATA[Can't find unpartitioned space?]]></title>
			<link>http://www.linuxforums.org/forum/slackware-linux-help/154988-cant-find-unpartitioned-space.html</link>
			<pubDate>Thu, 29 Oct 2009 20:14:37 GMT</pubDate>
			<description><![CDATA[Hey guys, I'm new to this forum and to slackware.  I've been trying to install it on my Dell Latitude D630 as part of a multiboot, but it's not...]]></description>
			<content:encoded><![CDATA[<div>Hey guys, I'm new to this forum and to slackware.  I've been trying to install it on my Dell Latitude D630 as part of a multiboot, but it's not finding the unpartioned space I've left for it when I use cfdisk.  I'm wondering if if it can't see the hard drive at all.  Has anyone else encountered this problem before?</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/slackware-linux-help/">Slackware Linux Help</category>
			<dc:creator>DranoMax</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/slackware-linux-help/154988-cant-find-unpartitioned-space.html</guid>
		</item>
		<item>
			<title><![CDATA[[INFO] Nouvelix Linux for Internet Cafe]]></title>
			<link>http://www.linuxforums.org/forum/slackware-linux-help/154887-info-nouvelix-linux-internet-cafe.html</link>
			<pubDate>Tue, 27 Oct 2009 13:30:29 GMT</pubDate>
			<description><![CDATA[I just share information about new linux distribution "Nouvelix Linux" 
this linux spesific for Internet cafe bussines, Many Internet application and...]]></description>
			<content:encoded><![CDATA[<div>I just share information about new linux distribution &quot;Nouvelix Linux&quot;<br />
this linux spesific for Internet cafe bussines, Many Internet application and multimedia included. Desktop is KDE 3.5 modified like Windows XP so newbie user can easy to work with it. <br />
<br />
<br />
<br />
More info about nouvelix linux you can visit official website at Official Nouvelix Linux<br />
www . nouvelix . co . tv<br />
Free download ISO and enjoy with your internet cafe bussines.. :)</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/slackware-linux-help/">Slackware Linux Help</category>
			<dc:creator>novelist_kesunyian</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/slackware-linux-help/154887-info-nouvelix-linux-internet-cafe.html</guid>
		</item>
		<item>
			<title>Problem when installing GIMP 2.6.7</title>
			<link>http://www.linuxforums.org/forum/slackware-linux-help/154838-problem-when-installing-gimp-2-6-7-a.html</link>
			<pubDate>Mon, 26 Oct 2009 11:53:24 GMT</pubDate>
			<description>Hi all, 
Let me start by saying that i never had problems when installing or updating GIMP /when i was with slackware 12.2/ :D 
i decided to upgrade...</description>
			<content:encoded><![CDATA[<div>Hi all,<br />
Let me start by saying that i never had problems when installing or updating GIMP /when i was with slackware 12.2/ :D<br />
i decided to upgrade from 2.6.6 to gimp 2.6.7. There isnt a precompiled package for Slackware 13 so i downloaded from source. Configured and compiled with no errors. but when i start gimp i get:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Libgimp version mismatch!<br />
<br />
The GIMP binary cannot run with a libgimp version<br />
other than its own. This is GIMP 2.6.6, but the<br />
libgimp version is 2.6.7.<br />
<br />
Maybe you have GIMP versions in both /usr and /usr/local ?</code><hr />
</div>There is no gimp folder in either of /usr and /usr/local<br />
<br />
So i removed the 2.6.7 packages, and i still get the same err. I reinstalled the 2.6.6 package precompiled for Slackware 13, but still the same. So now i dont have working GIMP. I believe i did some rookie mistake :)<br />
<br />
Any suggestions are welcome :)<br />
<br />
Distro: Slackware 13<br />
Kernel-2.6.29.6<br />
KDE 4.2.4</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/slackware-linux-help/">Slackware Linux Help</category>
			<dc:creator>TrashOverride</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/slackware-linux-help/154838-problem-when-installing-gimp-2-6-7-a.html</guid>
		</item>
		<item>
			<title>Slackware13/64 via VirtualBox</title>
			<link>http://www.linuxforums.org/forum/slackware-linux-help/154793-slackware13-64-via-virtualbox.html</link>
			<pubDate>Sun, 25 Oct 2009 02:29:59 GMT</pubDate>
			<description>Hi, 
 
I found a way to install Slackware13 via VirtualBox with these simple instructions... 
 
Fedora 11 and VirutalBox 2.2 Guest Additions |...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I found a way to install Slackware13 via VirtualBox with these simple instructions...<br />
<br />
<a href="http://www.kombitz.com/2009/06/12/fedora-11-and-virutalbox-2-2-guest-additions/" target="_blank">Fedora 11 and VirutalBox 2.2 Guest Additions | kombitz.com</a><br />
<br />
Yeah I know the example uses Fedora but it works for Slackware 13 as well...This solves a very big problem I had, running Slackware on my Mandriva box...</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/slackware-linux-help/">Slackware Linux Help</category>
			<dc:creator>gerard4143</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/slackware-linux-help/154793-slackware13-64-via-virtualbox.html</guid>
		</item>
	</channel>
</rss>
