Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > Linux Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-18-2008, 08:37 AM
J Burford Fields
 
Posts: n/a
Default VPC machine on an IBM Thinkpad x-term video problem

Just tried to install White Box Linux in a VPC machine on an IBM
Thinkpad. I took the defaults and it came up in X mode and obviously
is not right for the video and screen--unusable.


I can re-install, but it took a LONG time to install. Isn't there a
way to switch to text-only mode at startup?


Next question: Although I use to be a UNIX admin (circa 1985), it's
been years, and I just barely got Red Hat to find the wireless access
to Internet on another machine, I'm at a loss for what video settings
would work on this machine, and how to change them once install has
been completed.


J

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-18-2008, 08:37 AM
Peter T. Breuer
 
Posts: n/a
Default Re: VPC machine on an IBM Thinkpad x-term video problem

J Burford Fields <jbfields3@gmail.com> wrote:
> Just tried to install White Box Linux in a VPC machine on an IBM
> Thinkpad. I took the defaults and it came up in X mode and obviously
> is not right for the video and screen--unusable.


Well, change the configuration of the X server then. Problem?

> I can re-install,


WHY? In heavens name, why?

> but it took a LONG time to install.


I would hope so! Teach you not to do THAT again!

> Isn't there a
> way to switch to text-only mode at startup?


Of course. Umpteen. What's the problem?

> Next question: Although I use to be a UNIX admin (circa 1985), it's
> been years, and I just barely got Red Hat to find the wireless access
> to Internet on another machine,


Eh? One doesn't get other things to do ones work for one. If one
wants to "find" a wireless access (whatever you mean), one does it,
then one tells the machine what one has decided it would be best for
it to do.

I suspect that you mean

a) load a driver for your card
b) run iwconfig on the device to give it the appropriate essid
c) run ifconfig n the device to give it an IP address
d) set the default static route to go via a gateway on the wirelss net
e) set the default name servers to be on the net.

> I'm at a loss for what video settings


Then become less at a loss! Look them up! Doesn't linux-laptops.net
list your machine?

Virtually anything at all works for a laptop - the settings are
ignored. There is no cathode ray to tell how long to take in each
sweep, or how much to wait in the sync. Just use any old Modline aimed
at about 60Hz. As low as you like!

> would work on this machine, and how to change them once install has
> been completed.


You use an editor. ("Problem?")

Peter
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-18-2008, 08:37 AM
J Burford Fields
 
Posts: n/a
Default Re: VPC machine on an IBM Thinkpad x-term video problem

Well, for one, if I don't know how to boot into text mode (and I've
spent some time searching the Internet and books without finding a
simple answer the question of how to do that), then I can't edit
anything. The default installation brings it up in xterminal, or
whatever its called. The default installation chose a video card and
monitor combination that renders the machine unusable.

For all the talk of Linux replacing Microsoft, I sure wouldn't
recommend this experience to my Mom. Judging from some of the
imperious responses to obvious first-use questions, one just is not
suppose to undertake Linux unless they're already an expert and can
fathom all the documentation. I see a lot of people being told to read
documentation... as if we're not trying to already. It's kind of a
condenscending bit of advice. --especially so if nobody gives you any
documentation to go with the install CD's.

Simple questions:

1) If the monitor setting is unusable in graphics mode, how do you
boot into text mode or into some generic monitor setting? In Windows,
you press F8. What does one do in Linux?

2) What monitor and card setting to use?

I'll be glad to check Internet resources you've provided, but how one
would do this on an initial install without Internet access...? There
must be a generic setting that would have been safer than the default?
Looking through the the information I've been able to find, I'm not
seeing how to interrupt the boot process to edit the monitor & video
settings.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-18-2008, 08:37 AM
Nico Kadel-Garcia
 
Posts: n/a
Default Re: VPC machine on an IBM Thinkpad x-term video problem


"J Burford Fields" <jbfields3@gmail.com> wrote in message
news:1128099319.512544.243110@g43g2000cwa.googlegr oups.com...
> Just tried to install White Box Linux in a VPC machine on an IBM
> Thinkpad. I took the defaults and it came up in X mode and obviously
> is not right for the video and screen--unusable.
>
>
> I can re-install, but it took a LONG time to install. Isn't there a
> way to switch to text-only mode at startup?


