Re: [vox-tech] Apple & Linux

2007-01-12 Thread Seth Nagao

On 1/10/07, Matin Hashemi <[EMAIL PROTECTED]> wrote:

Hello everybody :-)

It has been a few weeks since I decided to buy one of these cute black 13"
MacBooks. Yes, I love black :-) see there ARE people who pay just for a
color and Apple sale guys are very well aware of that! Anyways, the thing I
"really" like about it is that I can "hopefully" run any application from
all OS's (Linux, Apple, Win) on that. Sweet :-) ha?


As a fellow owner of a black Core 2 Duo MacBook, the "black tax" is
less so since it now comes with a
120GB hard drive than a 80GB.  It doesn't offset the price difference,
but at least it isn't just for Krylon's finest matte finish...

I've heard Parallels is good, but I boot directly into Linux.  I don't
play with Linux too much on it since the wireless card isn't supported
(or has that changes in the past two months?).  Might I suggest
MacPorts as an OSS solution?  http://www.macports.org/
___
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Need some help choosing a linux flavor for an old laptop

2006-06-21 Thread Seth Nagao

What was it about Fedora and Ubuntu that was 'slow,' compared to Vector?
e.g., what were they doing different?  Or could you tell?


The only reason why they're slow was the choice of window manager as a
default.  If you remove GNOME or KDE, it should be fine, and it'll
free up those precious megs on that old hard drive.  I was just
impressed with Vector Linux's minimalism and good default options
without leaving you with just a command prompt.  Many modern distros
seem to give you all or none, or endure countless options to install;
Vector was a happy medium between the extremes without having to waste
an entire afternoon in menus.
___
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Need some help choosing a linux flavor for an old laptop

2006-06-20 Thread Seth Nagao

My roommate had a similar situation, and we found that Fedora and
Ubuntu are paintfully slow.  The solution we came up with was Vector
Linux, which is targeted towards older hardware.  I'm quite impressed
with the performance on his machine (a Dell Latitude CPi w/128MB RAM).
Vector Linux also uses xfce, so perhaps the other options will work.
___
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech


[vox-tech] Re: Need to bypass Squid proxy

2006-01-26 Thread Seth Nagao
How is this transparent proxy hooked up?  Does it also do the routing,
or does another box do this?  Somewhere in your traffic flow it must
be redirected to the transparent proxy (unless you're doing
transparent bridging proxying, but you should be able to remedy that
in a similar fashion).  If it's a Linux router, create an iptables
rule that will not redirect the packets to the transparent proxy if
it's coming from and going to your internal network.  If it's not
Linux, there still should be a way to accomplish the same goal, but
I'm not sure if this list would be useful in that case.

--Seth

On 1/26/06, Micah J. Cowan <[EMAIL PROTECTED]> wrote:
> On Thu, Jan 26, 2006 at 01:38:54PM -0800, Ehrhart, Jay wrote:
> > I don't think I made what I want to accomplish clear.
> >
> > I am at a county office of Education.  By law all web traffic to the
> > real Internet must be filtered.  I have a Red Hat Linux server running
> > N2H2 web filtering.  It is a transparent proxy.  All traffic goes
> > through the proxy filter and there is no way around it.
> >
> > I have an internal web server that is only for the schools and is not
> > publicly accessible.  The proxy server does its job and sends the
> > traffic out where it dies on the outside of my publicly facing firewall.
> > I want to bypass the proxy with squid or iptables so that the private
> > sites can reach the private web site.
>
> I realize this. The message you're responding to was
> something of a tangent.
>
> So, it is a transparent proxy, and editing your Connection Settings
> won't work. Any changes made must be done at the proxy server, or at a
> routing level.
>
> First off: as things currently stand, does traffic directed at the
> private web server actually get there (though redirected from the proxy
> server)? If not, then you need to make sure that the proxy knows how to
> direct traffic there.
>
> Now, if things are getting to the private web server, but always show
> the IP address from the proxy server, there's a couple options. The
> easiest, if you are able to make the appropriate adjustments at the web
> server, is to comprehend and correctly interpret the HTTP
> X-Forwarded-From (non-standard) header that your proxy should be
> emitting.
>
> Another option is to configure the proxy server to directly forward
> IP packets to the internal web server, virtually unchanged (that is,
> with the original source IP address intact). If you're not using Linux,
> I can't help you there (it may not be possible).
>
> But your best option would be to ensure that the routing tables of the
> machines on your network don't direct intranetwork traffic through the
> proxy. If you're using DHCP, then it's the DHCP server you need to
> configure for this.
>
> HTH,
> Micah
> ___
> vox-tech mailing list
> vox-tech@lists.lugod.org
> http://lists.lugod.org/mailman/listinfo/vox-tech
>
___
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Need to bypass Squid proxy

