...making Linux just a little more fun!

<-- prev | next -->

Talkback

By Kat Tanaka Okopnik


Talkback

Talkback:100/lg_tips.html#tips.14
Talkback:116/herrmann.html
Talkback:116/okopnik1.html
Talkback:124/smith.html
Talkback:127/howell.html
Talkback:128/adam1.html
Talkback:130/okopnik.html
Talkback:130/tag.html
Talkback:130/lg_talkback.html
Talkback:131/howell.html
Talkback:131/lg_mail.html#mailbag.19
Talkback:131/lg_mail.html (GLUE)
Talkback:131/lg_tips.html
Talkback:131/moen.html

Talkback:100/lg_tips.html#tips.14

[ In reference to More 2 Cent Tips! in LG#100 ]

Michael Pearl ([Michael.Pearl at semcoenergy.com])
Tue, 26 Sep 2006 16:27:16 -0400

I recently read a tip you submitted to linuxgazette.net back in December of 2003:

http://linuxgazette.net/100/lg_tips.html#tips.14

I'm using scponly for one of my users and recently he asked for the public key to bypass password prompt. Did you create the user as normal and then add them to scponly? Or did you add them using scponly's script (setup_chroot.sh) first?

- Michael Pearl - SEMCO Information Technology, Inc.

[ Discussion continued (4 messages/10.44kB) ]


Talkback:116/herrmann.html

[ In reference to Automatic creation of an Impress presentation from a series of images in LG#116 ]

Karl-Heinz Herrmann ([kh1 at khherrmann.de])
Tue, 19 Sep 2006 23:13:28 +0200

Hi,

I've written the article: http://linuxgazette.net/116/herrmann.html

and was contacted by a reader a little while back, telling me it's not working for him. I could verify that with the current version of the perl module OpenOffice::OODoc the script indeed fails to create the slides in the odp file. It includes the pics -- you can extract them, but they are not shown on any slides, and there is only the one default slide.

I've no way of telling at what exact version my script breaks. The one its working with is version 1.309, currently CPAN is at 2.028 -- major revision 1 -> 2 is likely.

A rather simple change to the script fixes the problem:

just change: my $test= $document->appendElement ('//office:body',0,'draw:page');

into:

my $test= $document->appendElement ('//office:presentation',0,'draw:page');

and the script works again. A small caveat: I've sometimes problem with the slides beeing in the correct order (i.e. not the order in the inputfile), but I can't say under what conditions this can happen yet.

K.-H.


Talkback:116/okopnik1.html

[ In reference to Booting Knoppix from a USB Pendrive via Floppy in LG#116 ]

Benjamin A. Okopnik ([ben at linuxgazette.net])
Fri, 1 Sep 2006 10:50:18 -0400

----- Forwarded message from Djordje Dragic <orange47 at gmail.com> -----

Hello Ben,

I have been trying to modify your script to work with latest Knoppix with no luck at all. File called 'linux' is too big to fit to floppy and besides, it seems that latest Knoppix cannot boot from diskette.

Please tell me, what is the latest Knoppix version that can work with your script? Could you please make a boot.img that would work with Knoppix V5.0.1 and put it online somewhere?

-- 
Best regards,
 Djordje                          mailto:orange47 at gmail.com                           ICQ#:308328689
* Ben Okopnik * Editor-in-Chief, Linux Gazette * http://LinuxGazette.NET *

[ Discussion continued (12 messages/14.77kB) ]


Talkback:124/smith.html

[ In reference to Build a Six-headed, Six-user Linux System in LG#124 ]

Amber Sanford ([amber at modernspaces.com])
Thu, 17 Aug 2006 11:41:25 -0700

Non-linux machines: any recommendations for this set-up though running on Windows XP?

Amber Sanford

[ Discussion continued (6 messages/9.69kB) ]


Talkback:127/howell.html

[ In reference to With Knoppix at a HotSpot in LG#127 ]

Benjamin A. Okopnik ([ben at linuxgazette.net])
Sat, 5 Aug 2006 22:25:47 -0400

Hi, Jeff -

I'm going to CC the LG Answer Gang on my response, since this is pretty much the purpose of TAG; also, chances are that someone else may be able to cover any areas that I miss.

On Sat, Aug 05, 2006 at 07:02:23PM -0600, jeff at jeffroot.us wrote:

> Ben Okipnik;

"Okopnik", please. :)

>   In the LG#127 article "With Knoppix at a HotSpot", you made the
>   comment:
> 
>      [ I do a lot of travelling, and connect to a wide variety of
>        strange WLANs. In my experience, at least, connecting to a
>        wireless LAN with Linux is usually just as simple as Edgar
>        describes. -- Ben ]
> 
>   Well, I have a very different experience.  I have no trouble at all
>   connecting to a managed wifi network; at home or work, I just set
>   the ESSID and WEP key in /etc/network/interfaces, and "netscheme
>   work" does the rest.  But this same machine has never managed to
>   connect to an open wifi network.
> 
>   Today, I visited my municipal wifi and tried to connect.  I ran
>   Kismet to see that the ESSID was "OldTownWifi" and that wep and
>   encryption were both off.  So I used iwconfig to set the essid and
>   managed mode, then ran dhclient.  Nothing.  No response from their
>   server at all.
> 
>   So how about this: you help me understand why I can see an open
>   hotspot with Kismet but can't seem to give the right incantation to
>   connect, and I'll write up a "dummy's guide" for LG.

Well, that sounds like a fair sort of deal... but I don't know that I can answer the question as posed. In my mind, at least, it comes down to "why doesn't dhcpclient work as it should?" - and I can't really tell you, since I don't use it. I suppose you could always take a look at your '/var/log/{daemon,kern}.log' or '/var/log/messages' and figure out where it's failing.

To be a bit more specific, I've tried using 'dhcpclient' in the past - I don't recall why - but it simply didn't work no matter what I tried, on a "known good" Ethernet connection which worked fine with 'pump' on a different machine. I pounded on the config file for a while, tried everything in the manpage - then gave up and installed 'pump'... and everything instantly started working - and if I recall correctly, it required no configuration on my part.

I've been using 'pump' ever since.

These days, I usually use the 'ifup/ifdown' front ends instead of using it directly (although sometimes I forget and use it directly; it works fine either way.) I never have to set the ESSID unless I'm trying to get onto a private network; the one time that I ended up wrestling with it turned out to be a case of solving the wrong problem - the responsible bit was a broken kernel module for my ipw2200, and not the client at all. As I've said, It Just Works.

[ ... ]

[ Discussion continued (26 messages/107.62kB) ]


Talkback:128/adam1.html

[ In reference to Creating a Rudimentary Kiosk System using FVWM in LG#128 ]

Thai Duong ([thaidn at yahoo.com])
Mon, 16 Oct 2006 12:04:56 -0700 (PDT)

Hi there,

I'm Thai from Vietnam. I just want to introduce you Kiosk Appliance (http://kiosk.rpath.org) which is a distro focusing on user's security and privacy inspired by your article "Creating a Rudimentary Kiosk System using FVWM". Using rPath technology, I provide 3 versions of Kiosk Appliance: a VMWare image, a LiveCD and an installable CD. Included is just enough rPath Linux and FVWM to run a locked down version of Firefox. Firefox is also pre-configured to automatically reset after each used so that personal information is never stored permanently. The current stable version is 0.2 which features:

1) Clear all personal data on exit;

2) Reset after a period of inactivity;

3) Disable form history;

4) Disable page caching;

...and much more, you can view more details at http://www.rpath.org/rbuilder/project/kiosk/release?id=5096

I've been working on Kiosk Appliance 0.3 which has many more features such as the ability to disable access to Firefox's internal URLs or dialogs, i.e about:* URL, the Firefox Preferences dialog...I hope K.A 0.3 to be released on the next few days. Many thanks to Thomas Adam for helping me to configure fvwm.

Any thought or suggestion? I'm really anxious to hear from you.

Best regards,

Thai Duong.

[ Discussion continued (16 messages/25.27kB) ]


Talkback:130/okopnik.html

[ In reference to The Geekword Puzzle in LG#130 ]

Benjamin A. Okopnik ([ben at linuxgazette.net])
Mon, 4 Sep 2006 20:36:12 -0400

----- Forwarded message from Nguy?n Th?i Ng?c Duy <pclouds at gmail.com> -----

Date: Tue, 5 Sep 2006 07:10:05 +0700
From: Nguy?n Th?i Ng?c Duy <pclouds@gmail.com>
To: TAG <tag@lists.linuxgazette.net>
To: editor at linuxgazette.net
Subject: Talkback:130/okopnik.html
Hi, Just want to shout out that the puzzle is great! I'd been a long time reader of linuxgazette (since 2001 I guess) although I lost interest in linuxgazette for a while (maybe because I'm no longer a linux newbie). Now I'm really looking for the next issue :D I noticed that the september's puzzle is harder than the august's. But I won't complain just because I couldn't complete the puzzle myself. I think puzzles are good for newbies too to examine what they learned and find some fun of it. For that, we need easier puzzles with common acronyms such as gnome, kde, and other common commands. So if you have enough manpower, two puzzles in an issue would be great (one for geeks and one for newbies). Cheers,
-- 
Duy

[ Discussion continued (2 messages/2.87kB) ]


Talkback:130/tag.html

[ In reference to The Monthly Troubleshooter: Installing a Printer in LG#130 ]

Andrea Fleming ([peaclvr at gmail.com])
Thu, 5 Oct 2006 23:57:07 -0700

I have an hp 1200 and everytime I try to scan, the computer does not recognize the scanner within the printer. I have installed everything on the hp disk, but the computer doesn't see it. I can print just fine, but no scans. Help

[ Discussion continued (3 messages/3.24kB) ]


Talkback:130/lg_talkback.html

[ In reference to Talkback in LG#130 ]

Chris Clayton ([chris_clayton at f1internet.com])
Sun, 8 Oct 2006 21:16:07 +0000

Hi,

Harring Figueiredo suggested:

Shouldn't the tests be if(buffer_... = NULL)? Probably a typo

You agreed.

In fact, shouldn't it be if(buffer_... == NULL)? (Comparison, not assignment).

Regards

Chris

[ Discussion continued (2 messages/1.65kB) ]


Talkback:131/howell.html

[ In reference to Sharp does it once again: the SL-C3200 in LG#131 ]

jeff ([moe at blagblagblag.org])
Mon, 02 Oct 2006 15:44:34 -0300

I have a similar Zaurus 3100. I checked out both Openzaurus' OPIE & GPE. They were nice, but felt too similar to a palm pilot or a "plain" old PDA.

If you really want your Zaurus to be just like a "regular" PC running a full blown OS, OpenBSD on the Zaurus is great. It's the full OS installation with gcc, X windows, etc. Basically, if it compiles on OpenBSD it'll work on the Zaurus. Completely self-hosted development--no need for cross compilers on other boxes. Combined with a lightweight desktop such as blackbox it's amazing. :)

-Jeff

[ Discussion continued (7 messages/19.77kB) ]


Talkback:131/lg_mail.html#mailbag.19

[ In reference to Mailbag in LG#131 ]

Ville ([v+tag at iki.fi])
Tue, 3 Oct 2006 10:27:59 +0300

On Fri, Jul 21, 2006 at 02:12:47PM +0300, I wrote:

> On Sun, Jul 16, 2006 at 09:26:31PM +0300, I wrote:
> > > .... .... ...

Oh, the story hit the news :). I'm sorry I wasted so many of your precious column inches. Hopefully someone finds the thread interesting or even useful.

[ Discussion continued (2 messages/1.72kB) ]


Talkback:131/lg_mail.html (GLUE)

[ In reference to Mailbag in LG#131 ]

Mike Orr ([sluggoster at gmail.com])
Mon, 9 Oct 2006 11:31:09 -0700

Just to clarify, Groups of Linux Users Everywhere (GLUE) was never related to Linux Gazette. Linux Gazette was hosted at SSC (linuxgazette.com) for a period of time. GLUE was a separate project (I think it was created by SSC but I don't know its origins). Because they were on the same server, SSC may have put it under the linuxgazette.com domain at some point, but it was never a part of our ezine. I made one version of GLUE and I thought it was under the linuxjournal.com domain, but that was so many years ago that I don't remember for sure.

-- 
Mike Orr <sluggoster at gmail.com>


Talkback:131/lg_tips.html

[ In reference to 2-cent Tips in LG#131 ]

Richard Neill ([rn214 at hermes.cam.ac.uk])
Tue, 03 Oct 2006 00:56:29 +0100

Re file renaming (here, using "wavren", may I recommend installing the qmv and imv utilities. They are excellent. http://www.nongnu.org/renameutils/

imv filename
-> slightly faster than mv,

qmv
-> brings up an editor with columns for oldname, newname. Checks for errors.

Best wishes,

Richard

[ Discussion continued (8 messages/12.67kB) ]


Talkback:131/moen.html

[ In reference to On Qmail, Forged Mail, and SPF Records in LG#131 ]

Rodriguez, Candido ([Candido.Rodriguez at pearsoned.com])
Thu, 05 Oct 2006 14:16:03 -0400

Just I recommended using GMail instead of sendmail (because I read that GMAIL was secure).

The only problem is that I used my real name... ooops

[ Discussion continued (3 messages/3.13kB) ]

Talkback: Discuss this article with The Answer Gang


Bio picture

Kat likes to tell people she's one of the youngest people to have learned to program using punchcards on a mainframe (back in '83); but the truth is that since then, despite many hours in front of various computer screens, she's a computer user rather than a computer programmer.

When away from the keyboard, her hands have been found full of knitting needles, various pens, henna, red-hot welding tools, upholsterer's shears, and a pneumatic scaler.


Copyright © 2006, Kat Tanaka Okopnik. Released under the Open Publication license unless otherwise noted in the body of the article. Linux Gazette is not produced, sponsored, or endorsed by its prior host, SSC, Inc.

Published in Issue 132 of Linux Gazette, November 2006

<-- prev | next -->
Tux