I'm not even sure what I have on my hard drive. It seems I've broken the help indexer, so perhaps what I'm seeking is right here, and I just can't get at it. I'm looking for a good online reference for C/C++. I haven't written in these languages for years, and I was never fluent. Does anybody know of a good online reference for these? Are any included with SuSE 8.1? I can't get the C/C++ documentation working for KDevelop 2.1.5 either, so if your answere is there, then please let me know how to get it set up. STH
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Monday 24 March 2003 4:32 pm, Steven T. Hatton wrote:
I'm looking for a good online reference for C/C++. ... Are any included with SuSE 8.1?
dunno if they are good, bad, or indiferent, but there is always the "man" pages -- they cover pretty much all of the library and many API's for X and other programs For example, the command man 3 printf returns a description of how to make a printf call (as well as fprintf, sprintf, snprintf, vprintf, vfprintf, vsprintf, & vsnprintf). Note that I had to use a "3" on the command, otherwise it pulls the definition from the first manual (1) that contains printf. man -k printf shows you everything that contains "printf" in the command itself or the one-line description. The number in parenthesis indicates which manual you need to reference if there is more than one with the same exact keyword. - -- Yet another Blog: http://osnut.homelinux.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) Comment: http://osnut.homelinux.net/TomEmerson.asc iD8DBQE+f6WnV/YHUqq2SwsRAsKSAJ9UPphD6haA7oLRtXOj1py2jUZ0+ACgnyWW 91VO/eHSCcPAPTs6TjsuhhY= =R7Ha -----END PGP SIGNATURE-----
On Monday 24 March 2003 07:41 pm, Tom Emerson wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Monday 24 March 2003 4:32 pm, Steven T. Hatton wrote:
I'm looking for a good online reference for C/C++. ... Are any included with SuSE 8.1?
dunno if they are good, bad, or indiferent, but there is always the "man" pages -- they cover pretty much all of the library and many API's for X and other programs
For example, the command
man 3 printf
returns a description of how to make a printf call (as well as fprintf, sprintf, snprintf, vprintf, vfprintf, vsprintf, & vsnprintf). Note that I had to use a "3" on the command, otherwise it pulls the definition from the first manual (1) that contains printf.
man -k printf
shows you everything that contains "printf" in the command itself or the one-line description. The number in parenthesis indicates which manual you need to reference if there is more than one with the same exact keyword.
I'm looking for a language reference. I have library references. The problem is I don't recall the details of the languages.
On Mon, 24 Mar 2003 20:11:57 -0500 "Steven T. Hatton" <hattons@speakeasy.net> wrote:
dunno if they are good, bad, or indiferent, but there is always the "man" pages -- they cover pretty much all of the library and many API's for X and other programs
For example, the command
man 3 printf
You could have a look at http://www.rocketaware.com -- use Perl; #powerful programmable prestidigitation
You could look at Marshall Cline's C++ FAQ lite on http://www.parashift.com/c++-faq-lite/ The other place to look for high grade C++ stuff is ACCU at http://www.accu.org/ Regards, alan -- http://www.ibgames.net/alan Registered Linux user #6822 http://counter.li.org Winding Down - Weekly Tech Newsletter - subscribe at http://www.ibgames.net/alan/winding/mailing.html
On Monday 24 March 2003 19:41, Tom Emerson wrote:
On Monday 24 March 2003 4:32 pm, Steven T. Hatton wrote:
I'm looking for a good online reference for C/C++. ...
Check these: http://www.cpp-home.com/ http://www.cppreference.com/ http://www.codeguru.com/ http://www.cplusplus.org/ http://www.experts-exchange.com/ Google is YOUR friend, too! ;-) L8r HG
Steven T. Hatton wrote:
I'm looking for a good online reference for C/C++. I haven't written in these languages for years, and I was never fluent. Does anybody know of a good online reference for these? Are any included with SuSE 8.1?
You could start from http://www.research.att.com/~bs/homepage.html There are some chapters there from 'The C++ programming language'. There's also the suse-programming-e mailing list, which is a place you can post questions of the 'How do I do X in C/C++?' variety. -- JDL
On Mon, 24 Mar 2003, Steven T. Hatton wrote:
I'm not even sure what I have on my hard drive. It seems I've broken the help indexer, so perhaps what I'm seeking is right here, and I just can't get at it. I'm looking for a good online reference for C/C++. I haven't written in these languages for years, and I was never fluent. Does anybody know of a good online reference for these? Are any included with SuSE 8.1?
I can't get the C/C++ documentation working for KDevelop 2.1.5 either, so if your answere is there, then please let me know how to get it set up.
Hello I think KDevelop comes with C/C++ e-manual. Try that out. CHeers, -- --Jyry :-( C:-/ C========8-O C8-/ C:-(
On Tuesday 25 March 2003 03:22 am, Jyry Kuukkanen wrote:
On Mon, 24 Mar 2003, Steven T. Hatton wrote:
I'm not even sure what I have on my hard drive. It seems I've broken the help indexer, so perhaps what I'm seeking is right here, and I just can't get at it. I'm looking for a good online reference for C/C++. I haven't written in these languages for years, and I was never fluent. Does anybody know of a good online reference for these? Are any included with SuSE 8.1?
I can't get the C/C++ documentation working for KDevelop 2.1.5 either, so if your answere is there, then please let me know how to get it set up.
Hello
I think KDevelop comes with C/C++ e-manual. Try that out.
CHeers,
Must say, that has to be on of the most screwed up situations I've come across. First the error page gives incorrect information, then the INSTALL is so out of date it makes DOS look modern. To top it all of, the friggin install script left the index.html error page where it should have put the master_index.html. And that doesn't even cover the wretched state of the documentation for setting up the htdig.conf. You did report the bug, right? Or do I need to do that? STH
Steven T. Hatton wrote:
I'm not even sure what I have on my hard drive. It seems I've broken the help indexer, so perhaps what I'm seeking is right here, and I just can't get at it. I'm looking for a good online reference for C/C++. I haven't written in these languages for years, and I was never fluent. Does anybody know of a good online reference for these? Are any included with SuSE 8.1?
I can't get the C/C++ documentation working for KDevelop 2.1.5 either, so if your answere is there, then please let me know how to get it set up.
STH
Try GNU. I don't have the URL, but go to www.gnu.org, and there are a couple of links to their documentation pages. GNU stands for free software, and that includes free documentation. They have the full docs for the compilers suite and a (large) guide to C++ itself. If you find GNU useful, try and find a way of supporting their work. Although we work on something we call Linux, it is in fact a whole mix of programs from various sources, and one of the main sources is the GNU project. cheers jalal -- GPG fingerprint = 3D45 5509 D380 26A4 523E A9D8 A66A 5F38 CA43 BB0E
Try GNU.
I don't have the URL, but go to www.gnu.org, and there are a couple of links to their documentation pages.
GNU stands for free software, and that includes free documentation. They have the full docs for the compilers suite and a (large) guide to C++ itself.
If you find GNU useful, try and find a way of supporting their work. Although we work on something we call Linux, it is in fact a whole mix of programs from various sources, and one of the main sources is the GNU project.
cheers jalal
That's what It thought too. ISTR years ago there was some kind of C/C++ documentation from GNU. There's the CommonC++ library stuff, but that's not Stroustrup & Ellis in electronic form. Oh well, I have it in hard copy. I also recall the documentation in KDevelop used to work, but that was perhaps three years ago.
"Steven T. Hatton" <hattons@speakeasy.net> writes:
... I'm looking for a good online reference for C/C++. ...
Online (non-free) books about C++ are on http://www.oreilly.com/. -- Alexandr.Malusek@imv.liu.se
Don't forget Bruce Eckel C++ guide (and JAVA). Downloadable at http://www.mindview.net/Books (http://www.bruceeckel.com didn't work anymore ...) Steven T. Hatton wrote:
I'm not even sure what I have on my hard drive. It seems I've broken the help indexer, so perhaps what I'm seeking is right here, and I just can't get at it. I'm looking for a good online reference for C/C++. I haven't written in these languages for years, and I was never fluent. Does anybody know of a good online reference for these? Are any included with SuSE 8.1?
I can't get the C/C++ documentation working for KDevelop 2.1.5 either, so if your answere is there, then please let me know how to get it set up.
STH
On Tuesday 25 March 2003 12:17 pm, Magnus Hagebris wrote:
Don't forget Bruce Eckel C++ guide (and JAVA). Downloadable at http://www.mindview.net/Books (http://www.bruceeckel.com didn't work anymore ...)
Steven T. Hatton wrote:
I'm not even sure what I have on my hard drive. It seems I've broken the help indexer, so perhaps what I'm seeking is right here, and I just can't get at it. I'm looking for a good online reference for C/C++. I haven't written in these languages for years, and I was never fluent. Does anybody know of a good online reference for these? Are any included with SuSE 8.1?
I can't get the C/C++ documentation working for KDevelop 2.1.5 either, so if your answere is there, then please let me know how to get it set up.
STH Here's the trick. ./configure --prefix=/opt/kde3 make as root make install cd /opt/kde3/share/doc/HTML/en/kdevelop/reference/C/ rm index.html (look at it first, you might have something different than I had)
ln -s master_index.html index.html http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/c_cpp_reference-2.0.2_fo... As for indexing the files, I haven't got that one going. I have discovered that SuSE used to provide a kdev_htdig.rpm with a htdig.conf. After I get some sleep, I may take a look at that. It's really quite say that a person would give so much of his own time and effor to provide that wonderful documentation, and then have it go unused because the configuration is broken. STH
i can recommend this as well: http://www.dinkumware.com/manuals/reader.aspx?lib=cpp On Tuesday 25 March 2003 03:32, Steven T. Hatton wrote:
I'm not even sure what I have on my hard drive. It seems I've broken the help indexer, so perhaps what I'm seeking is right here, and I just can't get at it. I'm looking for a good online reference for C/C++. I haven't written in these languages for years, and I was never fluent. Does anybody know of a good online reference for these? Are any included with SuSE 8.1?
I can't get the C/C++ documentation working for KDevelop 2.1.5 either, so if your answere is there, then please let me know how to get it set up.
STH
Dear list, here's another newbie! I was pointed to this list from the OpenOffice.org mailing list, and I hope you'll be able to help me. I'm running SuSE 8.0, and I'm now preparing for a PC upgrade on a variety of components. The problem is that the supplier hasn't tested any of these on Linux. Although I'm pretty sure from my own research on the internet that this configuration should work with SuSE 8.0, I wonder if anyone had any comments or warnings about the following: Soltek SL-KT 400 motherboard AMD Duron 1.2 GHz CPU ATI Radeon 7000 video card Sony CRX220A1 CD-RW These new components are to be combined with the following existing items, which I'm already using and which work fine with SuSE 8.0: ProVideo PV720 sound card (ESS-Solo chipset) Quantum Fireball 40GB (?) HDD Generic FDD HFC PCI modem (with driver) Canon BJC-250 bubble jet printer Proview 17" monitor These last few items are just for information. If anyone knows any Linux compatibility issues regarding the mainboard, CPU, CD-RW or video card, would you please let me know? Thanks, Dennis
* Dennis Nigbur <d.nigbur@surrey.ac.uk> [03-26-03 09:18]: [snip] Why are you responding to the message from Vitaly Shishakov <shift@cmpd2.phys.msu.su> about {Any Good C/C++ online references?] that he posted @ Wed, 26 Mar 2003 16:51:04 +0300? You have changed the subject but destroyed threading. Oh, oh. I just noticed that you are responding from whinedohs. You, perhaps, know no better. If you are unable to type in the address or cut and paste, you *must* destroy the References: and In-Reply-To: headers or you mangle threading in compliant mail clients. Your notice of these items in the future will be appreciated. -- Patrick Shanahan Please avoid TOFU and trim >quotes< http://wahoo.no-ip.org Registered Linux User #207535 icq#173753138 @ http://counter.li.org Linux, a continuous *learning* experience
Sorry about the mistake. Vitaly's message to the list was the first I received, and I didn't have knowledge of the list address prior to that. And I'm using Windows because I have to, here at work. Thanks for the cordial welcome to the list :-( Dennis On 26 Mar 2003 at 9:49, Patrick Shanahan wrote:
* Dennis Nigbur <d.nigbur@surrey.ac.uk> [03-26-03 09:18]: [snip]
Why are you responding to the message from Vitaly Shishakov <shift@cmpd2.phys.msu.su> about {Any Good C/C++ online references?] that he posted @ Wed, 26 Mar 2003 16:51:04 +0300?
You have changed the subject but destroyed threading.
Oh, oh. I just noticed that you are responding from whinedohs. You, perhaps, know no better.
If you are unable to type in the address or cut and paste, you *must* destroy the References: and In-Reply-To: headers or you mangle threading in compliant mail clients.
Your notice of these items in the future will be appreciated. -- Patrick Shanahan Please avoid TOFU and trim >quotes< http://wahoo.no-ip.org Registered Linux User #207535 icq#173753138 @ http://counter.li.org Linux, a continuous *learning* experience
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
* Dennis Nigbur <d.nigbur@surrey.ac.uk> [03-26-03 10:03]:
Sorry about the mistake. Vitaly's message to the list was the first I received, and I didn't have knowledge of the list address prior to that. And I'm using Windows because I have to, here at work.
Thanks for the cordial welcome to the list :-(
You cannot cut/paste? Do you know what threading is? I speak for myself, not the list, but you are cordially welcome. -- Patrick Shanahan Please avoid TOFU and trim >quotes< http://wahoo.no-ip.org Registered Linux User #207535 icq#173753138 @ http://counter.li.org Linux, a continuous *learning* experience
On 26 Mar 2003 at 10:07, Patrick Shanahan wrote:
You cannot cut/paste? Do you know what threading is?
I can cut and paste, and I find the tone of this comment and your previous post somewhat insulting. I also know what threading is, but have never used it - therefore, the issue of threading was not as salient in my mind at the time of posting as it should reasonably be. Again, I apologise. Dennis
On Wednesday 26 March 2003 16:07, Patrick Shanahan wrote:
to that. And I'm using Windows because I have to, here at work.
Thanks for the cordial welcome to the list :-(
You cannot cut/paste? Do you know what threading is?
I speak for myself, not the list, but you are cordially welcome.
Then speak for yourself, and not to the list. Don't you ever give up? -- Powered by SuSE 8.1 Kernel 2.4.19 KDE 3.1.1 Kmail 1.5.1 For a great linux portal try http://www.freezer-burn.org For SuSE Mondo/Mindi backup support go to http://home.t-online.de/~jroark 5:06pm up 2 days, 6:51, 4 users, load average: 2.70, 2.25, 1.97
* Mike <bcomber@freezer-burn.org> [03-26-03 11:11]:
On Wednesday 26 March 2003 16:07, Patrick Shanahan wrote:
I speak for myself, not the list, but you are cordially welcome.
Then speak for yourself, and not to the list. Don't you ever give up?
I think that that is what I said. No. Have a good day <smile>. <civilization is an adherence to rules> <apparently anarchy reigns> -- Patrick Shanahan Please avoid TOFU and trim >quotes< http://wahoo.no-ip.org Registered Linux User #207535 icq#173753138 @ http://counter.li.org Linux, a continuous *learning* experience
At 05:07 PM 3/26/2003 +0100, Mike wrote:
On Wednesday 26 March 2003 16:07, Patrick Shanahan wrote:
to that. And I'm using Windows because I have to, here at work.
Thanks for the cordial welcome to the list :-(
You cannot cut/paste? Do you know what threading is?
I speak for myself, not the list, but you are cordially welcome.
Then speak for yourself, and not to the list. Don't you ever give up?
-
I second that vote, I'm getting tired of seeing his posts on the list playing the cop of the list. This is the type of stuff that you would espect from the redhat list not suse. jack
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [Originally, a new member of our community hijacked a thread to gain initial acccess]
eventually, "list cop" Patrick Shanahan wrote:
You cannot cut/paste? Do you know what threading is? I speak for myself, not the list, but you are cordially welcome.
which garnered replies like:
Then speak for yourself, and not to the list. Don't you ever give up? I second that vote, I'm getting tired of seeing his posts on the list playing the cop of the list. This is the type of stuff that you would espect from the redhat list not suse.
and I suppose I need to throw a "me too" posting in on this, and provide some (unasked for) "solutions" to keep the cops and the general populace happy. I'm on the OOo list as well, and in fact I had just read [and replied] to the thread there because it went something like this: Dennis posted an "I know this is OT, but can anyone tell me if this hardware will work w/SuSE?" query The response he got was simply [cut/paste] Please try the SuSE english mailing list. CPH [and I followed up with the signature block that this list adds, since the above doesn't give much of a clue where to start looking to find the list] However I presume that Dennis "went looking" and finding some hint of the list, did indeed "reply" to the first item he came to in order to "capture" the address [I've done that many a time myself] Rather than ignore an initial transgression [hey, the guy SAID he was new to the list] Patrick rolled out the "unwelcome" wagon and proceeded to thrash the positive helpful image this list has for people interested in linux. [you know what they say about "first impression", don't you?] My advice to you (Patrick) would be a modified "count to 10" approach 1) whenever you see someone do this, check to see if this is their absolute initial posting -- yes, go through the ENTIRE archive looking for a past post from this person [this should give you time to "cool off" from your insinct to "flame away"] 2) if you don't find any previous posts, chalk it up to someone using an insanely easy way to "capture" a list address rather than type it in by hand, or fiddle with "cut/paste" [after all, universal as it may seem, there may be some "clients" where cut/paste does NOT work -- if you're interested, I CAN give you an example] 3) if you do find another post, did the poster use the same client [yup, scan the HEADERS now] If they've changed e-mail clients, refer to item 2 :) 4) if you find that they've posted recently (or using the same client), take a look at how many threads they start by "hijacking" vs. manually started threads -- sure, it might be a sign of laziness on the part of the user, but that shouldn't be your concern -- after all, "hijacked" messages tend to be ignored by those that (a) religiously rely on threading, and (b) are quick to mark a thread as "ignored" if they are uninterested in the content [usually due to a flamewar breaking out, but I digress...] so "worst case", the "hijacker" won't get as many replies as they are expecting 5) if it seems like "only a few" threads are hijacked from time to time, it might be worthwhile to post PRIVATELY to that person and point out the facts I mentioned in item 4 (some people will ignore the thread -- you might get better results starting a new one completely) however BE POLITE in this message -- it will most likely be your first direct message to that person, so unless they recognize your name or e-mail from this list, it will makeTHE FIRST IMPRESSION of you on that other user. 6) If the user has constantly "hijacked" threads AND you've sent them a direct message letting them know that this "really isn't a good idea", THEN it is a good time to simply drop it -- after all, this list is unmoderated, which means that you are NOT the moderator and have little business DEMANDING that others post by certain rules [note, I'm making "suggestions" here, not "demanding" that you cease and desist ;) ] [sorry, can't think of any more steps to take to get this to "10" where it would be "alright" to publicly humiliate the transgressor, which generally starts a back-and-forth untrimmed TOFU dialog on the ignorance of the rules of "netiquette", and completely ignores the fact that hardware issues such as "which motherboard works well" with linux is a virtual non-issue nowadays ;)] - -- Yet another Blog: http://osnut.homelinux.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) Comment: http://osnut.homelinux.net/TomEmerson.asc iD8DBQE+gfXbV/YHUqq2SwsRAiagAKC5wlAbS0TvpZqNhpPMbGAP+t/z9QCgqHJp E+uAMemnB7wMM5CtdNT5+es= =lj87 -----END PGP SIGNATURE-----
Why are you responding to the message from Vitaly Shishakov <shift@cmpd2.phys.msu.su> about {Any Good C/C++ online references?] that he posted @ Wed, 26 Mar 2003 16:51:04 +0300? -- Patrick Shanahan Please avoid TOFU and trim >quotes< http://wahoo.no-ip.org Registered Linux User #207535 icq#173753138 @ http://counter.li.org Linux, a continuous *learning* experience
Oh, charming. The guy's brand new to the list, asks for help, and the first thing he gets in response is a mouthful of abuse from you. I left your sig line in the quote - yeah, it's a learning experience. Perhaps you should try to understand that. As well as getting a system up and running, Dennis might want to learn about kill files. Rarely needed on this list, but you just made mine. -- "...our desktop is falling behind stability-wise and feature wise to KDE ...when I went to Mexico in December to the facility where we launched gnome, they had all switched to KDE3." - Miguel de Icaza, March 2003
On Wednesday 26 March 2003 20:34 pm, Derek Fountain wrote:
Why are you responding to the message from Vitaly Shishakov <shift@cmpd2.phys.msu.su> about {Any Good C/C++ online references?] that he posted @ Wed, 26 Mar 2003 16:51:04 +0300? -- Patrick Shanahan Please avoid TOFU and trim
quotes< http://wahoo.no-ip.org Registered Linux User #207535 icq#173753138 @ http://counter.li.org Linux, a continuous *learning* experience
Oh, charming. The guy's brand new to the list, asks for help, and the first thing he gets in response is a mouthful of abuse from you. I left your sig line in the quote - yeah, it's a learning experience. Perhaps you should try to understand that.
As well as getting a system up and running, Dennis might want to learn about kill files. Rarely needed on this list, but you just made mine.
I too am getting quick sick of this 'policing' whiner..... I would suggest that if Patrick doesn't like the way this list is coming across to him, he start his own list where he can totally mold it to his liking... <PLONK> -- +----------------------------------------------------------------------------+ + Bruce S. Marshall bmarsh@bmarsh.com Bellaire, MI 03/26/03 20:54 + +----------------------------------------------------------------------------+
Bruce Marshall <bmarsh@bmarsh.com> writes:
I too am getting quick sick of this 'policing' whiner..... I would suggest that if Patrick doesn't like the way this list is coming across to him, he start his own list where he can totally mold it to his liking...
Yet (new) posters who post a new question as a reply to an existing thread rather than starting a new one need to informed of their error. Not only does doing this contravene established netetiquette but it can also lead to their questions being overlooked by those people who are not following the thread to which it has been attached. However, it probably needs to be done in a more diplomatic manner.
On Wednesday 26 March 2003 14:57, Bruce Marshall wrote:
On Wednesday 26 March 2003 20:34 pm, Derek Fountain wrote:
Why are you responding to the message from Vitaly Shishakov <shift@cmpd2.phys.msu.su> about {Any Good C/C++ online references?] that he posted @ Wed, 26 Mar 2003 16:51:04 +0300? -- Patrick Shanahan Please avoid TOFU and trim
quotes< http://wahoo.no-ip.org Registered Linux
User #207535 icq#173753138 http://counter.li.org Linux, a continuous *learning* experience
Oh, charming. The guy's brand new to the list, asks for help, and the first thing he gets in response is a mouthful of abuse from you. I left your sig line in the quote - yeah, it's a learning experience. Perhaps you should try to understand that.
As well as getting a system up and running, Dennis might want to learn about kill files. Rarely needed on this list, but you just made mine.
I too am getting quick sick of this 'policing' whiner..... I would suggest that if Patrick doesn't like the way this list is coming across to him, he start his own list where he can totally mold it to his liking...
<PLONK>
I too was guilty and corrected by PS. Was new to the list , read all these messages and ............ there it was A MESSAGE WITH THE SAME PROBLEM I HAD. I called my wife , the kids and next door's dog , showed them that there were more people with the same problem and HIT the reply button. Before I knew S*** there was an answer. Called the wife and the kids again ( next door's dog came together with the cat) and there it was : YOU hijacked this thread.!!!!!!!!!!!!!!!!! You can imagine how I felt , can you.? And now I find out , PS is not even the moderator of this list!!!!!!!! Advice to PS, be more tolerant, everybody is not like you and should not be like you. Give friendly advice, that might work better. -- Greetings from /bill at 169 west , 19 south. (where the hell is that?). My holy cow is a penguin.
Dennis Nigbur wrote:
Dear list,
<snip> Soltek SL-KT 400 motherboard AMD Duron 1.2 GHz CPU ATI Radeon 7000 video card Sony CRX220A1 CD-RW
These new components are to be combined with the following existing items, which I'm already using and which work fine with SuSE 8.0:
ProVideo PV720 sound card (ESS-Solo chipset) Quantum Fireball 40GB (?) HDD Generic FDD HFC PCI modem (with driver) Canon BJC-250 bubble jet printer Proview 17" monitor
These last few items are just for information. If anyone knows any Linux compatibility issues regarding the mainboard, CPU, CD-RW or video card, would you please let me know?
<snip> Dennis, I do not have knowledge of the Soltek mb but the other items in your list work very well with Linux and SuSE 8.0. I have a coworker that has the same components and cpu and has a very stable and efficient machine. I think you will be satisfied, however, YMMV. Welcome to the list. You will find some very knowledgeable and helpful people on this list. -- DC
participants (20)
-
alan@ibgames.com
-
Alexandr Malusek
-
Bill Wisse
-
Bruce Marshall
-
Darrell Cormier
-
Dennis Nigbur
-
Derek Fountain
-
Graham Murray
-
Hans-Georg Lerdo
-
Jack Malone
-
jalal
-
John Lamb
-
Jyry Kuukkanen
-
Magnus Hagebris
-
Mike
-
Patrick Shanahan
-
Steven T. Hatton
-
Tom Emerson
-
Vitaly Shishakov
-
zentara