Re: [techtalk] problem
Is this still happening after you rebooted? I've never known a reboot to not solve this type of problem (except in the case that you had a virus). Lindsay - > Ok this problem doesn't directly relate to Linux, but... > > Evidently while I was at work, my roommate was on my computer at home > (running win 98) and my cat jumped up on the keyboard. He hit SOMETHING, > and all of a sudden the computer went crazy. Windows started openinng, > and when you close them more opened up. If you got a window with a space > to type in, numbers started being typed in (it was the # 4 I think) ... > like a turbo button got pressed or something. I have no idea what the > cat hit. Is there some sort of combination of keys that would do this on > a regular windows keyboard, and if so how do you turn it off? (I don't > really want to buy a new keyboard) > > Di > > > [EMAIL PROTECTED] http://www.linuxchix.org > > > [EMAIL PROTECTED] http://www.linuxchix.org
Re: [techtalk] problem
Sounds like one or more keys is jammed causing major key repeat! Is your keyboard still causing the problem even when you shut down and restart? Turn your PC off, disconnect the keyboard and have a good look at the keys, testing them out, etc...it may be a good time to clean your keyboard. (Are you sure something sticky is not on your keyboard...I've spilled on my keyboard in the past and paid big time in strange system FX! ;-) ) Di Gregory wrote: > ...Evidently while I was at work, my roommate was on my computer at home > (running win 98) and my cat jumped up on the keyboard. He hit > SOMETHING, and all of a sudden the computer went crazy. [EMAIL PROTECTED] http://www.linuxchix.org
Re: [techtalk] problem
Well rebooting is the first thing you do to try to fix a windoz machine :) It was doing it even when it was going through the memory test. I unplugged teh keyboard and when windoz came up, it didn't do it, so it appears to be a problem with the keyboard. > Sounds like one or more keys is jammed causing major key repeat! SOmething like that, but they don't look jammed... > Turn your PC off, disconnect the keyboard and have a good look at > the keys, testing them out, etc...it may be a good time to clean your Already did that, it looks normal to me. > (Are you sure something sticky is not on your keyboard...I've spilled on > my keyboard in the past and paid big time in strange system FX! ;-) ) Well since it happened when the cat jumped up on the keyboard, I don't think anything was spilled on it. At least keyboards are cheap *sigh* Dianna [EMAIL PROTECTED] http://www.linuxchix.org
[jobposts] [admin] timing test
Hi all. As many of you may have noticed, there's a bit of lag with the mailing lists every so often. This is just a test message for diagnostic purposes. Sorry for the spam. 10:32 - deb -- [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.linuxchix.org
Re: [techtalk] parallel zip drive
Hi, Yukiko, > > I use a parallel zip drive, and I have no trouble about it. > > I think you could config, but, > Do you use a parallel printer or some other paralleled hard devices? > > if so, you have to do: > > # rmmod lp > # insmod ppa > # mount -t vfat /dev/sda4/zip (or, your setting Actually, this isn't necessary in Red Hat 6.x, which support parallel port sharing. The only things you need to do to get a parallel port zip to work in Red Hat are: 1) Add this line to your /etc/conf.modules file: alias block-major-8 ppa 2) Create a mount point for your zip drive. (I use /mnt/zip) 3) Add it to your /etc/fstab file with the correct file format 4) Reboot 5) Mount the drive as above. (You can also create a mount/unmount icon in KDE if you like.) Also, I notice that you use the -t vfat switch to get DOS formatted zips. Some of us prefer to format our zip disks as ext2 (Linux native) using mke2fs. It depends how you are going to be sharing your data. Also, if you specify vfat in the fstab file, that would become the default, so the -t switch wouldn't be needed. Regards, Cait [EMAIL PROTECTED] http://www.linuxchix.org
Re: [techtalk] PalmPilot
On Wed, 6 Oct 1999 [EMAIL PROTECTED] wrote: > I'm after PalmPilot backup software for linux. The equivalent of the one > that comes with the PalmPilot and runs on Windows - ie, not JUST backing > up the calender, but also the appointment book, notepads, other databases, > etc etc etc. > Anyone know where I can find it? Someone /has/ to have written one, or > 3Com ported theirs, or something. There's too many geeks have PPs... Pilot Link. Yours free with every copy of Red Hat since 6.0, as well as most other recent distributions. As seen on late-night freshmeat. :) -Ian -- wow, this is kinda nifty. the win98 protocol stack is like a chinese finger puzzle, twist and turn in the right places, and it pops right off --Seen on EFNet IRC [EMAIL PROTECTED] http://www.linuxchix.org
Re: [techtalk] PalmPilot
On Wed, 6 Oct 1999 [EMAIL PROTECTED] wrote: > > Ok. I must be blind - I CANNOT possibly IMAGINE that this doesn't exist. > > I'm after PalmPilot backup software for linux. The equivalent of the one > that comes with the PalmPilot and runs on Windows - ie, not JUST backing > up the calender, but also the appointment book, notepads, other databases, > etc etc etc. > > Anyone know where I can find it? Someone /has/ to have written one, or > 3M ported theirs, or something. There's too many geeks have PPs... there's one GUI app called k-pilot (seems to be the thing to use of yer a KDE sort of kid) My pilot died a few months ago so I haven't kept up (no, I'm /not/ bitter ;)... but have you tried pilot-link? http://www.pilot.pasta.cs.uit.no/ (that's if yer a CLI kid) this site has a few links that might be helpful. There is also a pilot-unix mailing list, but it tends to be more developer specific. ( i am fairly sure that pilot-link will back up *everything* (or at least that's how it's worked for me.) also a quick search of www.palmgear.com revealed a product called J-Pilot desc: Update Description This is a desktop organizer application for the palm pilot that runs under Linux/Unix. It is similar in functionality to the one that 3com distributes for a legacy operating system. RPMs are on the website. Requires GTK+ and pilot-link. since palmgear's URL's are ugly and nasty looking, I'd sugest just searching on "unix", you'll find j-pilot and k-pilot on the first results page. hope this helps, nico -- nico "I don't want to swim the ocean. damon I don't want to fight the tide. hailey I don't want to swim forever. http://www.demona.com When it's cold, I'd like to die." --moby [EMAIL PROTECTED] http://www.linuxchix.org
[techtalk] Does anybody know an option for od to do binary?
I need to read the bits (not bytes) in a file. While the od -h will do hex I haven't found anything to let me traverse through the bits. i.e. the first 14 bits of field 3 are the sequence number and the last 2 are something else. Any help woudl be greatly appreciated. Clare [EMAIL PROTECTED] MCI/Worldcom707 17th Street, 41st floorDenver, CO 303.390.6960, 303.390.6365-fax
RE: [techtalk] Does anybody know an option for od to do binary?
Clare, > I need to read the bits (not bytes) in a file. While the od -h will do hex I haven't > found anything to let me traverse through the bits. i.e. the first 14 bits of field >3 > are the sequence number and the last 2 are something else. > Any help woudl be greatly appreciated. Hex is the easiest representation of binary. It is very easy to read if you know how the hex digits are structured: 0 - 1 - 0001 2 - 0010 3 - 0011 4 - 0100 5 - 0101 6 - 0110 7 - 0111 8 - 1000 9 - 1001 A - 1010 B - 1011 C - 1100 D - 1101 E - 1110 F - You can also make a little C program to translate every hex digit you read into the equivalent binary digits. #include main() { unsigned inty; while ((x = getchar()) != EOF) { switch (x) { case '0': printf (""); break; case '1': printf ("0001"); break; case '2': printf ("0010"); break; case '3': printf ("0011"); break; case '4': printf ("0100"); break; case '5': printf ("0101"); break; case '6': printf ("0111"); break; case '7': printf (""); break; case '8': printf ("1000"); break; case '9': printf ("1001"); break; case 'A': printf ("1010"); break; case 'B': printf ("1011"); break; case 'C': printf ("1100"); break; case 'D': printf ("1101"); break; case 'E': printf ("1110"); break; case 'F': printf (""); break; default:printf ("%c", x); break; } } } Samantha Jo Moore CTO - The Tahoe Group, Inc. http://www.thetahoegroup.com [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.linuxchix.org
Re: [techtalk] problem
On Wed, 6 Oct 1999 07:43:35 -0500 (CDT), Di Gregory <[EMAIL PROTECTED]> said: >(I don't >really want to buy a new keyboard) Keyboards are cheap. I've had to buy four replacement keyboards in the past three years, and I can generally get them for under $30. Kelly [EMAIL PROTECTED] http://www.linuxchix.org
Re: [techtalk] problem
I have seen them as low as $10 if you aren't looking for something fancy or extravagant, and sometimes stores offer specials and rebates that all but make them free. Best Buy, CompUSA, Office Depot, Office Max... keep an eye on their circulars. Granted, they are just your average 102-key keyboards, but having an accident with a $10 keyboard gets it just as ruined as having one with a $100 keyboard. :) Kelly Lynn Martin wrote: > > On Wed, 6 Oct 1999 07:43:35 -0500 (CDT), Di Gregory <[EMAIL PROTECTED]> said: > > >(I don't >really want to buy a new keyboard) > > Keyboards are cheap. I've had to buy four replacement keyboards in > the past three years, and I can generally get them for under $30. > > Kelly > > > [EMAIL PROTECTED] http://www.linuxchix.org -- O.--. Give me some Slack! o. |o_o | U==l_/ |Just This Girl // \ \ [EMAIL PROTECTED] (| | ) http://home1.gte.net/archmage /\_ _/`\ \__)-(___/ Spam >> /dev/null [EMAIL PROTECTED] http://www.linuxchix.org
[techtalk] Building ADSL - LAN
I have been trying to find a source of detailed instructions on setting up a small home LAN attached to the Internet through ADSL. I have read the ADSL Mini How-To, but its examples did not seem to clearly apply to my situation. I am, admittedly, new to the LAN/network game. I have successfully installed my ethernet cards with the help of the Ethernet How-To. Here is a diagram of my LAN. ~ = twisted pair. (Internet) <-> (Alcatel 1000) <-> (Eth0 <-> Eth1) <~> (Windows) I can communicate with the ANT when I boot Windows on the Linux box. (The ANT came with instructions for a Windows setup, and of course none for Linux. *smirk*). I can configure my ANT that way, but that's not my problem. It's getting Linux to communicate. I am running Slackware 4.0 on the Linux box. I want to be able to run a web server and a MUSH off of the box, so using private network numbers is not an option, except possibly between Eth1 and Windows. Since this list is publically archived, I have used xxx for the first three octets for my own security. I -do- plan to firewall, but that is an issue I will tackle once I already have the lan connected. I did find a site very helpful in generating the firewall I needed: http://www.swbell.net/ I have a /28, with xxx.xxx.xxx.241-245 available to me, a netmask of 255.255.255.248, and the gateway given me by the ISP is xxx.xxx.xxx.246 If there is anyone who has used this sort of setup or knows where a guide is on it out there in Internet Land, I would appreciate the assistance. I went and bought the Linux Network Administrators' Guide from O'Reilly, but to my horror discovered that it hasn't been updated since 1995!!! -- O.--. Give me some Slack! o. |o_o | U==l_/ |Just This Girl // \ \ [EMAIL PROTECTED] (| | ) http://home1.gte.net/archmage /\_ _/`\ \__)-(___/ Spam >> /dev/null [EMAIL PROTECTED] http://www.linuxchix.org
Re: [techtalk] Building ADSL - LAN
On Wed, 6 Oct 1999, Just This Girl wrote: > I have been trying to find a source of detailed instructions on setting > up a small home LAN attached to the Internet through ADSL. > > I have read the ADSL Mini How-To, but its examples did not seem to > clearly apply to my situation. I am, admittedly, new to the LAN/network > game. I have successfully installed my ethernet cards with the help of > the Ethernet How-To. Looks like you need the IP Masquerade HOWTO http://www.linuxdoc.org/HOWTO/mini/IP-Masquerade.html Feel free to mail me if you have any problems after having a try with this. -- Amos Hayes [EMAIL PROTECTED] http://polkaroo.net/~ahayes [EMAIL PROTECTED] http://www.linuxchix.org
RE: [techtalk] Does anybody know an option for od to do binary?
You rock! :) clare -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Samantha Jo Moore Sent: Wednesday, October 06, 1999 11:30 AM To: [EMAIL PROTECTED] Subject: RE: [techtalk] Does anybody know an option for od to do binary? Clare, > I need to read the bits (not bytes) in a file. While the od -h will do hex I haven't > found anything to let me traverse through the bits. i.e. the first 14 bits of field 3 > are the sequence number and the last 2 are something else. > Any help woudl be greatly appreciated. Hex is the easiest representation of binary. It is very easy to read if you know how the hex digits are structured: 0 - 1 - 0001 2 - 0010 3 - 0011 4 - 0100 5 - 0101 6 - 0110 7 - 0111 8 - 1000 9 - 1001 A - 1010 B - 1011 C - 1100 D - 1101 E - 1110 F - You can also make a little C program to translate every hex digit you read into the equivalent binary digits. #include main() { unsigned inty; while ((x = getchar()) != EOF) { switch (x) { case '0': printf (""); break; case '1': printf ("0001"); break; case '2': printf ("0010"); break; case '3': printf ("0011"); break; case '4': printf ("0100"); break; case '5': printf ("0101"); break; case '6': printf ("0111"); break; case '7': printf (""); break; case '8': printf ("1000"); break; case '9': printf ("1001"); break; case 'A': printf ("1010"); break; case 'B': printf ("1011"); break; case 'C': printf ("1100"); break; case 'D': printf ("1101"); break; case 'E': printf ("1110"); break; case 'F': printf (""); break; default:printf ("%c", x); break; } } } Samantha Jo Moore CTO - The Tahoe Group, Inc. http://www.thetahoegroup.com [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.linuxchix.org [EMAIL PROTECTED] http://www.linuxchix.org
Re: [techtalk] Building ADSL - LAN
Thank you for the pointer, and I am certain that I might be interested in this later, but upon reading the document, I do have IP addresses of the public variety that I can assign to each card that I have on my network. I do not need to use the private network addresses, and I would rather refrain from doing so until I have everything working to avoid dealing with another topic at the same time. I have quoted the how-to below, and I would like advice concentrating on cases 1 and/or 2, and worry about assigning private addresses later. It's not going to cost me any more to use the IP addresses I've already been given, and its not going to cost me less not to use them :) "2.4 Who Doesn't Need IP Masquerade? If your machine is a stand-alone Linux host connected to the Internet, then it is pointless to have IP Masquerade running, or if you already have assigned addresses for your OTHER machines, then you don't need IP Masquerade, and of course, if you don't like the idea of a 'free ride'. " BTW: My firewall tip URL was dead-wrong. Darn p-n-c. Here is the real one: http://linux-firewall-tools.com/ Amos Hayes wrote: > > On Wed, 6 Oct 1999, Just This Girl wrote: > > > I have been trying to find a source of detailed instructions on setting > > up a small home LAN attached to the Internet through ADSL. > > > > I have read the ADSL Mini How-To, but its examples did not seem to > > clearly apply to my situation. I am, admittedly, new to the LAN/network > > game. I have successfully installed my ethernet cards with the help of > > the Ethernet How-To. > > Looks like you need the IP Masquerade HOWTO > > http://www.linuxdoc.org/HOWTO/mini/IP-Masquerade.html > > Feel free to mail me if you have any problems after having a try with > this. > > -- > Amos Hayes > [EMAIL PROTECTED] > http://polkaroo.net/~ahayes -- O.--. Give me some Slack! o. |o_o | U==l_/ |Just This Girl // \ \ [EMAIL PROTECTED] (| | ) http://home1.gte.net/archmage /\_ _/`\ \__)-(___/ Spam >> /dev/null [EMAIL PROTECTED] http://www.linuxchix.org
[Fwd: [techtalk] parallel zip drive]
Not certain if this one went through the first time. I found a weird error in my email this morning. Please desregard if duplicate :) Try http://www.torque.net/parport/ It has a link for ZIP drives that seems as though it leads some place a little more helpful. I don't have a zip drive, but I used this page to find some excellent help for my parallel port SuperDisk. Deb Bassett wrote: > > Hi everyone, > > Has anyone had trouble with the configuration for a zip drive under > Linux?? > > I followed the howtos but still haven't sorted it. The problem seems to > be that kernel does not recognise sda4 as a block device. Any ideas??? > maybe I missed something :) > > Cheers very much, > > Deb > > > [EMAIL PROTECTED] http://www.linuxchix.org -- O.--. Give me some Slack! o. |o_o | U==l_/ |Just This Girl // \ \ [EMAIL PROTECTED] (| | ) http://home1.gte.net/archmage /\_ _/`\ \__)-(___/ Spam >> /dev/null
Re: [techtalk] parallel zip drive
Kelly Lynn Martin wrote: > > On Tue, 05 Oct 1999 22:56:45 +, Deb Bassett <[EMAIL PROTECTED]> said: > > >I followed the howtos but still haven't sorted it. The problem seems to > >be that kernel does not recognise sda4 as a block device. Any ideas??? > >maybe I missed something :) > > A few questions: > * Does /dev/sda4 exist? > * What are the major and minor device numbers for /dev/sda4? (use ls -l) > Is it a block device (the ls line should start with a 'b', not a 'c') > * Does your kernel support that major device? (look in /proc/devices) Apparently it is a block device... however looking in /proc/devices, the kernel doesn't support the device though - so how do I change it so it does?? I'm still have newbie status me thinks...!! Ta very much! Deb. [EMAIL PROTECTED] http://www.linuxchix.org
Re: [techtalk] Building ADSL - LAN
Excerpts from linuxchix: 6-Oct-99 [techtalk] Building ADSL - LAN by Just This [EMAIL PROTECTED] > assistance. I went and bought the Linux Network Administrators' Guide > from O'Reilly, but to my horror discovered that it hasn't been updated > since 1995!!! Stuff hasn't actually changed a whole lot since 1995... are you sure there's nothing in there? [EMAIL PROTECTED] http://www.linuxchix.org
Re: [techtalk] Building ADSL - LAN
On Wed, 6 Oct 1999, Just This Girl wrote: > Here is a diagram of my LAN. ~ = twisted pair. > > (Internet) <-> (Alcatel 1000) <-> (Eth0 <-> Eth1) <~> (Windows) If you are trying to connect all the machines to the ADSL line WITHOUT using IP Masq then you need to place a network hub in the mix. Using your above example, connect the Alcatel 1000 (I presume this is the ADSL modem), Eth0 and the Windows NIC to the network hub, assign IP addrs to the Linux Box and the Windows box, point the gateway at xxx.xxx.xxx.246, and all SHOULD be happy. (As an aside note, ADSL being a new technology, doesn't always get setup properly by the Phone CO/ISP so if you think you are doing everything right, you might be, and somebody else may have screwed up.) > problem. It's getting Linux to communicate. If booting into Windows gets you connected to the outside world, then it sounds like the routing/network configuration isn't getting setup properly (or possibly the network card isn't playing nice with Linux, but you seemed to indicate otherwise). Run ifconfig, or route -n. Those will help you in debugging the connection. (ifconfig will tell you how the network card is configured, if at all, route -n will tell you if it has the gateway setup properly.) Hope this helps! Richard H. Fifarek SIU School of Medicine [EMAIL PROTECTED]Information Resources [EMAIL PROTECTED] http://www.linuxchix.org
Re: [techtalk] parallel zip drive
On Wed, 06 Oct 1999 21:14:20 +, Deb Bassett <[EMAIL PROTECTED]> said: >Apparently it is a block device... however looking in /proc/devices, the >kernel doesn't support the device though - so how do I change it so it >does?? I'm still have newbie status me thinks...!! Check to see if there's a module for that device. If there is, insmod it. If not, you'll have to compile it, which means a kernel compile, this time with the appropriate drivers enabled (either in the kernel or as modules). See the instructions for compiling the kernel that come with the kernel source. I don't know off the top of my head which drivers are required for parallel ZIP drives. I'm sure someone else here can provide that information if you need it. Kelly [EMAIL PROTECTED] http://www.linuxchix.org
Re: [techtalk] Building ADSL - LAN
On Wed, 6 Oct 1999, Just This Girl wrote: > Thank you for the pointer, and I am certain that I might be interested > in this later, but upon reading the document, I do have IP addresses of > the public variety that I can assign to each card that I have on my > network. I do not need to use the private network addresses, and I would > rather refrain from doing so until I have everything working to avoid > dealing with another topic at the same time. The more info, the better the help. :) Option # 1 -- If you have multiple public IP addresses that route to/through your ADSL connection, then you should just be able to hook up an ethernet hub to your ADSL "modem" and toss all your PCs on it. Option # 2 -- A more complicated alternative is to put all your machines "behind" your Linux box and make it a router. This would then be able to do firewalling down the road. Have a look at the Linux Networking HOWTO http://www.linuxdoc.org/HOWTO/NET3-4-HOWTO.html and have a look at the section on routing. This could get complicated since it will probably involve subnetting your assigned IP range. Unless you have a couple class C networks to play with, you probably don't want to get in to this. Opinions may vary. I'd love to hear them. Option #3 - Even if I had multiple assigned IP addresses, I would go with the IP Masquerade setup. You can still use those addresses outside: either aliased to your outside ethernet card (handy for DNS, virtual hosts, etc) or mapped through to the inside for special purposes (ssh directly to an inside box) using ip forwarding. Having a private network internally is not only easier to set up than option #2 above, but also gives you more flexibility with your external (read valuable) IP addresses. You could even combine option #1 and option #3 if you wanted to have a few machines outside (DMZ) and your internal machines inside. Have a look at the latest version of the IP Masq mini HOWTO. (sorry I didn't check the version before) http://members.home.net/ipmasq/ipmasq-HOWTO-1.78.html Specifically, have a look at section 6.5. You can pretty much copy that to an rc file (with a few edits for your particular info) and voila, everything works and is relatively secure. This assumes a box with a reasonably current distro, a 2.2.x kernel, and two working/configured ethernet cards. Anyway, my prefered route is pretty obvious. :) Obviously, it is not the only one. -- Amos Hayes [EMAIL PROTECTED] http://polkaroo.net/~ahayes [EMAIL PROTECTED] http://www.linuxchix.org
Re: [techtalk] parallel zip drive
On Tue, 5 Oct 1999, Deb Bassett wrote: > Has anyone had trouble with the configuration for a zip drive under > Linux?? I can't believe I didn't notice the subject before I posted a question about what flavour of zip. Duh! Anyway. Can you post more info? Which zip drive is it? Is it an original, a zip 100 plus, or a zip 250? When your linux box is booting, do you see any info about a ppa/imm module or the zip disk? Is that where you saw the sda4? If not then I suspect that you either haven't built what you need into the kernel, you aren't loading the module at boot up, or you are loading the lp driver before the ppa or imm driver. To solve that last problem you have to recompile the kernel and choose to make the parrallel port printing code as a module. Then have the kernel load it after the ppa/imm module. At least, this is what I was able to determine from the mini HOWTO. My zip is an internal SCSI variety. -- Amos Hayes [EMAIL PROTECTED] http://polkaroo.net/~ahayes [EMAIL PROTECTED] http://www.linuxchix.org
Re: [techtalk] (keyboard) problem
I have had success fixing a keyboard by cleaning it - they can get jammed under the keytops somehow. It's a lot of work, though, and really annoying. And being in a two-geek household, it's usually easier to grab one of the spares that breed in the cupboard. :) (yes. Normal households breed coathangers. We breed dead mice (computer kind!) and live keyboards.) Jenn V. -- Humans are the only species to feed and house entirely separate species for no reason other than the pleasure of their company. Why? [EMAIL PROTECTED]Jenn Vespermanhttp://www.simegen.com/~jenn/ [EMAIL PROTECTED] http://www.linuxchix.org
Re: [techtalk] (keyboard) problem
On Wed, 6 Oct 1999 [EMAIL PROTECTED] wrote: > >I have had success fixing a keyboard by cleaning it - they can get >jammed under the keytops somehow. It's a lot of work, though, and really >annoying. And being in a two-geek household, it's usually easier to >grab one of the spares that breed in the cupboard. :) > >(yes. Normal households breed coathangers. We breed dead mice (computer >kind!) and live keyboards.) Someone I know takes a shower with his keyboard (Get all of that kinky stuff out of your head...:) he says that the steam and the heat will help clean it, and as long as you let it dry long enough it'll still work. I dunno if that'll help you right now, but you know hey... I breed all sorts of dead computer stuff... Mostly computers. My computers usually die, and it's not my fault I have old stuff and that sometimes does just quit working. -Marlene =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Marlene Morley [EMAIL PROTECTED] [EMAIL PROTECTED] Computer Science Major, Southwestern Adventist University.Keene, TX Love is not blind, it sees more not less; But because it sees more it chooses to see less. --Rabbi Julins Gordon [EMAIL PROTECTED] http://www.linuxchix.org
[techtalk] gcc supported platforms
well, I've searched the howtos, searched the site and I can't seem to find a canonical 'list of gcc supported platforms' document...any ideas on where to find one? Vinnie -- Reality is a formality, an agreed upon set of lies -- J.D. Catron Obligatory pathetic website at http://george.he.net/~drachen [EMAIL PROTECTED] http://www.linuxchix.org
Re: [techtalk] Building ADSL - LAN
On Wed, 6 Oct 1999, Just This Girl wrote: > (Internet) <-> (Alcatel 1000) <-> (Eth0 <-> Eth1) <~> (Windows) > I am running Slackware 4.0 on the Linux box. I want to be able to run a > web server and a MUSH off of the box, so using private network numbers > is not an option, except possibly between Eth1 and Windows. Since this > list is publically archived, I have used xxx for the first three octets > for my own security. I -do- plan to firewall, but that is an issue I > will tackle once I already have the lan connected. I did find a site > very helpful in generating the firewall I needed: http://www.swbell.net/ > > I have a /28, with xxx.xxx.xxx.241-245 available to me, a netmask of > 255.255.255.248, and the gateway given me by the ISP is xxx.xxx.xxx.246 > If there is anyone who has used this sort of setup or knows where a > guide is on it out there in Internet Land, I would appreciate the > assistance. I went and bought the Linux Network Administrators' Guide > from O'Reilly, but to my horror discovered that it hasn't been updated > since 1995!!! well, one way to do it is to have eth0 be the only one to go to the .246 gateway, and have the IP of eth1 be the gateway for everything else, and have it route from one to the other in the linux box. It's kind of a kludge, but it can work. Alternately, you can see about asking your ISP if you can set up your own router (the linux machine) and have them give you an IP at their end that you can route *to*. As for firewalling, check out http://ipchains.nerdherd.org I will be setting up something similar in a few weeks when our SDSL gets hooked up. -Ian -- wow, this is kinda nifty. the win98 protocol stack is like a chinese finger puzzle, twist and turn in the right places, and it pops right off --Seen on EFNet IRC [EMAIL PROTECTED] http://www.linuxchix.org
Re: [techtalk] (keyboard) problem
On Wed, 6 Oct 1999 19:19:03 -0500 (CDT), "Marlene E. Morley" <[EMAIL PROTECTED]> said: >Someone I know takes a shower with his keyboard (Get all of that >kinky stuff out of your head...:) he says that the steam and the heat >will help clean it, and as long as you let it dry long enough it'll >still work. I dunno if that'll help you right now, but you know >hey... I've cleaned out keyboards by completely drenching them in water then letting them dry out upside down over a towel placed on top of a heating vent. Kelly [EMAIL PROTECTED] http://www.linuxchix.org
RE: [techtalk] gcc supported platforms
Hi therre I found this on the egcs site ... so I would guess these are the supported architectures .. Host/Target specific installation notes for GCC Please read this document carefully before installing the GNU Compiler Collection on your machine. alpha*-dec-linux* alpha*-dec-osf* hppa*-hp-hpux* hppa*-hp-hpux9 hppa*-hp-hpux10 i?86-*-linux* i?86-*-sco3.2v5* i?86-*-udk *-ibm-aix* m68k-*-nextstep* m68k-sun-sunos4.1.1 mips*-sgi-irix[45] mips*-sgi-irix6 powerpc-*-linux-gnu* *-*-solaris* sparc-sun-solaris* sparc-sun-solaris2.7 Sun V5.0 Compiler Bugs sparc-sun-sunos* sparc-unknown-linux-gnulibc1 sparc64-*-* GCC with Windows or OS/2 all ELF targets (SVR4, Solaris, etc.) http://egcs.cygnus.com/install/specific.html Henti / bain > -Original Message- > From: Vinnie Surmonde [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 07, 1999 2:30 AM > To: [EMAIL PROTECTED] > Subject: [techtalk] gcc supported platforms > > > > well, I've searched the howtos, searched the site and I can't > seem to find > a canonical 'list of gcc supported platforms' document...any ideas on > where to find one? > > Vinnie > -- > Reality is a formality, an agreed upon set of lies -- J.D. Catron > Obligatory pathetic website at http://george.he.net/~drachen > > > > [EMAIL PROTECTED] http://www.linuxchix.org > [EMAIL PROTECTED] http://www.linuxchix.org
RE: [techtalk] gcc supported platforms
don;t know if this will help .. Configurations Supported by GNU CC Here are the possible CPU types: 1750a, a29k, alpha, arm, cn, clipper, dsp16xx, elxsi, fr30, h8300, hppa1.0, hppa1.1, i370, i386, i486, i586, i686, i786, i860, i960, m32r, m68000, m68k, m88k, mips, mipsel, mips64, mips64el, mn10200, mn10300, ns32k, pdp11, powerpc, powerpcle, romp, rs6000, sh, sparc, sparclite, sparc64, v850, vax, we32k. Here are the recognized company names. As you can see, customary abbreviations are used rather than the longer official names. acorn, alliant, altos, apollo, apple, att, bull, cbm, convergent, convex, crds, dec, dg, dolphin, elxsi, encore, harris, hitachi, hp, ibm, intergraph, isi, mips, motorola, ncr, next, ns, omron, plexus, sequent, sgi, sony, sun, tti, unicom, wrs. The company name is meaningful only to disambiguate when the rest of the information supplied is insufficient. You can omit it, writing just `cpu-system', if it is not needed. For example, `vax-ultrix4.2' is equivalent to `vax-dec-ultrix4.2'. Here is a list of system types: 386bsd, aix, acis, amigaos, aos, aout, aux, bosx, bsd, clix, coff, ctix, cxux, dgux, dynix, ebmon, ecoff, elf, esix, freebsd, hms, genix, gnu, linux-gnu, hiux, hpux, iris, irix, isc, luna, lynxos, mach, minix, msdos, mvs, netbsd, newsos, nindy, ns, osf, osfrose, ptx, riscix, riscos, rtu, sco, sim, solaris, sunos, sym, sysv, udi, ultrix, unicos, uniplus, unos, vms, vsta, vxworks, winnt, xenix. http://egcs.cygnus.com/onlinedocs/gcc_3.html#SEC49 henti / bain > -Original Message- > From: Vinnie Surmonde [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 07, 1999 2:30 AM > To: [EMAIL PROTECTED] > Subject: [techtalk] gcc supported platforms > > > > well, I've searched the howtos, searched the site and I can't > seem to find > a canonical 'list of gcc supported platforms' document...any ideas on > where to find one? > > Vinnie > -- > Reality is a formality, an agreed upon set of lies -- J.D. Catron > Obligatory pathetic website at http://george.he.net/~drachen > > > > [EMAIL PROTECTED] http://www.linuxchix.org > [EMAIL PROTECTED] http://www.linuxchix.org