2006-01-26 Thread Seth Nagao
On 1/26/06, Micah J. Cowan <[EMAIL PROTECTED]> wrote:
> I'm aware that squid will proxy SSL, at least on non-transparent
> connections (I do that often). I don't see how it can do that
> transparently: It doesn't know the server's private key. It could use a
> totally /separate/ key to pretend to be the server, and then pretend to
> be the client to the server, but that would be wrong, wrong, WRONG, and
> I very much doubt the developers of squid make it do that.

Interestingly enough, I went to an ISSA meeting which included a
vendor that intended to do EXACTLY that.  The line of thought went
something like, "Well, we're the good guys, so it's not really a MITM
attack."  I'll see if I can find the info I have on them next time I'm
in the office.  I've been curious of what legal implications that such
a proxy might incur if a breach of security happened at that point,
but that might be covered in the big nasty legal documents you often
have to sign.

--Seth
___
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Need to bypass Squid proxy

2006-01-26 Thread Seth Nagao
On 1/26/06, Ehrhart, Jay <[EMAIL PROTECTED]> wrote:
>
>
> I have a Linux proxy server filtering all my outbound web traffic.  All
> traffic leaving the proxy assumes the proxy IP address.
>
> I have an internal web site and I need that web server to see the
> originating IP address of my internal web traffic.
>
> How can I make that one IP address or url bypass the proxy?  Can I use Squid
> or iptables and if so how do I set it up?

I'm pretty sure you can do that; if you don't want to use the proxy on
your intranet server, you can usually put it on an exclusion list in
your browser.  Refer to your browser's settings for that - it's
usually in the same spot where you define a proxy.

You couldn't do that if you have a transparent proxy, since there are
no browser settings to fix.  I'd probably fix that with iptables, but
the only transparent proxy I had set up is only for outbound, not my
intranet.
___
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] comcast broadband DNS

2004-04-06 Thread Seth Nagao
Comcast broadband is DHCP.

Looking at my router,  doing a 'cat /etc/resolv.conf' results in the
nameserver.Should work for you too.  If you use a commercial SOHO router, it should
be listed on a status or configuration page, depending on model.  Some
models also just forward those DNS entries to your desktop if you use
DHCP.
--Seth


Ryan said:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Monday 05 April 2004 10:41 pm, dylan dylan-at-iici.no-ip.org |lugod|
> wrote:
>> hi everyone:
>>
>> here is a question that has bugged me continuously
>>
>> how does one go about getting the DNS entries for comcast
>> braodband...?
>>
>> any ideas?
>
> Are they DHCP, PPPoE, etc? You should be assigned a DNS server when you
>  connect. If not, then call them and ask what to use for your DNS
> server.
>
> Or am I TOTALY off on what you're asking?
>
> - --
> PGP/GPG Fingerprint: 3B30 C6BE B1C6 9526 7A90  34E7 11DF 44F3 7217 7BC7
> On pgp.mit.edu, import with `gpg --keyserver pgp.mit.edu --recv-key
> 72177BC7` Also available at
> http://www.XXX/~ryan/ryan_at_mother_dot_com.asc -BEGIN PGP
> SIGNATURE-
> Version: GnuPG v1.2.2 (GNU/Linux)
>
> iD8DBQFAcmd9Ed9E83IXe8cRAq/0AKCs97qDMUWvRhgeYjxdHlkLZmQ8lACfbgdu
> /3I32l92DAdMgEAmNKShX1o=
> =r2SJ
> -END PGP SIGNATURE-
> ___
> vox-tech mailing list
> [EMAIL PROTECTED]
> http://lists.lugod.org/mailman/listinfo/vox-tech



___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] IDE cdrw/dvdrw

2004-04-01 Thread Seth Nagao
Pete,

I don't know about the ide-cd module, but I use is the ide-scsi module. 
Then I specify in the kernel at LILO/grub prompt (or append in
lilo.conf):
hdX=ide-scsi

dmesg follows:

hdX: attached ide-scsi driver.
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
  Vendor: TDK   Model: DVDRW0404NRev: 1.08
  Type:   CD-ROM ANSI SCSI revision: 02