Yup. Add the boot option "3", and it will boot in runlevel 3, which does not
auto-start X. Then go lookup the documentation on inittab and your boot
loader, to see why this works.

When the X is already running, there are also a set of virtual consoles
available to you by hitting Ctrl-Alt-F1, Ctrl-Alt-F2,, etc. The X manager is
typically on Ctrl-Alt-F7.

> Next question: Although I use to be a UNIX admin (circa 1985), it's
> been years, and I just barely got Red Hat to find the wireless access
> to Internet on another machine, I'm at a loss for what video settings
> would work on this machine, and how to change them once install has
> been completed.


Couple of things. WhiteBox is being supplanted by CentOS, which has much
more active support for the version 4.x and its 2.6 kernel based
distribution. Check the websites for info about this.

Second, there's a very nice somewhat graphical set of configuration tools
under RedHat releases, called "redhat-config-*" or "system-config-*"
depending on the particular OS. The X configuration tool for RedHat
Enterprise and the Whitebox/CentOS releases derived from them is, I believe,
system-config-display. Run it in runlevel 3 to avoid having an X session
already active, and poke around for good settings for your video card and
monitor.

Also make sure you have all the published updates: X distributions keep
adding support for new video cards and monitors, and yours may have been
added since the released software was published, so the automatic update
functions of "yum" are your friend for configuring such things.

And by the way? Ignore everything Peter Breuer says, because he spends his
time snarking at newbies to prove his manhood, waves his hands with one at
45 RPM and the other at 78 RPM, and provides usable information only by the
greatest accident. There are others here who actually provide useful
information and hints: their usefulness is directly tied to their politeness
in dealing with the questioner.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-18-2008, 08:38 AM
Enrique Perez-Terron
 
Posts: n/a
Default Re: VPC machine on an IBM Thinkpad x-term video problem

On Fri, 30 Sep 2005 18:55:19 +0200, J Burford Fields <jbfields3@gmail.com> wrote:

> Just tried to install White Box Linux in a VPC machine on an IBM
> Thinkpad. I took the defaults and it came up in X mode and obviously
> is not right for the video and screen--unusable.
>
>
> I can re-install, but it took a LONG time to install. Isn't there a
> way to switch to text-only mode at startup?


In order to turn off X, you need to get in...

Hit Ctrl-Alt-F1. That should swith to virtual terminal one. There are
usually six virtual terminals set up, accessed through the keys Ctrl-Alt-F1
through Ctrl-Alt-F6. You will find a login prompt in each.

Once logged in, you can disable X for the current session with the
command

init 3

To make it boot into the mode in subsequent boots, edit the file
/etc/inittab, the line saying:


I the file /etc/inittab, there is a line saying:

id:5:initdefault:

Change the digit 5 to 3. That will turn off X.

If you can't get in to say init 3, or to edit inittab, you must boot into
single-user mode. On the boot kernel command line, say "single"
(in addition to any other options that might be there). This gives you
a shell after the most basic boot-time setup, but before any services have
been started.

The most drastic one: On the boot kernel command line, say init=/bin/bash
(but don't do that unless in utter despair. It's not dangerous, just
extremely frustrating because nothing seems to work so early in the boot
process.)

> Next question: Although I use to be a UNIX admin (circa 1985), it's
> been years, and I just barely got Red Hat to find the wireless access
> to Internet on another machine, I'm at a loss for what video settings
> would work on this machine, and how to change them once install has
> been completed.


I cannot help you with this one, I dont know what VPC is, and I nothing
in particular about IBM Thinkpad. Hopefully others can.

If not, you will have to come back here with fairly detailed descriptions
of the symptoms and any other observables that might enable anyone of us
to use his intuition.

Look in the files in /var/log, especially

/var/log/dmesg -- kernel messages during boot, before services start.
/var/log/messages -- All sorts of messages, also kernel, and many services.
/var/log/Xorg.0.log -- The X server

