gksu kate [filename]
which works great. I'm repeating this tip here so I myself can find it more easily in the future. :)
A discussion of Christianity from a confessional Lutheran and humanitarian activist perspective, peppered with updates from my ray tracing computer graphics, usually using POV-Ray (povray) 3.5 or blender. Lately however I've been blogging about my frustrations and triumphs in setting up linux on my hobby PC's.
gksu kate [filename]
An example of how the U.S.-El Salvador Sister Cities Network's solidarity model works will be seen Friday at the annual shareholders meeting of Au Martinique Silver Inc., a Canadian-registered mining exploration firm that is promoting development of a gold mine in the Salvadoran department roughly equivalent to a state of Chalatenango. The mining scheme has stirred broad opposition in Chalatenango, where farmers fear that waste from the mining operation will pollute local rivers and water supplies with arsenic and cyanide.

Save Pets From the Next DisasterI consider myself very liberal on many issues. But this emphasis on animals when humans aren't even being taken care of goes over the top. It also seems a sort of unfunded mandate.
Help prevent what happened after Katrina from ever happening again. The Pets Evacuation and Transportation Standards Act (PETS Act), requires state and local authorities to consider the needs of individuals with pets and service animals in the event of a major disaster. You could help save thousands of people and pets from anguish -- even loss of life -- during the next major disaster, just by filling out the form on the right to ask your U.S. Senators to support this legislation.
"Could not mount device. The reported error was: mount: wrong fs type, bad option, bad superblock on /dev/sda1."Following the "dmesg" trail, I saw it was complaining about the UID that Knoppix assigned as owner of the stick. Then, I looked at /etc/fstab, both for a live boot and a HDD boot, and saw that they were identical when the pen drive was in. And that's the bug. The "UID" for the /sda1 was in both cases "knoppix". That's the correct userid for a live boot, but it was not the userid I had chosen for my HDD install.
About Ark Linux Live
Ark Linux Live is a "Live CD" version of Ark Linux Home, meaning it can be booted directly from the CD, without needing installation.
The primary uses of a Live CD are:While it is possible to use Ark Linux Live as your primary operating system, that is not recommended -- a live CD is always slower than an installed system because CD/DVD drives are slower than harddisks, and the compression needed to fit 2.5 GB of data on a CD takes up processor time. Use Ark Linux Home instead.
- Recovering a normal system after a big hardware or software failure (Ark Linux will launch a special live CD for this purpose later, with more recovery tools and fewer other tools)
- Checking the system out without any risk
- Showing others what Linux is like, on their own hardware
- Taking your favorite operating system with you - e.g. to get on the net with Linux even if you're on vacation and the only internet cafe in town is a Microsoft shop
Welcome to the Puppy Wireless Networking Wizard!
NOTE: if you have a physical Ethernet cable plugged into your PC, this is the wrong Wizard! Click "EXIT" button, and run the Ethernet Wizard....
GOOD: It seems that Perl is available, and Perl is needed to install the Windows driver for the wireless card. You now have three choices:
CHOICE 1: ndiswrapper
Note that Perl is only required during installation of the driver.
Okay, that is one requirement out of two! Now, do you have the CD that came with the wireless card? If so, click the "Setup_ndiswrapper" button...
CHOICE 2: wifi-beta.pup
If you do not have the XP driver for the card, Bladehunter (Forum name) has developed wifi-beta.pup, a DotPup package that enables you to use ndiswrapper without requiring Perl. But, it only works for certain wifi cards. Find out more and to download, go to the Announcements section of the Puppy Forum. Download it, install it (it is a DotPup package, so after downloading it, you just click on it to install it), then run this Wizard again.
Please click "EXIT" button if wifi-beta.pup not installed...
Please click "Run_WAG" button if wifi-beta.pup is installed...
CHOICE 3: Use a Linux driver
Many wifi cards have a Linux driver module and some are installed in Puppy, and more can be found if you go to the Announcements section of the Puppy Forum. Quit this Wizard, install a driver, load it with modprobe, then run this Wizard.
Please click "EXIT" button only...

camera{location<0,1.2,2> look_at <0,0,4> angle 40}
#declare rrr=seed(123);
light_source{<0,100,0> color rgb 1}
blob{
threshold 0.2
#declare n=0;
#while(n<30000)
sphere{0, .1,.1 translate}
#declare n=n+1;
#end
pigment{crackle
pigment_map{
[0 green 0.9]
[1 rgb <0.15,0.65,0.15>]}
scale 0.03}
normal{bumps scale 0.1}
}
box{-100,<100,0,100>
pigment{blue 1}
normal{bumps scale 0.031}
finish{reflection 0.3} }
background{color rgb <0.7,0.7,0.9>}