And using cdrecord -scanbus:
-
Linux sg driver version: 3.1.25
Using libscg version 'schily-0.8'.
scsibus0:
0,0,0 0) 'TDK ' 'DVDRW0404N  ' '1.08' Removable
CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *

cdrecord dev=0,0,0 speed=16 -v cdimage.iso
Hope some of that helps.
--Seth

 On Thu, 2004-04-01 at 05:20, Peter Jay Salzman wrote:
> hi all,
> 
> i bought a memorex EIDE cdrw / dvdrw.  the box didn't say ATAPI, neither
> did the manual, but looking at dmesg, this drive registered with the
> kerel as ATAPI.
> 
> i've never played around with IDE-SCSI CD writers before.  all my
> experience is with pure good ol' SCSI.
> 
> looking through the kernel config, i found a driver called ide-cd which
> looks like what i want (can someone confirm this?).
> 
> i made the ide-cd module and insmoded it.
> 
> according to the cdrecord man page, i need to specify the SCSI device
> name with the transport layer.  the SCSI transport layer is default, so
> instead of what i'm used to:
> 
>cdrecord -audio -v dev=0,5,0 *.wav
> 
> i now need to specify a transport layer:
> 
>cdrecord -audio -v dev=ATAPI:0,5,0 *.wav
> 
> 
> 
> this means i need to get a SCSI device number for my new ATAPI drive.  i
> did:
> 
>cdrecord -scanbus
> 
> and saw all my SCSI devices, but not the ATAPI CDRW / DVDRW.
> 
> 
> any suggestions?
> 
> for those of you with ATAPI CDRW's or DVDRW's: can you please run
> "cdrecord -scanbus" and tell me if you see your device in the output?
> 
> thanks!
> pete

___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] serial-to-usb adapter

2004-03-28 Thread Seth Nagao
I've played around with a Prolific (pl2303.o) USB->Serial to tether my
cell phone.  I haven't quite gotten it all to work yet, but it seems
that the converter portion is working.  Now all I have to do is repeat
that one successful run...

--Seth

On Sun, 2004-03-28 at 12:56, Ryan wrote:
> On Sunday 28 March 2004 12:34 pm, Lewis Perdue lperdue-at-ideaworx.com 
> |lugod| wrote:
> > Try here. I saw mostly serial->USB, and USB driver support in general, but
> > if anybody knows, these folks do.
> >
> > http://www.linux-usb.org/
> 
> Well, there's a bunch of info listed at http://www.qbik.ch/usb/devices/, but 
> I was hoping someone could point me to a model number of a device they'd used.

___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Carrying telephone signal over ethernet

2004-03-18 Thread Seth Nagao
I don't know about adaptors, but if you can find a rj45 duplex adaptor and
an rj45 to rj11, then you can make/modify one.  If you can find a
combination adaptor box, it's even better.  HSC might have something like
that, and you can just wire it up as you see fit.  For aesthetics, perhaps
a project enclosure might work.
If you have the cables ready, and you don't mind looking "ghetto", you can
always remove the ends off the ethernet cable and splice the unused pair
to phone cables.  I'm assuming that you want line 1 on the phone, so the
red and green are the ring and tip.  Provided you have cables, rj45 ends,
crimper and soldering tools laying around, it's free.  Extra points for
using heat shrink instead of electrical tape. :)
Come to think of it, you could probably use a surface mount box like this:
http://www.9thtee.com/networking.htm  If you could find one with 3
keystones, you could make an adaptor easily.   A two-port will work, but
it won't be removable.
If you have the ethernet jacks installed in the walls, then it's even
easier.  Get a couple of rj11 keystones and hook them up.
--Seth
(whose rambling probably helped no one today)