-Enrique
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-18-2008, 08:38 AM
Enrique Perez-Terron
 
Posts: n/a
Default Re: VPC machine on an IBM Thinkpad x-term video problem

On Fri, 30 Sep 2005 19:15:44 +0200, Peter T. Breuer <ptb@oboe.it.uc3m.es> wrote:

> J Burford Fields <jbfields3@gmail.com> wrote:
>> Just tried to install White Box Linux in a VPC machine on an IBM
>> Thinkpad. I took the defaults and it came up in X mode and obviously
>> is not right for the video and screen--unusable.


Peter, are you aware that your style of response tend to hurt most
people's feelings? I will try to tell what effect the writings below
have on me, and what they make me think.

> Well, change the configuration of the X server then. Problem?


This question is not helpfull. He most likely writes here because
he doesn't know how to change the configuration. Your question,
"Problem?" feels most impertinent, and signals animosity and
impatience with the OP.

>> I can re-install,

>
> WHY? In heavens name, why?


You know why. Don't you?

Can you describe what effect his words have on you? I mean explicitly
naming the feelings, not just turning them outward in a reaction.

Even if you know that it is not likely to be necessary, or even helpfull
to reinstall, for him it appears as a possible, albeit unattractive
solution. Here I mean by possible, not just available, but possible
in the sense that it is possible, but not guarateed, that it works.

It does appear as a solution even if it likely is not, because from
his perspective, not knowing what went wrong, if it was something he
did, it is possible that a second attempt works differently.

It does not even have to be anything he did wrong. Just a few weeks
ago I installed Fedora Core 4 on a friend's computer, and the installation
program said "unable to update the kernel's version of the partition table",
or something similar, I don't remember the exact words. When I just
repeated the exact same operations, at far as I can tell, this message
did not appear and the install ran to completion.

Yet he is not that stupid. His phrase clearly indicate a reluctance
to reinstall that is not only caused by the long time it took,
but also by a suspiction that it won't help or it is not necessary.

By pretending that you don't understand his motives you take the
position towards him that was the hallmark of unfriendlyness since long
before our forefathers climbed down from the trees.

By showing such animosity in an open forum you are triggering the
ingrained fear we all have deep in our psychological cellar, that we
could become the target of a rally in the group where an individual
seeks to increase his influence and mark himself as a leader of the
gang by pointing out a common enemy. In our civilized world such
threats are somewhat less real, but we still have all the instincts
that make the experience very unpleasant.

>> but it took a LONG time to install.

>
> I would hope so! Teach you not to do THAT again!


Why do you hope so? Are you angered and embittered, seeking some form
of revenge? For what?

>> Isn't there a way to switch to text-only mode at startup?

>
> Of course. Umpteen. What's the problem?


If there are umpteen, why don't you offer him some advice? Yes we all
know that we can google and read the internet for 36 hours and possibly
have more clues. Getting some help is both faster and comforting,
making us feel in a friendlier world, less abandoned.

>> Next question: Although I use to be a UNIX admin (circa 1985), it's
>> been years, and I just barely got Red Hat to find the wireless access
>> to Internet on another machine,

>
> Eh? One doesn't get other things to do ones work for one.


But indeed! What are programs for?

> If one wants to "find" a wireless access (whatever you mean),


You know what he means, if you want to. Computer configuration may be
your home arena, it's not everyone's. But everyone know the difference
between when the computer has an established connection with the local
network or with the internet, and when this is not the case.

You know perfectly well that there are programs that let the users
establish such communications for the first time without the users
having to know much about how it works. This naturally leads to vague
formulations like "find the wireless access", but it is absolutely
adequate for the context.

> one does it, then one tells the machine what one has decided itwould be best for it to do.


And when one wants to be helpfull, one tell *how* one does it.
You do so in the next paragraph, but only after that unnecessary
and alienating sentence!

You know that your statement "when one wants to, one does it" is not
true. When one wants to, but does not know how, one first seeks advice,
considers if it still is what one wants in light of the information one
has got, and if so, then finally one does it.

