<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="0.92" xml:base="http://www.damnsmalllinux.org/blog">
<channel>
 <title>mikshaw's blog</title>
 <link>http://www.damnsmalllinux.org/blog/blog/7</link>
 <description></description>
 <language>en</language>
<item>
 <title>DSL scripts list</title>
 <link>http://www.damnsmalllinux.org/blog/node/199</link>
 <description>&lt;p&gt;This is a list of scripts used in DSL as of version 1.5&lt;br /&gt;
The list does not include all scripts, but only those that&lt;br /&gt;
were created or modified specifically for DSL.  The main&lt;br /&gt;
reason this was made is because I often refer to these&lt;br /&gt;
scripts to learn more about scripting myself, and to&lt;br /&gt;
better understand how DSL works. I thought it might also&lt;br /&gt;
be useful to others who are interested in learning the&lt;br /&gt;
details of DSL behavior. This list is probably not a full&lt;br /&gt;
representation of all DSL scripts, and will require edits.&lt;br /&gt;
Any additions and corrections are welcome.&lt;br /&gt;
Thanks goes out in particular to Robert Shingledecker,&lt;br /&gt;
whose hard work on most of these scripts has given DSL&lt;br /&gt;
life beyond that of a mere live CD.&lt;br /&gt;
-mikshaw&lt;/p&gt;
</description>
 <pubDate>Mon, 19 Sep 2005 23:52:17 +0000</pubDate>
</item>
<item>
 <title>mkwriteable</title>
 <link>http://www.damnsmalllinux.org/blog/node/163</link>
 <description>&lt;p&gt;Messing around with cbagger's mkwriteable script, and came up with something that allows the user to specify which directories to open up.  I figure this could be useful for someone who is sensitive to RAM usage but also wants to be able to write to a particular directory or directories.&lt;/p&gt;
&lt;p&gt;This hasn't been thoroughly tested, but it seems to work.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
ARGS=$@&lt;br /&gt;
checkfile=/etc/sysconfig/writeable2&lt;br /&gt;
grep ^all $checkfile &amp;#038;&amp; exit&lt;br /&gt;
do_bin() {&lt;br /&gt;
        cp -srd /KNOPPIX/bin/ /ramdisk&lt;br /&gt;
        ln -sf /ramdisk/bin /&lt;br /&gt;
        echo "bin" &gt;&gt; $checkfile&lt;br /&gt;
}&lt;br /&gt;
do_boot() {&lt;br /&gt;
        cp -srd /KNOPPIX/boot/ /ramdisk&lt;/p&gt;
</description>
 <pubDate>Fri, 11 Mar 2005 01:46:39 +0000</pubDate>
</item>
<item>
 <title>fluxbox-0.9.12 status</title>
 <link>http://www.damnsmalllinux.org/blog/node/117</link>
 <description>&lt;p&gt;First test of fluxbox 0.9.12 ended in slight disappointment.  The actual compile was a little annoying until I finally got imlib2 using the proper version of freetype and fluxbox finding them both without an ld wrapper.&lt;br /&gt;
After successfully building and moving it into DSL I realized that the addition of Imlib and libFreetype is probably not the best idea.  Together they are 750k stripped, which is nearly the size of fluxbox itself.  I'm not sure it's worth it just for the ability to add png and jpg images to your interface (xpm is already supported).&lt;/p&gt;
&lt;p&gt;Another feature is a Tab action which allows you to jump to specified tabs.&lt;/p&gt;
</description>
 <pubDate>Wed, 19 Jan 2005 18:06:44 +0000</pubDate>
</item>
<item>
 <title>gotta change my distro</title>
 <link>http://www.damnsmalllinux.org/blog/node/110</link>
 <description>&lt;p&gt;For the last three years I've used SuSE Linux as my crutch, since it makes some annoying configurations very easy....winmodems are supported out of the box, YaST is a very easy GUI configuration tool for most systems files...&lt;/p&gt;
&lt;p&gt;but I ran into something tonight that really made me angry.  I have been installing gimp from source for the last couple of years without trouble, but with the latest 2.2.2 things went bad.  When the configure told me I had to upgrade glib I thought that was reasonable, so I did....then tried upgrading gimp again.  I was told to upgrade glib.  Hmmm...I just did that.  I checked my pkgconfig path, and found it included packages installed both from packages and source.  Just to make sure I also installed glib with prefix=/usr, so my packaged glib was also overwritten.  Still gimp tells me I have to upgrade glib.  I  tried to install the latest pango and atk, failing because they want the glib that I have just installed 4 times, followed by ldconfig and a reboot.&lt;/p&gt;
</description>
 <pubDate>Mon, 17 Jan 2005 07:15:35 +0000</pubDate>
</item>
<item>
 <title>more configs</title>
 <link>http://www.damnsmalllinux.org/blog/node/99</link>
 <description>&lt;p&gt;I wasted some precious time yesterday, but ended up with what I hope will eventually evolve into a conveniently-organzed theme switcher for Fluxbox.  I'm not talking about just changing styles, but changing visual settings of other applications as well (maybe icon sets, too).  Since I use a lot of text based applications, it's particularly useful for me to modify the foreground color of aterm and the bash prompt to blend with the chosen fluxbox style.&lt;/p&gt;
&lt;p&gt;Currently I have a system set up in my liveCD backups which allow me to chose just before loading X which theme I want.  If I do nothing, Fluxbox will look like this black&amp;#038;white screenshot&lt;/p&gt;
</description>
 <pubDate>Mon, 10 Jan 2005 15:22:51 +0000</pubDate>
</item>
<item>
 <title>Bash prompt(s)</title>
 <link>http://www.damnsmalllinux.org/blog/node/31</link>
 <description>&lt;p&gt;Being a person who likes to waste countless hours with Linux tweaks, I naturally have to create a custom prompt or two....and of course they are big and obnoxious, yet useful at the same time.&lt;/p&gt;
&lt;p&gt;My current prompt is one I've been using for many months, and probably won't remove in the near future.&lt;/p&gt;
</description>
 <pubDate>Sun, 19 Dec 2004 20:24:30 +0000</pubDate>
</item>
<item>
 <title>Fluxbox command list</title>
 <link>http://www.damnsmalllinux.org/blog/node/20</link>
 <description>&lt;p&gt;updated 15 dec 2004 - mikshaw&lt;/p&gt;
&lt;p&gt;Here is a list of available Fluxbox commands/actions.&lt;br /&gt;
These commands are not the same as the shell commands&lt;br /&gt;
entered into a "run" dialog such as fbrun.  They are&lt;br /&gt;
instead commands built into fluxbox to accomplish tasks&lt;br /&gt;
which may not be available from the menu.&lt;/p&gt;
</description>
 <pubDate>Wed, 15 Dec 2004 18:36:46 +0000</pubDate>
</item>
<item>
 <title>Fluxbox 0.9.11 status</title>
 <link>http://www.damnsmalllinux.org/blog/node/14</link>
 <description>&lt;p&gt;So I built the latest fluxbox this past week, and it seems to be working great in DSL.&lt;br /&gt;
The 0.9.10 extension was sort of a rushed job, and I found a couple of glitches in it (my fault, not a fluxbox bug). I've got a few configuration tweaks to do for the extension, and I could put it together tomorrow....except I started thinking about making a new style to showcase some of the new features....&lt;/p&gt;
&lt;p&gt;If it weren't for the fact that I spent the last 24 hours researching every possible option for fluxbox/init I might have already made a decent style....but such is life.&lt;/p&gt;
</description>
 <pubDate>Sun, 12 Dec 2004 03:10:19 +0000</pubDate>
</item>
</channel>
</rss>