Jeremy Brown said:
> Mark's original idea should work if he's happy with 10BaseT and doesn't
>  mind some potential extra noise on both the phone and data lines.
>
> The trick I'd use if I wanted to do this without spending a lot is get
> a  couple 10BaseT splitters like these
> http://www.directron.com/1206510.html
> http://www.pagecomputers.com/cgi-bin/page/S0253406.html
> http://www.costcentral.com/prod/Belkin/R6G022/117637/
> and rewire a couple phone cords with rj45 plugs on one end. Either that
>  or move to the UK and get a coolport. From what I know, there's no
> easy,  clean, and cheap solution.
>
> I don't think you're supposed to mix voice and data on cat5, which
> would  explain the lack of products that would do this, but I could be
> wrong.
>
> -Jeremy
>
>
> Mitch Patenaude wrote:
>
>> I could be wrong, but I believe that Cat5 uses all 4 *pairs* of wires,
>>  and not just 4 wires.  Maybe that's only for full duplex
>>
>> IIRC, Cat3 (i.e. 10baseT) was designed with phone compatibility in
>> mind.. and leaves the center pair unvired, so that it's compatible
>> with the older rj11 plugs in a very direct way.  You can plug an old
>> rj11 plug into a rj45 jack, and I think that the original conception
>> was that every jack would carry both phone and ehternet, and you could
>>  plug either computer or phone in as needed.
>>
>>   -- Mitch
>>
>>
>> On Thursday, Mar 18, 2004, at 13:44 US/Pacific, Mark K. Kim wrote:
>>
>>> So my dad's workroom has no phone line, believe it or not.  I do have
>>> a phone line in my room, though, and we got a ethernet line between
>>> our  two
>>> rooms.  Since 10baseT uses only 4 of the 8 lines on the cat5 cable
>>> I'd like to use the unused lines to carry the voice signal.  I know
>>> cat5 was designed to do this (middle two lines are open), and I've
>>> done it before with custom adapters (messy), but I can't find any
>>> splitter online that does this.  Anyone know where I can get a pair?
>>> What's it called?
>>>
>>> Thanks!
>>>
>>> -Mark
>>>
>>>
>>> --
>>> Mark K. Kim
>>> AIM: markus kimius
>>> Homepage: http://www.cbreak.org/
>>> Xanga: http://www.xanga.com/vindaci
>>> Friendster: http://www.friendster.com/user.jsp?id=13046
>>> PGP key fingerprint: 7324 BACA 53AD E504 A76E  5167 6822 94F0 F298
>>> 5DCE PGP key available on the homepage
>>> ___
>>> vox-tech mailing list
>>> [EMAIL PROTECTED]
>>> http://lists.lugod.org/mailman/listinfo/vox-tech
>>>
>>
>> ___
>> vox-tech mailing list
>> [EMAIL PROTECTED]
>> http://lists.lugod.org/mailman/listinfo/vox-tech
>
>
> ___
> vox-tech mailing list
> [EMAIL PROTECTED]
> http://lists.lugod.org/mailman/listinfo/vox-tech



___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] UPS and auto battery

2004-03-07 Thread Seth Nagao
While we're on the subject of car batteries, I just figured I'd mention
that some new car batteries don't have the acid liquid like normal ones. 
I know there's a few manufacturers out there, but only Optima comes to
mind right now (IANAOE).  Apparently, they're completely sealed, have a
paste electrolyte that isn't supposed to leak (and onto your carpet) if
the case cracks , and supposedly last longer.  They also aren't cheap. 
Just figured I'd share my thoughts and plans for a Ghetto-UPS (once my gel
cells kick the bucket).
--Seth

Ted Deppner said:
> On Tue, Mar 02, 2004 at 03:13:07PM -0800, Rod Roark wrote:
>> Thanks to everyone for the informative replies.  Probably
>> what I'll do is look for a smallish battery in an auto parts
>> store to experiment with, and post here again when and if
>> anything comes of it.
>
> Lots of good stuff already said, but figure I'll briefly chime in with
> some of my experiences.
>
> Those sealed lead acid batteries in good UPSs have a life of 2 or 3
> years on the outside.  They're not really good like a good marine
> battery for deep cycling, but being a lead acid they can take some
> abuse (very similar to a car battery).
>
> The issues with using a wildly higher current battery are fairly
> obvious. A 7Ah batter versus a "650 cold cranking amp" battery than can
> easily sustain 20+Amps for a good long time (10s of minutes).  A 7Ah
> battery would only look like a dead short to the charger for minutes...
> a dead car battery could look like a dead short for an hour.
>
> Dangers... Only the cheap car cells still give off hydrogen (under
> normal conditions anyway), you can get sealed car batteries.  I've seen
> 4 or 5 year old APC units burn up their circuit boards when new
> batteries where put in.  The low end units with < 10Ah batteries
> typically have a charge controller that's on a PC board.  Your typical
> car charge controller is an ABS plastic thing (or older bakalite).  Big
> difference in current capacity, heat load, etc.
>
> If you can handle the possibility of fire and things exploding, have
> some fun.  The current is enough to burn you and cause fires, but you
> can be safe about experimenting, and it's always fun.  (You might be
> able to isolate the inverter from the charge controller and then
> integrate your own charge controller for instance.)  In my estimation a
> small UPS is good for one or maybe two battery change outs, ie a
> battery change every 1 to 2 years, and the unit over all having a
> useful life of 3 to 5 years.
>
> All that said, investing in a heavy duty DC power supply, a car
> battery, and a DC-AC inverter would probably be a safer and ultimately
> less expensive and more useful endevor.  DC-AC inverter would be less
> than $100, battery $50 on sale for a decent one.  Not sure on the DC
> power supply, it would need to be able to sustane 25 Amps continuously,
> as you'd be actually running off the inverter the whole time and not be
> "switched from AC to DC on power failure".
>
> A simple car battery charger won't do for this (I've tried)... most of
> them have 'auto shut off' modes where they pulse on and off, while your
> battery drains current but the voltage stays high enough to shut off
> the charge sequence.  You can run like this for several hours though in
> a pinch.
>
> A good link for this is http://www.dansdata.com/diyups.htm which showed
> up on Slash dot a few years ago I believe.
>
> --
> Ted Deppner
> http://www.deppner.us/
> ___
> vox-tech mailing list
> [EMAIL PROTECTED]
> http://lists.lugod.org/mailman/listinfo/vox-tech