Denying his experience the way you do, is a recurring method of
intimidation.

> I suspect that you mean
>
> a) load a driver for your card
> b) run iwconfig on the device to give it the appropriate essid
> c) run ifconfig n the device to give it an IP address
> d) set the default static route to go via a gateway on the wirelss net
> e) set the default name servers to be on the net.


Suspecting he means something is way more unfriendly than suggesting
he could do something. The word "suspect" has very negative conotations.
Atributing such meanings to him denies his reality of not knowing what
to do and feeling unsure even if he probably has the capability to come
up with at least some of the items you suggest if he found he were
alone and left to his own devices. Flatly denying other's reality
is a method of intimidation.

>> I'm at a loss for what video settings

>
> Then become less at a loss!


He *is* becoming less at loss! By seeking advice!

Why are you giving orders? Don't you have any respect for him?

> Look them up!


He *is* looking them up - in this newsgroup!

> Doesn't linux-laptops.net list your machine?


Finally a usefull hint! Thanks, man!

> Virtually anything at all works for a laptop - the settings are
> ignored. There is no cathode ray to tell how long to take in each
> sweep, or how much to wait in the sync.


More good advice. This is perhaps a usefull hint.

> Just use any old Modline aimed at about 60Hz. As low as you like!


Fortunately, no-one sees the modelines anymore. In the bad, bad old
days when we did, it was a nightmare. My head just was not bright enough
to make sense of the descriptions, and I ended up just trying a bunch
of numbers. It was not even possible to do the math from the data offered
in the manpages and howtos, because there were essential missing links
everywhere.

Even armed with a modline, where do you stick it in?

>> would work on this machine, and how to change them once install has
>> been completed.


> You use an editor. ("Problem?")


When you ask that way you imply there is no problem, and that
the OP is stupid believing there is one. But you know that
the OP's behavior is a perfectly normal one. Given something
that does not work, a thousand vage ideas racing through his head
about what the causes could be, and all help seeming quite remote,
humans, as a matter of natural law, do feel uncertain, fearfull,
and confused, and in need of advice. So why are you pretending
otherwise? Such pretending was always a method of intimidation.
Why do you do that?

No doubt you know that the advice he needs is not "editor" but
/etc/X11/xorg.conf, or something like that.

And yes, I see a problem, and perhaps you do have an answer: What is
VPC? Could, by any chance, "V" in VPC stand for "virtual"? Could there
then be any possibility that the normal way of configuring X does not
quite apply?

Could I suggest that you try to describe your feelings? What are
the feelings you have that make you write this way? You could do
this for each of the statements. If you can, find out how come you
have just those feelings. If you cannot, try to guess or hypothese
about it. Investigate it. There is a serous danger that you are
in a vicious circle of bad experiences with other people treating
you poorly, and you doing the same to everybody else.

> Peter


-Enrique
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-18-2008, 08:38 AM
Nico Kadel-Garcia
 
Posts: n/a
Default Re: VPC machine on an IBM Thinkpad x-term video problem


"Enrique Perez-Terron" <enrio@online.no> wrote in message
newsp.sxx3whccnxtvbs@apeiron.home.lan...
> On Fri, 30 Sep 2005 19:15:44 +0200, Peter T. Breuer <ptb@oboe.it.uc3m.es>
> wrote:
>
>> J Burford Fields <jbfields3@gmail.com> wrote:
>>> Just tried to install White Box Linux in a VPC machine on an IBM
>>> Thinkpad. I took the defaults and it came up in X mode and obviously
>>> is not right for the video and screen--unusable.

>
> Peter, are you aware that your style of response tend to hurt most
> people's feelings? I will try to tell what effect the writings below
> have on me, and what they make me think.


Enrique, you've been giving good answers and helpful, thoughtful responses.
Peter, I'm afraid, is a hopeless case who gets his jollies by snarking at
the new posters and pretending that his allegedly infinite knowledge and
handwaving answers are somehow helpful.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 01-18-2008, 08:38 AM
Enrique Perez-Terron
 
