<?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"
	>

<channel>
	<title>Wolvix Newsletter</title>
	<atom:link href="http://news.wolvix.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://news.wolvix.org</link>
	<description></description>
	<pubDate>Thu, 17 Jul 2008 08:55:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Wolvix Newsletter - Issue 2</title>
		<link>http://news.wolvix.org/2007/09/08/wolvix-newsletter-issue-2/</link>
		<comments>http://news.wolvix.org/2007/09/08/wolvix-newsletter-issue-2/#comments</comments>
		<pubDate>Sat, 08 Sep 2007 01:07:14 +0000</pubDate>
		<dc:creator>MasterGH</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://news.wolvix.org/2007/09/08/wolvix-newsletter-issue-2/</guid>
		<description><![CDATA[Contents: Warren Watts' Desktop, Guide: Installing VMware Server, Tilda - Quake style console in Linux, Tip: Booting Wolvix from DOS, New Games in the Repository]]></description>
			<content:encoded><![CDATA[<p><strong><big>Contents:</big></strong><br />
<a href="#note">Note from the Editor</a></p>
<p><a href="#desktop">Warren Watts&#8217; Desktop</a></p>
<p><a href="#guide">Guide: Installing VMware Server</a></p>
<p><a href="#tilda">Tilda - Quake style console in Linux</a></p>
<p><a href="#tip">Tip: Booting Wolvix from DOS</a></p>
<p><a href="#games">New Games in the Repository</a></p>
<p><big><strong>Note from the Editor</strong></big><a title="note" name="note"></a></p>
<p>I finally did it. I ordered a replacement graphics card for my computer. The Nvidia Riva TNT2, while completely fine for normal use, really struggles with most games. I&#8217;ve been meaning to upgrade it for quite some time, but just kept putting it off. My computer has a very small power supply, so it was hard to find anything that had a chance of working, but I finally found something, an ATi card (9600XT). Yes, I know what you are saying, &#8220;But ATi drivers suck on Linux!&#8221; Even if it works at half speed, though, it&#8217;ll be much better than my current card. This might be changing soon with the immanent release of the new AMD 8.41 display drivers. After looking at some tests on <a href="http://www.phoronix.com">phoronix.com</a>, it seems that performance has really increased. Go over there and have a look for yourself, because I&#8217;m sure you&#8217;ll be surprised. This is only a limited preview build, though, so it isn&#8217;t certain that it will be actually released. I&#8217;m sure it will change the way most Linux&#8217;ers think of AMD/ATi cards in the future if it is released.</p>
<p><strong><big>User Submitted Desktops</big></strong><a title="desktop" name="desktop"></a></p>
<p>Warren Watts submitted his desktop for this edition. Here&#8217;s a small picture of it:</p>
<p><img src="http://wolvix.org/files/active/0/tmp1798181124_small.png" /></p>
<p>For more information about it, <a href="http://wolvix.org/node/743">click here</a>.</p>
<p><strong><big>Guide: Installing VMware Server</big></strong><a title="guide" name="guide"></a><br />
<small>by DarkVision</small></p>
<p>This Guide will describe the steps needed to install VMWare Server on Wolvix GNU/Linux.</p>
<p>VMWare Server is a free software to create virtual computers on your real computer. Depending on your hardware you can have multiple virtual machines installed at the same time, helpful when you want to test a new Slackware release or testing new packages before you install those on your desktop.</p>
<p>Learn more about VMWare Server from here:</p>
<p><a href="http://vmware.com/products/server">http://vmware.com/products/server</a></p>
<p><strong><big>Install VMWare Server</big></strong></p>
<p><strong>1. You need the following files:</strong></p>
<p><code>Vmware-server-1.0.3-44356.tar.gz</code><br />
<a href="http://www.vmware.com/download/server/">http://www.vmware.com/download/server</a></p>
<p><code>vmware-any-any-update113.tar.gz</code> (or a later release)<br />
<a href="http://platan.vc.cvut.cz/ftp/pub/vmware/">http://platan.vc.cvut.cz/ftp/pub/vmware/</a></p>
<p>* Make sure to register the free VMWare Server to get your free serial number. This is required since you have to enter the serial number at the end of the install process:<br />
<a href="http://register.vmware.com/content/registration.html">http://register.vmware.com/content/registration.html</a></p>
<p><strong>2. Since VMWare Server will be installed from the command line we have to get one now:</strong></p>
<p>* Open a terminal window and get root using the <code>su</code> command or<br />
* Hit <code>[CTRL]+[ALT]+[F1]</code> and login as user root.</p>
<p><strong>3. Get the development files.</strong></p>
<p><code>slapt-get --update</code><br />
<code>slapt-get --install glibc glibc-i18n</code><br />
<code>slapt-get --install kernel-headers kernel-source</code><br />
<code>slapt-get --install meta-development</code></p>
<p><strong>4. Create the following directories:</strong></p>
<p><code>mkdir /etc/init.d</code><br />
<code>mkdir /etc/init.d/rc0.d</code><br />
<code>mkdir /etc/init.d/rc1.d</code><br />
<code>mkdir /etc/init.d/rc2.d</code><br />
<code>mkdir /etc/init.d/rc3.d</code><br />
<code>mkdir /etc/init.d/rc4.d</code><br />
<code>mkdir /etc/init.d/rc5.d</code><br />
<code>mkdir /etc/init.d/rc6.d</code><br />
<code>mkdir /etc/pam.d</code></p>
<p>The &#8216;/etc/pam.d&#8217; might not be necessary on Wolvix GNU/Linux but while trying to install VMWare Server on Slackware I was asked for a path to this directory so we better create a dummy directory right now. Maybe this got fixed in newer VMWare Server releases/patches since there is no need for a directory if pam is not installed.</p>
<p><strong>5. Unpack the Vmware Server archive:</strong></p>
<p><code>tar -xzf Vmware-server-1.0.3-44356.tar.gz</code></p>
<p><strong>6. Start the install using the following commands:</strong></p>
<p><code>cd vmware-server-distrib</code><br />
<code>perl vmware-install.pl</code></p>
<p><strong>7. You will get asked a few questions, for example where to install files to.</strong></p>
<p>Simply hit [ENTER] on all of the following questions:</p>
<p>* In which directory do you want to install the binary files?</p>
<p>* What is the directory that contains the init directories?</p>
<p>* What is the directory that contains the init scripts?</p>
<p>* In which directory do you want to install the daemon files?</p>
<p>* In which directory do you want to install the library files?</p>
<p>* The path â€ž/usr/lib/vmwareâ€œ does not exist currently. This program is going to create it, including needed parent directories. Is this what you want?</p>
<p>* In which directory do you want to install the manual files?</p>
<p>* In which directory do you want to install the documentation files?</p>
<p>* The path â€ž/usr/share/doc/vmwareâ€œ does not exist currently. This program is going to create it, including needed parent directories. Is this what you want?</p>
<p><strong>8. The installation is complete now.</strong></p>
<p>You will now get asked if you want to run the vmware configuration script &#8216;vmware-config.pl&#8217;. Say &#8216;no&#8217; here. We need to apply some patches to vmware first to get &#8216;vmware-config.pl&#8217; to work well.</p>
<p><strong>9. Go back to the previous directory and unpack the vmware patches:</strong></p>
<p><code>cd ..</code><br />
<code>tar -xzf vmware-any-any-update113.tar.gz</code></p>
<p><strong>10. Apply the patches:</strong></p>
<p><code>cd vmware-any-any-update*</code><br />
<code>perl runme.pl</code></p>
<p><strong>11. You will get asked if you want to run &#8216;vmware-config.pl&#8217;. Say &#8216;yes&#8217; now.</strong></p>
<p><strong>12. You have to accept the license.</strong></p>
<p>Hit [ENTER] to display it, use [SPACE] to scroll down. At the end say &#8216;yes&#8217; to accept the license.</p>
<p><strong>13. You will get asked where to install a few more files. Simply hit [ENTER].</strong></p>
<p>* In which directory do you want to install the mime type icons?</p>
<p>* What directory contains your desktop menu entry files?</p>
<p>* In which directory do you want to install the application&#8217;s icon?</p>
<p><strong>14. Now we have to build some kernel modules for vmmon.</strong></p>
<p>Answer the following question with &#8216;yes&#8217; (make sure you have installed the meta-development files, see top of this Guide).</p>
<p>* None of the pre-build vmmon modules for VMWare Server is suitable for your running kernel. Do you want this program to try to build the vmmon module for your system (you need to have a C compiler installed on your system)?</p>
<p><strong>15. You will get asked where your kernel header files are installed. Simply hit [ENTER].</strong></p>
<p>* What is the location of the directory of C header files that match your running kernel?</p>
<p><strong>16. The next steps will configure the network settings:</strong></p>
<p>* Do you want networking for your virtual machines?<br />
yes</p>
<p>* Your computer has multiple ethernet network interfaces available: ath0, eth0. Which one do you want to bridge to vmneth0?<br />
This question will only appear if you have multiple network cards installed.</p>
<p>* Do you want to configure another bridged network?<br />
no</p>
<p>* Do you want to be able to use NAT networking in your virtual machine?<br />
no<br />
(This is because i have never used NAT before&#8230;)</p>
<p>* Do you want to be able to use host-only networking in your virtual machine?<br />
no</p>
<p><strong>17. The setup will now build the vmmon modules.</strong></p>
<p><strong>18. Specify the port for remote console connections. Simply hit [ENTER].</strong></p>
<p>* Please specify a port for remote console connections to use.<br />
902 is the default port for remote connections. No need to change it here.</p>
<p><strong>19. Specify the location of your virtual machines:</strong></p>
<p>* In which directory do you want to keep your virtual machine files?<br />
Default is: /var/lib/vmware/Virtual Machines</p>
<p>This can be changed to whatever you want. Make sure you have enough room on that disk drive since virtual machines can take up to several gigabytes.</p>
<p>* The path â€ž/var/lib/vmware/Virtual Machinesâ€œ does not exist currently. This program is going to create it, including needed parent directories. Is this what you want?<br />
yes</p>
<p><strong>20. Enter the serial number.</strong></p>
<p>You have to register at <a href="http://register.vmware.com/content/registration.html">http://register.vmware.com/content/registration.html</a><br />
to get a free serial number via email.</p>
<p><strong>21. Setup is complete now.</strong></p>
<p>To start the Vmware Server Daemon every time you reboot you should add this to /etc/rc.d/rc.local:</p>
<p><code># Start vmware-daemon if installed<br />
if [ -x /etc/init.d/vmware ]; then<br />
sh /etc/init.d/vmware start<br />
fi</code></p>
<p>If you don&#8217;t want to start the VMware Server Daemon every time you boot your system you can use the following command to start it (you must be root to do that):</p>
<p><code>sh /etc/init.d/vmware start</code><br />
The background service is now running.</p>
<p><strong>22. You can now start the VMWare Server GUI from the Wolvix System menu.</strong></p>
<p>On each start you will get asked to which server you want to connect. Leave that on â€žLocal hostâ€œ and select â€žConnectâ€œ. You can now create or start virtual machines.</p>
<p><big><strong>Create a new virtual machine</strong></big></p>
<p><strong>1. Click â€žCreate a new virtual machineâ€œ</strong></p>
<p>Click the â€žNextâ€œ button.</p>
<p><strong>3. Select â€žTypicalâ€œ as Virtual Machine Configuration then click the â€žNextâ€œ button.</strong></p>
<p><strong>4. Select your Guest Operating System.</strong></p>
<p>Make sure to select the Version also from the drop down list below. If you want to install Linux as your Guest OS and the Linux version isn&#8217;t listed select â€žOther Linux 2.6.x kernelâ€œ from the list.<br />
Click the â€žNextâ€œ button.</p>
<p><strong>5. Select name and location for your virtual machine.</strong></p>
<p>Click the â€žNextâ€œ button.</p>
<p><strong>6. Select the Network Connection.</strong></p>
<p>&#8216;Bridged Networking&#8217; may be a good choice.<br />
Click the â€žNextâ€œ button.</p>
<p><strong>7. Select the disk size.</strong></p>
<p>If you check the option â€žAllocate all disk space nowâ€œ then the complete virtual disk will be created now. Make sure you have enough disk space. If not you can uncheck that option. Then only a minimal virtual disk will be created. The virtual disk will grow while you copy files into it until the selected disk size is reached. This will slow down the disk performance a bit.<br />
If you want to test a LiveCD inside of your virtual machine then you can uncheck that option since the virtual disk will not be used.<br />
Click the â€žNextâ€œ button.</p>
<p><strong>8. You can now power on your virtual machine.</strong></p>
<p>Click into the window or hit [CTRL]+[G] to get control about the virtual machine. If you want to install from CD/DVD make sure to insert your boot/install/live cd into the cd/dvd drive. Select [ESC] from the boot screen to get the boot device menu. Select â€žCD-ROM driveâ€œ to boot and install from CD.</p>
<p><strong>9. Some hints:</strong></p>
<p>* Hit [CTRL]+[ALT] to exit the window</p>
<p>* Hit [CTRL]+[ALT]+[RETURN] to enter FullScreenMode.</p>
<p>* Use [CTRL]+[ALT] to leave FullScreen.</p>
<p><strong><big>Tilda - Quake style console in Linux.</big></strong><a title="tilda" name="tilda"></a><br />
<small>by Wolven</small></p>
<p>If you ever played  FPS (First Person Shooter) games by id Software, such as Doom, or Quake series, you are probably familiar with the practical &#8216;drop down console&#8217; these games have. For those of you who don&#8217;t know what I&#8217;m talking about, it&#8217;s simply put a console/terminal that will drop down from the top of the screen at the press of a button. When you press the button again the console will roll back up and be invisible.</p>
<p>With a nice little program called <a href="http://tilda.sourceforge.net/">Tilda</a> , which it&#8217;s available in the Wolvix package repository, you can get a &#8216;drop down console&#8217; like that on your Wolvix desktop. Very handy for quick access to the command line.</p>
<p><img src="http://wolvix.org/files/active/0/760_small.png" /></p>
<p>To install Tilda on Wolvix simply do: slapt-get &#8211;install tilda or install it through Gslapt. Once Tilda is installed you should find the launcher icon under Accessories in the menu. The behavior and look of Tilda can be tweaked in various ways depending on your preferences. You can change the size, placement, colors, toggle button and more. The default placement is top left with a size of 600&#215;150 pixels and the toggle button is set to F1. When the Tilda console is visible on the screen you can right click it with the mouse to get a menu with various options, such as new/close tab, preferences and quit.</p>
<p><big><strong>Tip: Booting Wolvix from DOS</strong></big><a title="tip" name="tip"></a><br />
<small>by MasterGH</small></p>
<p>As I discovered after trying to help someone recently, Wolvix has the built-in capability of being able to be booted into from DOS (using a floppy or similar). This can be very useful if you need special drivers for your CD drive to boot the Windows installer. To boot Wolvix using a DOS boot disk, follow these directions.</p>
<p><strong>1. If your drive is of the USB type, attach it with the Wolvix disc in the drive. If it isn&#8217;t, make sure you have the Wolvix disc in your internal drive.</strong></p>
<p><strong>2. Boot using your floppy.</strong></p>
<p><strong>3. Navigate in DOS (using the &#8216;cd&#8217; command) to your CD drive, and then to the &#8216;boot/dos&#8217; folder contained on the Wolvix CD.</strong></p>
<p><strong>4. Type in &#8216;wolvix.bat&#8217; and press enter.</strong></p>
<p>This should boot up Wolvix for you. I found this technique when trying to help someone boot Wolvix on his laptop that needed to use a floppy to boot CDs from his USB CD drive. It worked for him, and I hope it works for you!</p>
<p><big><strong>New Games in the Repository</strong></big><a title="games" name="games"></a></p>
<p>A few days ago, Wolven added and updated quite a few games in the Wolvix repository.<br />
These include:</p>
<p>Beneath a Steel Sky<br />
Battle Tanks<br />
Flobopuyo<br />
Flight of the Amazon Queen<br />
GNOME Sudoku<br />
Luola<br />
netPanzer<br />
Pathological<br />
ScummVM (Not a game, but an emulator for them)<br />
Endgame: Singularity<br />
Solarwolf<br />
Starfighter<br />
Wesnoth<br />
xscorch</p>
<p>Happy gaming <img src='http://news.wolvix.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you have any comments about this newsletter, please send an email to <strong>news{at}wolvix.org</strong>.<br />
<!-- Start of StatCounter Code --><br />
<script type="text/javascript"> var sc_project=2927865;  var sc_invisible=0;  var sc_partition=30;  var sc_security="f31017ae";  </script></p>
<p><script src="http://www.statcounter.com/counter/counter_xhtml.js" type="text/javascript"></script><noscript> &lt;div class=&#8221;statcounter&#8221;&gt;&lt;a class=&#8221;statcounter&#8221; href=&#8221;http://www.statcounter.com/&#8221;&gt;&lt;img class=&#8221;statcounter&#8221; src=&#8221;http://c31.statcounter.com/2927865/0/f31017ae/0/&#8221; alt=&#8221;counter&#8221; /&gt;&lt;/a&gt;&lt;/div&gt; &lt;p&gt;</noscript><br />
<!-- End of StatCounter Code --></p>
]]></content:encoded>
			<wfw:commentRss>http://news.wolvix.org/2007/09/08/wolvix-newsletter-issue-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wolvix Newsletter - Issue 1</title>
		<link>http://news.wolvix.org/2007/08/26/wolvix-newsletter-issue-1/</link>
		<comments>http://news.wolvix.org/2007/08/26/wolvix-newsletter-issue-1/#comments</comments>
		<pubDate>Sun, 26 Aug 2007 05:25:18 +0000</pubDate>
		<dc:creator>MasterGH</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://news.wolvix.org/2007/08/26/wolvix-newsletter-issue-1/</guid>
		<description><![CDATA[Contents: Wolvix Bugs, Wolvix in the Press, MasterGH's Desktop, Guide to Installing Themes, Tip for Failed USB Installs, Comments from ghostwolf]]></description>
			<content:encoded><![CDATA[<p><big><big>Welcome to the first issue of the Wolvix Newsletter!</big></big></p>
<p><strong><big>Note from the Editor</big></strong></p>
<p>Since this is the first issue, let my introduce myself. I am MasterGH (MasterGoodheart) from the Wolvix forum and IRC channel. I&#8217;ve been using Wolvix since 1.1.0 Beta, and have very much enjoyed the experience. It was a bit of a surprise, though, when I was asked to be the editor of this newsletter. I&#8217;ve never done something like this before, so I was a bit unsure at first, but happily accepted after a bit of thinking.</p>
<p>There are quite a few reasons for this newsletter,</p>
<ol>
<li>To have something for the community to check so that they easily know what is going on in Wolvix.</li>
<li>For us to be able to share useful knowledge we may have to help others.</li>
<li>To help bring more users to Wolvix.</li>
</ol>
<p>To start with, most of the content will be written by me, but hopefully, as more people learn of it, we will start getting more user submissions soon. If you would like to help, please send an email to <strong>news{at}wolvix.org</strong></p>
<p>I hope you enjoy reading!<br />
MasterGH</p>
<p><strong><big>Bugs in Wolvix 1.1.0</big></strong></p>
<p>I thought I&#8217;d start this with some fixes for two of the bugs in Wolvix 1.1.0. Both are available on the Wolvix website.</p>
<p>Links here:<br />
<a href="http://wolvix.org/node/674">fluxbox menu icon problem</a><br />
<a href="http://wolvix.org/node/718#comment-2839">broken symlink for fonts</a></p>
<p><strong><big>Wolvix 1.1.0 in the Press</big></strong></p>
<p>There has been a surprising amount of press coverage about Wolvix 1.1.0 after its release. <a href="http://www.on-disk.com/cms/index.php?wiki=Wolvix110">Todd Robinson</a>, the Systems Devlopment Engineer of <a href="http://www.on-disk.com">On-Disk</a>, and <a href="http://www.tuxmachines.org/node/18822">Susan Linton</a> of <a href="http://www.tuxmachines.org">tuxmachines.org</a> (who also provided lots of <a href="http://www.tuxmachines.org/gallery/v/wolvix110/">screenshots</a>) both provided very positive reviews of it, as well as simplyjat on his <a href="http://simplyjat.blogspot.com/2007/08/wolvix-11-hunter-review.html">blog</a>. Caitlyn Martin from <a href="http://www.oreillynet.com">oreillynet.com</a> mentioned she was tremendously impressed with Wolvix in an <a href="http://www.oreillynet.com/linux/blog/2007/08/the_year_of_the_small_distro.html">article about small distros</a>, and later <a href="http://www.oreillynet.com/linux/blog/2007/08/wolvix_110_a_very_flexible_ani.html">reviewed</a> it.</p>
<p><strong><big>User Submitted Desktops</big></strong></p>
<p>This is where any desktops people have uploaded to the Wolvix website will be. To start it off, here is mine:</p>
<p><img src="http://wolvix.org/files/active/0/703_small.png" /></p>
<p>For more information about the themes I&#8217;m using, look <a href="http://www.wolvix.org/node/703">here</a>. For more information on customising your desktop, see the guide below. To submit your picture, use <a href="http://www.wolvix.org/node/add/acidfree/photo">this link</a>.</p>
<p><strong><big>Guide: Installing Themes in Wolvix</big></strong><br />
<small>by MasterGH</small></p>
<p>I thought it would be fitting for the first newsletter featuring a custom Wolvix Desktop to also have a guide about how to do it, so here it is.</p>
<p>Requirements of this guide:</p>
<p>* The user must be using Xfce.</p>
<p>Firstly, you might ask, &#8220;Where might I get these themes in the first place?&#8221; The answer to this is <a href="http://www.xfce-look.org">xfce-look.org</a>. You will find many themes for all sorts of aspects of your desktop there, all tailored for Xfce. Some areas there are lacking, though, so you might want to try some other websites. <a href="http://www.gnome-look.org">gnome-look.org</a>, a sister site, has quite a bit more content, and a lot of it will probably work with Xfce, like the cursors, (most) icons, and GTK 2 themes.</p>
<p>Once you&#8217;ve looked there, you may be wondering what things are which. Xfce themes are for xfwm, and greatly change the overall &#8216;look&#8217; of the screen. GTK 2 themes are what gives the Xfce themes their colour and style over the top of the basic &#8216;look&#8217;. Other things (like cursors, icons, wallpapers, etc.) should be known to you.</p>
<p>Now that you&#8217;ve chosen some themes you think would look nice, it&#8217;s time to install them. I will separate this into two sections.</p>
<p>1. Installing for one user<br />
Xfce: copy the theme folder to /home/<user>/.themes/<br />
GTK 2: same as above<br />
Icons: copy the theme folder to /home/<user>/.icons/<br />
Cursors: same as above<br />
Wallpapers: it doesn&#8217;t matter where you store these</user></user></p>
<p>2. Installing system-wide (root access required)<br />
Xfce: copy the theme folder to /usr/share/themes/<br />
GTK 2: same as above<br />
Icons: copy the theme folder to /usr/share/icons/<br />
Cursors: same as above<br />
Wallpapers: anywhere the whole system has access to</p>
<p>Follow these instructions on how to enable them:<br />
Xfce: Menu&#8211;&gt;Settings&#8211;&gt;User Inferface Settings, then select the theme from the list.<br />
GTK 2: Menu&#8211;&gt;Settings&#8211;&gt;Window Manager Settings, then select the theme from the list.<br />
Icons: Menu&#8211;&gt;Settings&#8211;&gt;User Inferface Settings, click on the &#8216;Icon Theme&#8217; tab, and select the theme from the list.<br />
Cursors: Menu&#8211;&gt;Settings&#8211;&gt;Mouse Settings, click on the &#8216;Cursor&#8217; tab, then select the theme from the list. You will have to log out and in again to have the change happen.<br />
Wallpapers: Menu&#8211;&gt;Settings&#8211;&gt;Desktop Settings, use the browse button in the Image section to find your wallpaper.</p>
<p>These instructions should be all you need to make your desktop just like you want it.</p>
<p><strong><big>Tip: Something to try if USB </big></strong></p>
<p>Jani Juvonen sent in some instructions on how to make a HD Frugal install work the the USB method fails.</p>
<blockquote><p>Wolvix seems like a great distro but I wasn&#8217;t able to get it to work from my Kingston USB memory stick using the USB installer.&#8221;</p></blockquote>
<p>After some experimentation, Jani got it to work like this:</p>
<blockquote><p>I did a Frugal installation to the USB memory stick as if it was a regular hard drive, with GRUB. Then, to get the wolvixsave to work, I had to edit the menu.lst file in the grub directory to include on the kernel line &#8220;changes=/dev/sda2/wolvixsave.xfs&#8221; &#8230;and now it works! <img src='http://news.wolvix.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p></blockquote>
<p>Make sure you know the device name of your drive, and replace &#8220;sda2&#8243; with it.</p>
<p>Another important tip:</p>
<blockquote><p>I split the memory stick to two partitions using gparted, first one is FAT32 which Windows can see and I can save my user files to, and the second one is ext2 where Wolvix is installed. It is important that the first partition is FAT because otherwise Windows (XP) can&#8217;t see it!</p></blockquote>
<p>Jani later sent me an email with this comment about Wolvix:</p>
<blockquote><p>I&#8217;m really a BSD user (despite the fact that I&#8217;m typing this from WinXP :P) but every now and then I like to try some linux distro to see what&#8217;s happening there. The problem with linux so far has been that I haven&#8217;t found a distro that would work on my HP laptop - even OpenBSD and Syllable (except ethernet) does work with it so WTF&#8230; but it seems that Wolvix does in fact work. I guess the latest Slackware would work too&#8230; in any case, keep up the good work! <img src='http://news.wolvix.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p></blockquote>
<p>Thanks for the tips Jani!</p>
<p><strong><big>User Comments about Wolvix</big></strong></p>
<p>This is where I will put any comments sent in to me, or the answers to questions I have asked, about Wolvix.</p>
<p>I asked ghostwolf, who had mentioned he used Wolvix on PCs at work, a few questions about how he used it, and here is what he says:</p>
<blockquote><p>We are using Wolvix to access a remote timeclock program on PC&#8217;s that are too old to upgrade to XP or Vista. We also use them to access OWA for several users on the same PC&#8217;s.I created bootable USB drives for 2 network engineers that work under me and they have been using it to access and retrieve data from crashed Windows systems.</p>
<p>I have used Red Hat, Slax, and SuSe. Wolvix runs better and comes with all the software we need to be up and running on a dated system.</p>
<p>Wolvix ROCKS!!!</p></blockquote>
<p>If you would like to share your thoughts on Wolvix, write an email to me (see address below) with them, and I will try to include them in the next newsletter.</p>
<p>Thanks for reading, and I hope you enjoyed it! If you have any comments, please send them to <strong>news{at}wolvix.org</strong><br />
<!-- Start of StatCounter Code --><br />
<script type="text/javascript">
var sc_project=2927865; 
var sc_invisible=0; 
var sc_partition=30; 
var sc_security="f31017ae"; 
</script></p>
<p><script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script><noscript>
<div class="statcounter"><a class="statcounter" href="http://www.statcounter.com/"><img class="statcounter" src="http://c31.statcounter.com/2927865/0/f31017ae/0/" alt="counter" /></a></div>
<p></noscript><br />
<!-- End of StatCounter Code --></p>
]]></content:encoded>
			<wfw:commentRss>http://news.wolvix.org/2007/08/26/wolvix-newsletter-issue-1/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