___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Trouble mounting USB keychain

2004-02-12 Thread Seth Nagao
  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
> >   B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
> >   D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
> >   P:  Vendor= ProdID= Rev= 0.00
> >   S:  Product=USB OHCI Root Hub
> >   S:  SerialNumber=d88ad000
> >   C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=  0mA
> >   I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
> >   E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms
> >
> > ... which is similar to what Melissa's laptop shows when there's no
> > USB keychain plugged in.  However, HER'S changes to also include:
> >
> >   > T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  6 Spd=12  MxCh= 0
> >   > D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
> >   > P:  Vendor=0d7d ProdID=0100 Rev= 1.00
> >   > S:  Manufacturer=
> >   > S:  Product=USB DISK
> >   > S:  SerialNumber=07371B500238
> >   > C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
> >   > I:  If#= 0 Alt= 0 #EPs= 3 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
> >   > E:  Ad=81(I) Atr=02(Bulk) MxPS=  64 Ivl=255ms
> >   > E:  Ad=02(O) Atr=02(Bulk) MxPS=  64 Ivl=255ms
> >   > E:  Ad=83(I) Atr=03(Int.) MxPS=   2 Ivl=  1ms
> >
> > Major noticable difference: "... Driver=usb-storage"  :^)
> >
> > Her's is a Thinkpad T-20 and the "usb-uhci" driver is running, NOT "usb-ohci".
> >
> >
> > So, any USB gurus out there know what might be up?  It's not some BIOS
> > configuration or flakey hardware, is it?  (It's very hard for someone as
> > clueless as me to tell what's a software issue and what's a hardware issue
> > when it comes to hardware not being usable by the software. ;^) )
> >
> >
> >
> > On a brighter note, the KDE 3.2 upgrade went well.  KStars kicks ass.
> > I threw in a SoundBlaster 16PCI card and got sound going.
> > (Note: Run "artsdsp esd" to get XMMS to play nice with KDE 3.2's "aRts")
> >
> > I got an external 56Kbps modem, and can dial into our ISP (my dad also uses
> > Sonic.net) using KPPP.  Works like a charm!
> >
> >
> > The one last thing I think would be cool to get working is some KDE means
> > of running "festival" (speech synthesis).  I've used "konq-speaker" before,
> > but there doesn't seem to be a KDE 3.2 package of it.  I found "ksayit" and
> > "kmouth", the latter of whom is part of a somewhat official
> > "kdeaccessibility" package, but it's only available as source, and I had
> > trouble building it.
> >
> >
> > All in all, I'm finding Linux (esp. combined with KDE) to be quite a
> > usable desktop, now that I'm thinking from a relative computer-newbie's
> > perspective (e.g., my dad).  I'm especially enjoying the amount of control
> > KDE gives you.  It feels more like part of the OS than GNOME 1.x did.
> > GNOME feels more like a set of apps running on X on some immutable Unix
> > workstation ;)
> >
> >
> > -bill!
> > [EMAIL PROTECTED]   "Hey Shatner, ya remember that episode of
> > http://newbreedsoftware.com/bill/   Space Trek where your show got cancelled?"
> > ___
> > vox-tech mailing list
> > [EMAIL PROTECTED]
> > http://lists.lugod.org/mailman/listinfo/vox-tech
> >
-- 
Seth Nagao <[EMAIL PROTECTED]>

___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