Posts: n/a
Default Re: VPC machine on an IBM Thinkpad x-term video problem

On Sat, 01 Oct 2005 15:41:35 +0200, Nico Kadel-Garcia <nkadel@comcast.net> wrote:

>
> "Enrique Perez-Terron" <enrio@online.no> wrote in message
> newsp.sxx3whccnxtvbs@apeiron.home.lan...
>>
>> Peter, are you aware that your style of response tend to hurt most
>> people's feelings? I will try to tell what effect the writings below
>> have on me, and what they make me think.

>
> Enrique, you've been giving good answers and helpful, thoughtful responses.
> Peter, I'm afraid, is a hopeless case who gets his jollies by snarking at
> the new posters and pretending that his allegedly infinite knowledge and
> handwaving answers are somehow helpful.


I have seen that. He appears to be sufficiently different that
most presumptions you normally do about people, may not apply.
The only presumption worth making, I think, is that his mental
processes are subject to the Laws of Nature like ours and the rest
of the universe.

I don't even take it for granted that he has a normally
functioning reflection of his own feelings or motives into his
own consciousness. So, he might not be aware of what he is doing.
Or he might have a perception that, from our perspective, is rather
distorted. But I also observe that most people react in natural
ways, including with anger and hate. That may actually be quite
inappropriate and counterproductive.

People who fail to behave normally in some ways may still have
normal needs, including the need to experience a social position.

We tend to presume that people do what they need to do to satisfy
their needs, and then conclude that the unfriendly one does not
need friendship. But someone whose innate behaviors brings him at
odds with the surroundings may well lead a rather sorry life, and
acquire secondary behaviors that are perhaps as maladptive as their
initial ones, but are responses to the responses they receive, and
aim at saving some rest of dignity, or even substitute whatever
seems available, like the dignity of not giving in to other's
demands, for the real thing.

Now we are talking about him, making him in a sense an object, not
a subject. That is often another consequence. But I have the
impression that it is possible to talk to him directly, not
necessarily to obtain something we want, but to get meaningfull
answers that reflect some realities of that person who is bound
to live inside all this mishap. (If it is "mishap".)

I am aware that he may be reading this, and would like to repeat
it all in second person, I am really talking to Peter too, telling
him how I see him, reflecting to him the image his has given me
of himself - however I distort it or not.

But to Nico, consider it as an experiment, to map the regions where
normal exchanges are possible, and find the borders of the region
of deviating behaviors.

What we see from anyone, normal or not, is never a pure reflection
of their innate nature, but rather the result of a mutual adaptation,
the subject's and the surrounding's, like a system seeking a fixed
point. We are ourselves as much part of that system. Change our
contribution and we get a system with other fixpoints.

(I am using the mathematical notion of a fixed point in a recursive
process, where a system's state at point n is a function of the state
at point n-1, s(n) = f(s(n-1)). Such systems reach a fixed point when
for some value of n, s(n+1) = s(n). This can only happen if for some
value s, f(s) = s, i.e., f has a fixed point.)

I believe that in way too many cases, ranging from ordinary marriages
and friendships to ... we reach undesirable fixpoints because we shut
down the more honest forms of communcation. We make assumptions about
the others actually wanting what they achieve, and therefore assume
further communication is useless. It might be, but we take it for
granted without foundation.

By "more honest forms" i mean forms where e.g., questions are really
requests for information we want to take to our hearts, not just
rethorical means of hitting the other.

When our assumptions answer our questions, we don't need to ask,
do we?

Regards,
Enrique
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 01-18-2008, 08:38 AM
Nico Kadel-Garcia
 
Posts: n/a
Default Re: VPC machine on an IBM Thinkpad x-term video problem


"Enrique Perez-Terron" <enrio@online.no> wrote in message
newsp.sxzddqh6nxtvbs@apeiron.home.lan...

> I have seen that. He appears to be sufficiently different that
> most presumptions you normally do about people, may not apply.
> The only presumption worth making, I think, is that his mental
> processes are subject to the Laws of Nature like ours and the rest
> of the universe.


Enrique, you are one lucky son of a gun, because I don't see hiim as more
than two sigmas off the norm, and well within the bounds of typical Usenet
wackiness.

> But to Nico, consider it as an experiment, to map the regions where
> normal exchanges are possible, and find the borders of the region
> of deviating behaviors.


Gack. Kind, thoughtful, and in my suspicions doomed to failure. You lack the
leverage, medication, or baseball bat to kick him off the pedestal he's put
himself on. So do I, but I can warn the newbies before he scares them off.

> By "more honest forms" i mean forms where e.g., questions are really
> requests for information we want to take to our hearts, not just
> rethorical means of hitting the other.
>
> When our assumptions answer our questions, we don't need to ask,
> do we?


Except to display for others that we already have the answer. Posturing is a
huge part of why people do things: I like to help out the newbies partly
because I like to help, and partly to show off knowledge that I've gained. I
*love* hearing someone say "oh, that's exactly what I needed, thank you!"

Peter likes to hear himself say he's answered the question when he's given a
factually correct answer that is absolutely useless: "it's in the docs",
"there are umpteen ways to do that", "so go fix it", etc.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 01-18-2008, 08:38 AM
Enrique Perez-Terron
 
Posts: n/a
Default Re: VPC machine on an IBM Thinkpad x-term video problem

On Sat, 01 Oct 2005 22:02:05 +0200, Nico Kadel-Garcia <nkadel@comcast.net> wrote:

>
> "Enrique Perez-Terron" <enrio@online.no> wrote in message
> newsp.sxzddqh6nxtvbs@apeiron.home.lan...
>
>> I have seen that. He appears to be sufficiently different that
>> most presumptions you normally do about people, may not apply.
>> The only presumption worth making, I think, is that his mental
>> processes are subject to the Laws of Nature like ours and the rest
>> of the universe.

>
> Enrique, you are one lucky son of a gun, because I don't see hiim as more
> than two sigmas off the norm, and well within the bounds of typical Usenet
> wackiness.


Really? I find the more vicious posts completely pathological.

Still, there may be a certain number of people with similar traits
that seek the usenet newsgroups as an arena where they can unfold
their activities without risking being beaten physically. Their
concentration in places like the usenet may influence what is
"typical".

>> But to Nico, consider it as an experiment, to map the regions where
>> normal exchanges are possible, and find the borders of the region
>> of deviating behaviors.

>
> Gack. Kind, thoughtful, and in my suspicions doomed to failure. You lack the


That also depends on what would be considered as "failure".
I don't have high hopes of reforming him. He will have to reform
himself whenever he wants to. To me, it's more of a question of my
curiosity, of studying the phenomenon. But that also includes seing
to what extent my conjectures about fixed-point modes etc. are
usefull.

I conjecture that when we give up somebody, we cease mirroring him or her
in ways that could be helpfull for him or her to adjust his/her behaviors,
and that contributes to the escalation of his/her oddities.

I imagine that enough mirriring can contain the escalation, but never
remove the root cause. In this sense it will always be futile.

> leverage, medication, or baseball bat to kick him off the pedestal he's put
> himself on. So do I, but I can warn the newbies before he scares them off.


The latter is needed. Somebody should install an automatic poster
that triggers when Peter responds to someone new in the ng.

>> By "more honest forms" i mean forms where e.g., questions are really
>> requests for information we want to take to our hearts, not just
>> rethorical means of hitting the other.
>>
>> When our assumptions answer our questions, we don't need to ask,
>> do we?

>
> Except to display for others that we already have the answer. Posturing is a
> huge part of why people do things: I like to help out the newbies partly
> because I like to help, and partly to show off knowledge that I've gained. I
> *love* hearing someone say "oh, that's exactly what I needed, thank you!"


So do I.

> Peter likes to hear himself say he's answered the question when he's given a
> factually correct answer that is absolutely useless: "it's in the docs",
> "there are umpteen ways to do that", "so go fix it", etc.


Hey Peter, what do you say to that? Do you like that?
Is that why you do it?

-Enrique
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 11:11 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
UnixAdminTalk.com

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303