RE: [vox-tech] VNC at 1024x768 resolution??

2003-06-30 Thread Seth Nagao

IIRC, the option to pass to the VNC server is something like this:

vncserver  -geometry 1024x768

HTH,

--Seth

> 
> Hello
> 
> I am accessing a Linux system via the VNC server.  The VNC client is 
running on
> Win2K.  After the connection is established, the VNC client window opens 
up as
> a 800x600 window.  The XF86Config is using the resolution at 1024x768.  
Some of
> the items from the Linux system are going beyond the VNC client boundry. 
When I
> try to maximize the window, the display is still at 800x600 with broad 
dark
> strips around the window.
> 
> The display resolution on Win2K is greater than the 1024x768 resolution. 
> 
> How can I increase my VNC Client to show the Linux system at 1024x768
> resolution?
> 
> Thank you in advance.
> 
> -- 
> Subba Rao
> [EMAIL PROTECTED]
> -
-
> Old American Wild West saying:   God created men but Colt made them 
equal.
> Today:  Linus created Linux and Linux made IT companies 
equal.
> ___
> vox-tech mailing list
> [EMAIL PROTECTED]
> http://lists.lugod.org/mailman/listinfo/vox-tech
> 
___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Device drivers

2002-06-14 Thread Seth Nagao

Cool.  I'll probably want to borrow the book, can I get it the next meeting?


Henry House wrote:

> On Fri, Jun 14, 2002 at 05:15:50PM -0700, Seth Nagao wrote:
> > Hey,
> > Does anyone here know how to write device drivers for linux?  I am
> > interested specifically in network drivers.  Of course, if someone is
> > interested in helping, then I certainly won't mind.  I know I had
> > something else to ask, but it has escaped my mind at the moment.
>
> I have not done any of this myself, but I recommend the book "Linux Device
> Drivers" by Alessandro Rubini and published by O'Reilly. There is a copy in
> the LUGOD library. ;-)
>
> --
> Henry House
> The attached file is a digital signature. See <http://romana.hajhouse.org/pgp>
> for information.  My OpenPGP key: <http://romana.hajhouse.org/hajhouse.asc>.
>
>   
>Part 1.2Type: application/pgp-signature

___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech



[vox-tech] Device drivers

2002-06-14 Thread Seth Nagao

Hey,
Does anyone here know how to write device drivers for linux?  I am
interested specifically in network drivers.  Of course, if someone is
interested in helping, then I certainly won't mind.  I know I had
something else to ask, but it has escaped my mind at the moment.

--Seth

___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech



Re: [vox-tech] replacing a monitor's VGA connector

2002-04-14 Thread Seth Nagao

Or run a continuity test between the wires and the pins to figure them out.
--Seth

Ryan wrote:

> On Sunday 14 April 2002 09:21 pm, Jay Strauss wrote:
> > I have the same problem.  A rubberband holding the bend (around the cord
> > and the connector) in place has been working for months.
> >
> > I'm going to step into a radio shack the next chance I get, I didn't know
> > they sold the connectors
> >
>
> but you'll have to ethier crimp or solder things back together, and that's a
> problem if you don't know what order they go in.
> > Jay
> >
> > - Original Message -
> > From: "Peter Jay Salzman" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, April 13, 2002 4:57 PM
> > Subject: [vox-tech] replacing a monitor's VGA connector
> >
> > > hi all,
> > >
> > > i have a monitor which shows everything with a blue tint unless the VGA
> > > connector (the end near the computer, not the end by the monitor) is
> > > bent in a certain direction.
> > >
> > > i take this to mean there's a grounding problem and the whole connector
> > > (the connector plus wires from the monitor) needs to be replaced.
> > >
> > > is this a DYI type of job?   anyone here do anything like this before?
> > > it will certainly entail opening up the monitor.  i just wanted to hear
> > > from anyone who has done or even just read about doing this.
> > >
> > > pete
> > > ___
> > > vox-tech mailing list
> > > [EMAIL PROTECTED]
> > > http://lists.lugod.org/mailman/listinfo/vox-tech
> >
> > _
> > Do You Yahoo!?
> > Get your free @yahoo.com address at http://mail.yahoo.com
> >
> > ___
> > vox-tech mailing list
> > [EMAIL PROTECTED]
> > http://lists.lugod.org/mailman/listinfo/vox-tech
> ___
> vox-tech mailing list
> [EMAIL PROTECTED]
> http://lists.lugod.org/mailman/listinfo/vox-tech

___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech