Saturday, March 14, 2009

comp.os.linux.misc - 25 new messages in 9 topics - digest

comp.os.linux.misc
http://groups.google.com/group/comp.os.linux.misc?hl=en

comp.os.linux.misc@googlegroups.com

Today's topics:

* Remove UTF8 BOM from a large file - 3 messages, 3 authors
http://groups.google.com/group/comp.os.linux.misc/t/977dd6f1115d4ebf?hl=en
* Error: libdl.so.2, needed by libncursesw.so whilst building kernel - 4
messages, 2 authors
http://groups.google.com/group/comp.os.linux.misc/t/da37f9f46819ed5d?hl=en
* Making Windows images from Linux - 5 messages, 5 authors
http://groups.google.com/group/comp.os.linux.misc/t/cdf227ee6ed37fff?hl=en
* Surfing web as root: Dangerous? - 5 messages, 5 authors
http://groups.google.com/group/comp.os.linux.misc/t/166b0770060dda7f?hl=en
* changing ip address in RHEL5.3 - 4 messages, 4 authors
http://groups.google.com/group/comp.os.linux.misc/t/76cd645521b3930f?hl=en
* cheapness wholesales Factory Promotions Many brand bag Purse Free Shipping
Paypal payment at www.cicigogo.cn - 1 messages, 1 author
http://groups.google.com/group/comp.os.linux.misc/t/dd8dc754eb59bafa?hl=en
* Wholesale Affliction t shirts, affliction jeans, affliction hoodies Paypal
payment at www.guoshitrade.com - 1 messages, 1 author
http://groups.google.com/group/comp.os.linux.misc/t/5053a0f30e9ca65d?hl=en
* cheapness wholesales NFL Jerseys=20USD Mlb jerseys=20USD Nhl Jerseys=32USD
Free Shipping Paypal - 1 messages, 1 author
http://groups.google.com/group/comp.os.linux.misc/t/8876723fbd32e49a?hl=en
* Libranet - 1 messages, 1 author
http://groups.google.com/group/comp.os.linux.misc/t/4f3dbe9fe18dc40f?hl=en

==============================================================================
TOPIC: Remove UTF8 BOM from a large file
http://groups.google.com/group/comp.os.linux.misc/t/977dd6f1115d4ebf?hl=en
==============================================================================

== 1 of 3 ==
Date: Fri, Mar 13 2009 11:35 pm
From: howa


Hello,

I have some very large files (over GB), are there any command that can
enable me to remove UTF8 BOM from that file (edit in place)

Thanks.


== 2 of 3 ==
Date: Sat, Mar 14 2009 5:40 am
From: Sam


howa writes:

> Hello,
>
> I have some very large files (over GB), are there any command that can
> enable me to remove UTF8 BOM from that file (edit in place)

You cannot remove characters from a file, "in place". A new file must be
written out, with the unwanted content removed, and the old file removed.


== 3 of 3 ==
Date: Sat, Mar 14 2009 5:59 am
From: John Hasler


howa writes:
> Hello,
>
> I have some very large files (over GB), are there any command that can
> enable me to remove UTF8 BOM from that file (edit in place)

man sed
--
John Hasler
john@dhh.gt.org
Dancing Horse Hill
Elmwood, WI USA

==============================================================================
TOPIC: Error: libdl.so.2, needed by libncursesw.so whilst building kernel
http://groups.google.com/group/comp.os.linux.misc/t/da37f9f46819ed5d?hl=en
==============================================================================

== 1 of 4 ==
Date: Sat, Mar 14 2009 2:08 am
From: markhobley@hotpop.donottypethisbit.com (Mark Hobley)


philo <philo@privacy.net> wrote:
> You will simply have to install the needed libraries...
> it may be a minor PITA but it should not take more than a few minutes

Don't I already have them? Where do I get libdl from?

Mark.

--
Mark Hobley
Linux User: #370818 http://markhobley.yi.org/

== 2 of 4 ==
Date: Sat, Mar 14 2009 5:00 am
From: philo


Mark Hobley wrote:
> philo <philo@privacy.net> wrote:
>> You will simply have to install the needed libraries...
>> it may be a minor PITA but it should not take more than a few minutes
>
> Don't I already have them? Where do I get libdl from?
>
> Mark.
>
It depends on which distribution you were based

for the best help...you will need to state exactly which distribution
you are using.

If you are not familiar with package installation,
you are not yet ready to compile your own kernel...
best to learn the basics first prior to attempting expert level tasks.

== 3 of 4 ==
Date: Sat, Mar 14 2009 6:08 am
From: markhobley@hotpop.donottypethisbit.com (Mark Hobley)


philo <philo@privacy.net> wrote:
> for the best help...you will need to state exactly which distribution
> you are using.

I am using the latest Linux from Scratch LiveCD.

> If you are not familiar with package installation,
> you are not yet ready to compile your own kernel...
> best to learn the basics first prior to attempting expert level tasks.

I am familiar with:

./configure
make

I am also familiar with the kernel style:

make config (and make menuconfig).

I have built a kernel before. But last time I did it, I was using a
different distribution, and this error did not occur.

The problem is occuring during compilation of the configurator (The bit
that asks me the questions), not the kernel itself. I guess that there
is some sort of fault with ncurses.

If "make config" does not work, then I cannot generate a config file in
order to build the headers, which I will need to rebuild glibc.

Mark.

--
Mark Hobley
Linux User: #370818 http://markhobley.yi.org/

== 4 of 4 ==
Date: Sat, Mar 14 2009 8:51 am
From: philo


Mark Hobley wrote:
> philo <philo@privacy.net> wrote:
>> for the best help...you will need to state exactly which distribution
>> you are using.
>
> I am using the latest Linux from Scratch LiveCD.
>
>> If you are not familiar with package installation,
>> you are not yet ready to compile your own kernel...
>> best to learn the basics first prior to attempting expert level tasks.
>
> I am familiar with:
>
> ./configure
> make
>
> I am also familiar with the kernel style:
>
> make config (and make menuconfig).
>
> I have built a kernel before. But last time I did it, I was using a
> different distribution, and this error did not occur.
>
> The problem is occuring during compilation of the configurator (The bit
> that asks me the questions), not the kernel itself. I guess that there
> is some sort of fault with ncurses.
>
> If "make config" does not work, then I cannot generate a config file in
> order to build the headers, which I will need to rebuild glibc.
>
> Mark.
>

Well

I am not familiar with Linux from Scratch...

all I can tell you is that when I first started to learn about Linux...
my main problem was that I was trying too hard to configure a minimal
system...and ended up missing too many packages...
I'd then have to hunt down and add library after library.

I then decided to go the opposite route and install a full linux
distribution...such as Slackware( on DVD)
then all libraries and headers would already be there when needed.

Once I gained familiarity I learned how to slim-down a system .

==============================================================================
TOPIC: Making Windows images from Linux
http://groups.google.com/group/comp.os.linux.misc/t/cdf227ee6ed37fff?hl=en
==============================================================================

== 1 of 5 ==
Date: Sat, Mar 14 2009 3:08 am
From: markhobley@hotpop.donottypethisbit.com (Mark Hobley)


Amaranth <rhudson86@googlemail.com> wrote:
> Instead of forking out money to buy proprietary disk imaging tools to
> restore Windows every now and then (cue Windows jibe), would it work
> to just use Linux to copy a fresh Windows install out, to be copied
> back (rm -rf Windows partition, cp -r fresh install) when things break
> down or bloat up?

Yes of course. Just use tar.

http://markhobley.yi.org/linux/howto/xpbackup.html

Mark.

--
Mark Hobley
Linux User: #370818 http://markhobley.yi.org/

== 2 of 5 ==
Date: Sat, Mar 14 2009 3:54 am
From: Baron


Amaranth wrote:

> Instead of forking out money to buy proprietary disk imaging tools to
> restore Windows every now and then (cue Windows jibe), would it work
> to just use Linux to copy a fresh Windows install out, to be copied
> back (rm -rf Windows partition, cp -r fresh install) when things break
> down or bloat up?
>
> I'm about to do this but don't want to find out several months down
> the line that it won't work. How do I make a copy of the Master Boot
> Record?

Just DD it !

--
Best Regards:
Baron.


== 3 of 5 ==
Date: Sat, Mar 14 2009 8:16 am
From: Douglas Mayne


On Fri, 13 Mar 2009 17:48:58 -0700, Amaranth wrote:

> Instead of forking out money to buy proprietary disk imaging tools to
> restore Windows every now and then (cue Windows jibe), would it work
> to just use Linux to copy a fresh Windows install out, to be copied
> back (rm -rf Windows partition, cp -r fresh install) when things break
> down or bloat up?
>
Use a tool called ntfsclone to backup individual Windows partitions which
are formatted ntfs. I described one common usage here:
http://groups.google.com/group/alt.os.linux.suse/msg/837b44f62c139745

>
> I'm about to do this but don't want to find out several months down the
> line that it won't work. How do I make a copy of the Master Boot Record?
>
You are correct to worry that the tools you select will work when you need
them. One way to take the guess work out of equation is to practice in
advance using them. Practice requires a system where mistakes will not
have drastic consequences (i.e. you must have good backups, etc.)
There's more to the problem than just copying the MBR; you probably want
the ability to restore a blank disk using backups and simple tools to
yield a bootable copy of the source disk. To do this you need backups
of all partitions and have the ability to setup the bootloader. There are
many ways to backup/restore. It doesn't lend itself to a "one size,
fits all" approach. Simple methods (say, dd) may suffice, but IME
understanding what you're doing pays dividends later on. It may take a
bit of research and reading to understand your options. I started by
reading the "Hard Disk Upgrade Mini-Howto." Here is a brief outline of the
approach and some background information.

First, the "job" of the MBR is two-fold:

1. It holds the primary partition tables, partitions 1-4.
2. It holds the bootloader code. I use the grub bootloader.

You need to know the rules for partition disks in the PC world. I
explained them here:
http://groups.google.com/group/comp.os.linux.misc/msg/d3544c061662cacf

There are tools which setup partitions, including fdisk and cfdisk. Setting
up the bootloader requires a little bit more understanding and practice,
but "practice makes perfect." As I said, I use the grub bootloader because
it is a very flexible bootloader. In dual boot situations with Windows, I
have found that the chainloader syntax works fine. This grub configuration
stanza works:

title Windows
rootnoverify (hd0,0)
makeactive
chainloader +1

BTW, IME, Windows likes to be installed on the first partition.

To summarize, you'll need to understand the following:
1. The rules for partitioning disks.
2. The tools that you'll be using to backup and restore partition data.
3. The syntax and nomenclature used by the bootloader.

--
Douglas Mayne


== 4 of 5 ==
Date: Sat, Mar 14 2009 8:57 am
From: ray


On Fri, 13 Mar 2009 17:48:58 -0700, Amaranth wrote:

> Instead of forking out money to buy proprietary disk imaging tools to
> restore Windows every now and then (cue Windows jibe), would it work to
> just use Linux to copy a fresh Windows install out, to be copied back
> (rm -rf Windows partition, cp -r fresh install) when things break down
> or bloat up?
>
> I'm about to do this but don't want to find out several months down the
> line that it won't work. How do I make a copy of the Master Boot Record?

Others have covered the basic issues - I'd suggest you look at partimage,
too.


== 5 of 5 ==
Date: Sat, Mar 14 2009 11:48 am
From: ebenZEROONE@verizon.net (Hactar)


In article <nb9s86-u1c.ln1@neptune.markhobley.yi.org>,
Mark Hobley <markhobley@hotpop.donottypethisbit.com> wrote:
> Amaranth <rhudson86@googlemail.com> wrote:
> > Instead of forking out money to buy proprietary disk imaging tools to
> > restore Windows every now and then (cue Windows jibe), would it work
> > to just use Linux to copy a fresh Windows install out, to be copied
> > back (rm -rf Windows partition, cp -r fresh install) when things break
> > down or bloat up?
>
> Yes of course. Just use tar.
>
> http://markhobley.yi.org/linux/howto/xpbackup.html

Doesn't make a disk image, and doesn't copy ACLs.

--
-eben QebWenE01R@vTerYizUonI.nOetP royalty.mine.nu:81
Answer: two spoonfuls in my cup, please.
Question: how much should I use? (why top-posting is bad)
http://www.fscked.co.uk/writing/top-posting-cuss.html

==============================================================================
TOPIC: Surfing web as root: Dangerous?
http://groups.google.com/group/comp.os.linux.misc/t/166b0770060dda7f?hl=en
==============================================================================

== 1 of 5 ==
Date: Sat, Mar 14 2009 4:06 am
From: Andrew Halliwell


Sidney Lambe <sidneylambe@nospam.invalid> wrote:
> Been running Linux exclusively as root since day one. Lots of
> people do. Never had a problem.
>
> The world is full of paranoids. And fear-mongers who make a living
> spreading paranoia.

However, there're far more idiots out there than paranoid fear mongers.
If the framework is there, it doesn't hurt to use it.
Running everything as root is idiocy incarnate.
You might just as well use windows.
--
| spike1@freenet.co.uk | |
| Andrew Halliwell BSc | "ARSE! GERLS!! DRINK! DRINK! DRINK!!!" |
| in | "THAT WOULD BE AN ECUMENICAL MATTER!...FECK!!!! |
| Computer Science | - Father Jack in "Father Ted" |


== 2 of 5 ==
Date: Sat, Mar 14 2009 9:20 am
From: Douglas Mayne


On Fri, 13 Mar 2009 17:43:26 -0700, Amaranth wrote:

> Our Linux lecturer told us that it was not advisable to browse the web
> as root for "security reasons."
>
> I was a bit shy to ask but I have tried Googling for a reason why but
> nothing obvious came up. I can understand how one wants to limit root
> usage as far as possible but sometimes I log in as root to perform
> administrative tasks and want to browse the net while waiting for
> things to complete.
>
> So why is it dangerous to surf the net as root? What is the worst that
> can happen, and have browser/kernel security updates cured the
> problem?
>
> Thanks.
>
The browser is a complex assemblage of software, and it has bugs and
vulnerabilities. As such, they are under continual development. For
example, Firefox issues new releases fairly often to plug holes, etc. If
you are running an old version, then you may be specifically targetted by
the "bad guys" using a known exploit for a published vulnerability. It is
a very good idea to limit your exposure by keeping up to date with the
latest version, and other security patches. You will still be vulnerable
to attack (they could be using some "unknown" browser vulnerability), but
that is an order of magnitude less likely than the published buglist. BTW,
when you visit a website, you "leak" certain information about yourself as
part of a "client/server" transaction. Part of the information exchanged
is your IP address, and your client parameters such as this:

User-Agent:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.7)Gecko/2009021906
Firefox/3.0.7

For good or for bad, this advertises that the client is using Firefox
3.0.7 on Linux.

It's not just the browser that can have bugs. In addition, there are
vulnerabilties in libraries which are linked to it. In the last few years,
there have been critical bugs in graphics libraries (PNG, JPEG),
compression libraries (zlib), and a lot of other libraries. Any of these,
if left unpatched, can compromise the system.

Compromise...
It the simple case where a system is compromised, the attacker will gain
the rights of the account which is running the compromised code. As K.
Keller points out on this thread, a compromise which gives an attacker
"regular user account" rights is bad enough, but the root account is much
worse. It is the "grand prize" for the bad guys; don't run as root. When a
regular user account is attacked (non-root), then the bad guys must still
overcome other obstacles to compromise the entire box. Be aware that
there is a whole class of bugs which lead to "priviledge escalation."

http://en.wikipedia.org/wiki/Privilege_escalation

In short, if you are already running with the highest priviledge (root),
then the bad guys can skip that step- they will have already achieved
their goal and have "rooted" your box. Don't run as root.

More security basics...
IMO, it makes sense to use defenses whenever computers are placed directly
on a public network, such as the internet. Most home users are behind NAT
which provides at least some protection against unsolicited inbound
attacks. However, it is essential to employ a good firewall for any
system which is given a public IP.

--
Douglas Mayne


== 3 of 5 ==
Date: Sat, Mar 14 2009 9:40 am
From: ray


On Fri, 13 Mar 2009 17:43:26 -0700, Amaranth wrote:

> Our Linux lecturer told us that it was not advisable to browse the web
> as root for "security reasons."
>
> I was a bit shy to ask but I have tried Googling for a reason why but
> nothing obvious came up. I can understand how one wants to limit root
> usage as far as possible but sometimes I log in as root to perform
> administrative tasks and want to browse the net while waiting for things
> to complete.
>
> So why is it dangerous to surf the net as root? What is the worst that
> can happen, and have browser/kernel security updates cured the problem?
>
> Thanks.

Out of curiosity, have you ever heard of 'sudo'? It's made to facilitate
system admin from your normal user account.


== 4 of 5 ==
Date: Sat, Mar 14 2009 10:11 am
From: wisdomkiller & pain


Sidney Lambe wrote:

....
> Maybe. Without the Message-ID it is impossible to check and see
> if anyone is involved with this article but you.
>
> Given your signature, this looks like it just might be disguised
> spam.
>
Paranoia?
.....
> Been running Linux exclusively as root since day one. Lots of
> people do. Never had a problem.
>
Hmm. Until you visit *that* hacked webserver with a tiny exploit and you are
one of the crowd (of rootkitted zombies) listening for commands on a secret
irc channel while spewing spam all over the place and trying to find other
exploitable systems.

> The world is full of paranoids. And fear-mongers who make a living
> spreading paranoia.
>
Run windows Vista. You'll have UAC at least.


== 5 of 5 ==
Date: Sat, Mar 14 2009 11:11 am
From: Unruh


ray <ray@zianet.com> writes:

>On Fri, 13 Mar 2009 17:43:26 -0700, Amaranth wrote:

>> Our Linux lecturer told us that it was not advisable to browse the web
>> as root for "security reasons."
>>
>> I was a bit shy to ask but I have tried Googling for a reason why but
>> nothing obvious came up. I can understand how one wants to limit root
>> usage as far as possible but sometimes I log in as root to perform
>> administrative tasks and want to browse the net while waiting for things
>> to complete.
>>
>> So why is it dangerous to surf the net as root? What is the worst that
>> can happen, and have browser/kernel security updates cured the problem?
>>
>> Thanks.

>Out of curiosity, have you ever heard of 'sudo'? It's made to facilitate
>system admin from your normal user account.

He also seems never to heard of su -- Ie you can open a root login in ONE
terminal window in which you carry out your administrative tasks, leaving
the desktop and your browser as user owned.
anyway, yes, there are a wide variety of web sites that can in principle to
nasty things to your machine if you do something stupid, or even not so
stupid.


==============================================================================
TOPIC: changing ip address in RHEL5.3
http://groups.google.com/group/comp.os.linux.misc/t/76cd645521b3930f?hl=en
==============================================================================

== 1 of 4 ==
Date: Sat, Mar 14 2009 4:34 am
From: snehapshinde@gmail.com


Hi all,
I am new to use linux. I have installed RHEL 5.3. While installing, I
chose the ip address to be set by DHCP.
The internet connection was working very well. But as I changed IP
address to static one using following command
ifconfig eth0 158.157.182.1
the internet connection went down.
What could be the reason.
Any help appreciated.
Thanks in advance.


== 2 of 4 ==
Date: Sat, Mar 14 2009 6:46 am
From: Baron


snehapshinde@gmail.com wrote:

> Hi all,
> I am new to use linux. I have installed RHEL 5.3. While installing, I
> chose the ip address to be set by DHCP.
> The internet connection was working very well. But as I changed IP
> address to static one using following command
> ifconfig eth0 158.157.182.1
> the internet connection went down.
> What could be the reason.
> Any help appreciated.
> Thanks in advance.

Unless you have a static address assigned to you, change it back to DHCP
and all will be well !

--
Best Regards:
Baron.


== 3 of 4 ==
Date: Sat, Mar 14 2009 7:30 am
From: Jean-David Beyer


Baron wrote:
> snehapshinde@gmail.com wrote:
>
>> Hi all,
>> I am new to use linux. I have installed RHEL 5.3. While installing, I
>> chose the ip address to be set by DHCP.
>> The internet connection was working very well. But as I changed IP
>> address to static one using following command
>> ifconfig eth0 158.157.182.1
>> the internet connection went down.
>> What could be the reason.
>> Any help appreciated.
>> Thanks in advance.
>
> Unless you have a static address assigned to you, change it back to DHCP
> and all will be well !
>
Wow! Who do you work for?

$ whois 158.157.182.1
[Querying whois.arin.net]
[whois.arin.net]

OrgName: DoD Network Information Center
OrgID: DNIC
Address: 3990 E. Broad Street
City: Columbus
StateProv: OH
PostalCode: 43218
Country: US


--
.~. Jean-David Beyer Registered Linux User 85642.
/V\ PGP-Key: 9A2FC99A Registered Machine 241939.
/( )\ Shrewsbury, New Jersey http://counter.li.org
^^-^^ 10:25:01 up 52 days, 1:16, 3 users, load average: 4.03, 4.14, 4.20


== 4 of 4 ==
Date: Sat, Mar 14 2009 11:39 am
From: Allen Kistler


snehapshinde@gmail.com wrote:
> I am new to use linux. I have installed RHEL 5.3. While installing, I
> chose the ip address to be set by DHCP.
> The internet connection was working very well. But as I changed IP
> address to static one using following command
> ifconfig eth0 158.157.182.1
> the internet connection went down.
> What could be the reason.

Because there's more to IP than just the address. If you want to change
your address, either edit /etc/sysconfig/ifcfg-eth0 or run
system-config-network, then ifdown and ifup on eth0. Since you're a
newbie, I'd suggest using system-config-network until you figure out how
networks work.

==============================================================================
TOPIC: cheapness wholesales Factory Promotions Many brand bag Purse Free
Shipping Paypal payment at www.cicigogo.cn
http://groups.google.com/group/comp.os.linux.misc/t/dd8dc754eb59bafa?hl=en
==============================================================================

== 1 of 1 ==
Date: Sat, Mar 14 2009 9:34 am
From: cicigogo3@yeah.net


About us:

I am a Super seller , i also do the business on Ebay with oversea
friends which come from the

world.I have many suppliers in china.So I can supply you good items,
low price, quick of

deliver, win friends to trust me!The hope can become you forever of
friend.
Our Bag Purse have:
Discount VERSACE True leather AAA Wholesale (www.cicigogo.cn)
Discount VERSACE bags Wholesale (www.cicigogo.cn)
Discount Chanel Purse Wholesale (www.cicigogo.cn)
Discount CHANEL bags Wholesale (www.cicigogo.cn)
Discount CHANEL True leather AAA Wholesale (www.cicigogo.cn)
Discount PRADA Purse Wholesale (www.cicigogo.cn)
Discount PRADA bags Wholesale (www.cicigogo.cn)
Discount PRADA True leather AAA Wholesale (www.cicigogo.cn)
Discount GUCCI Purse Wholesale (www.cicigogo.cn)
Discount GUCCI True leather AAA Wholesale (www.cicigogo.cn)
Discount Gucci bags Wholesale (www.cicigogo.cn)
Discount Gucci Purse True leather AAA Wholesale (www.cicigogo.cn)
Discount Gucci bag Wholesale (www.cicigogo.cn)
Discount BURBERRY Purse Wholesale (www.cicigogo.cn)
Discount BURBERRY bags Wholesale (www.cicigogo.cn)
Discount pauesmitl bags Wholesale (www.cicigogo.cn)
Discount HERMES True leather AAA Wholesale (www.cicigogo.cn)
Discount HERMES Purse True leather AAA Wholesale (www.cicigogo.cn)
Discount HERMES bags Wholesale (www.cicigogo.cn)
Discount LV bags Wholesale (www.cicigogo.cn)
Discount LV Purse True leather AAA Wholesale (www.cicigogo.cn)
Discount LV Purse Wholesale (www.cicigogo.cn)
Discount LV True leather AAA Wholesale (www.cicigogo.cn)
Discount D&G bag Wholesale (www.cicigogo.cn)
Discount D&G Purse Wholesale (www.cicigogo.cn)
Discount D&G bags Wholesale (www.cicigogo.cn)
Discount D&G Purse True leather AAA Wholesale (www.cicigogo.cn)
Discount ED Purse Wholesale (www.cicigogo.cn)
Discount EDHardy bags Wholesale (www.cicigogo.cn)
Discount UGG bag Wholesale (www.cicigogo.cn)
Discount CHLOE True leather AAA Wholesale (www.cicigogo.cn)
Discount CHLOE bags Wholesale (www.cicigogo.cn)
Discount Chloe Purse True leather AAA Wholesale (www.cicigogo.cn)
Discount JIMMY CHOO Purse True leather AAA Wholesale
(www.cicigogo.cn)
Discount JIMMYTOO bags Wholesale (www.cicigogo.cn)
Discount JIMMY THOO True leather AAA Wholesale (www.cicigogo.cn)
Discount paul smith bags Wholesale (www.cicigogo.cn)

More detail land, address:www.cicigogo.cn

==============================================================================
TOPIC: Wholesale Affliction t shirts, affliction jeans, affliction hoodies
Paypal payment at www.guoshitrade.com
http://groups.google.com/group/comp.os.linux.misc/t/5053a0f30e9ca65d?hl=en
==============================================================================

== 1 of 1 ==
Date: Sat, Mar 14 2009 10:00 am
From: guoshitrade003@163.com


we have set up long-term and closed cooperation with many
manufacturers and factories. TOP & BEST quality of products, high
reputation, excellent services and professionalism are those that we
used compete with others. We sincerely wish to cooperate with you and
to make mutual benefit! We will be your first choice of suppliers for
TOP quality products!
Best Service, Highest Quality, Competitive price, Timely delivery
as
its philosophy,
we are to fully cooperate on the basis of equality and mutual benefit
with business partners from all over the world.
We could supply mixed colors and sizes shoes for you. Your
satisfaction is our final target.

www.guoshitrade.com
Jeans
diesel jeans
designer jeans
stretch jeans
low rise jeans
men's jeans
skinny jeans
fashion jeans
jeans seven
jeans boot cut
womens diesel jeans
man diesel jeans
womens jeans
buy diesel jeans
evisu jeans
7 jeans
mens jeans
Jean
Artful Dodger Jean
A&F Jean
Affliction Jean
Armani Jean
Bape Jeans
BBC Jeans
Christian Audigier jeans
Coogi Jeans
D&G Jeans
Diesel Jeans
Ed hardy Jeans
Evisu Jeans
G-star Jean
Gino Green Global
LRG Jeans
Pants
Red Monkey Jeans
Rcover Jeans
Rock Republic Jean
Rock Women Jeans
Seven Jean
True Religion
True Religion Women
www.guoshitrade.com
air jordan
T-Shirt
lacoste t shirt
Lacoste Men's shirts
ralph lauren polo
Polo long sleeve shirt
a&f t shirt
Artful Dodger t shirts
Abercrombie Fitch
Affliction Shirt
Armani shirt
Bape/Ape Shirt
BBC Shirt
Burberry
Christan Audigier
Coogi Shirt
D&G shirts
Ed hardy Shirt
Ed hardy Women
Evisu t-shirt
Gino Green Global
Juicy t-shirt
Lacoste Shirt
Polo Shirt
Smet Shirt
www.guoshitrade.com
air jordan
Jersey
NFL Jersey
NBA Jersey
NHL Jersey
MLB Jersey
Football Jersey
www.guoshitrade.com
air jordan
Hoodies
Artful Dodger
AK Hoody
Affliction Hoody
Bape/Ape Hoody
BBC Hoody
Christan Audigier
CLH Hoody
ED-Hardy Hoody
Coogi Hoody
Evisu Hoody
G-Star Hoody
Gino Green Global
Kidrobot Hoody
LRG Hoody
Parish Hoody
Polo Hoody
10 Deep Hoody
www.guoshitrade.com
air jordan
Jacket
Adidas Jacket
A&F men Jacket
A&F women Jacket
Bape Jacket
BBC Jacket
ED Jacket
www.guoshitrade.com
air jordan
Sweater
A&F Sweater
Armani sweater
Boss sweater
D&G sweater
Lacoste Sweater
Polo sweater
Prada sweater
www.guoshitrade.com
air jordan
Suit
Baby Phat
Burberry suit
Dior suit
Juicy Couture suit
www.guoshitrade.com
air jordan
Consumer electrics
GHD
MK4
MK5
Hair straightener
Hair products
Hair accessories
Ipod 3rd generation
Ipod 4th generation
Ipod nano
Ipod touch
www.guoshitrade.com
air jordan
Sun Glasses
New Sunglasses
Armani Glasses
Burberry Glasses
D&G Glasses
Chanel Glasses
Dior Glasses
Fendi Glasses
Gucci Glasses
Okely Glasses
LV Glasses
Prada Glasses
Versace Glasses
Belt
Armani Belt
D&G Belt
ED hardy Belt
Gucci Belt
LV Belt
Other brands belt
Hat
New Hat
Christan Audigier
Ed hardy Hat
ERA Hat
Gucci Hat

==============================================================================
TOPIC: cheapness wholesales NFL Jerseys=20USD Mlb jerseys=20USD Nhl Jerseys=32
USD Free Shipping Paypal
http://groups.google.com/group/comp.os.linux.misc/t/8876723fbd32e49a?hl=en
==============================================================================

== 1 of 1 ==
Date: Sat, Mar 14 2009 10:24 am
From: guoshijerseys003@163.com


ALL ARE IN HAND,FAST SHIPMENT!


We use EMS,it usually takes 4-7 days arrive your hand!
BRAND NEW WITH tAG (NWT)
FASTEST SHIPPING PROMIS
SIZE:M,L,XL,XXL48,50,52,54
M48:81--65cm(length-width)
L50:83--66cm(length-width)
XL52:85--67cm(length-width)
XXL54:88--67cm( length-width)


We offer money back(not include shipment) guarantee on all my
jerseys,
if you are not happy you can return it for a FULL REFUND as long as
the item is in the same condition that you received.
ALL LETTERS AND NUMBERS ARE SEWN ON!!!


High Quality Promised!!!


and you can mix the order!!!


Arizona Cardinals(www.guoshijerseys.com)
Atlanta Falcons(www.guoshijerseys.com)
Baltimore Ravens(www.guoshijerseys.com)
Buffalo Bills(www.guoshijerseys.com)
Carolina Panthers(www.guoshijerseys.com)
Chicago Bears(www.guoshijerseys.com)
Cincinnati Bengals(www.guoshijerseys.com)
Cleveland Browns(www.guoshijerseys.com)
Dallas Cowboys(www.guoshijerseys.com)
Denver Broncos(www.guoshijerseys.com)
Detroit Lions(www.guoshijerseys.com)
Green Bay Packers(www.guoshijerseys.com)
Houston Texans(www.guoshijerseys.com)
Indianapolis Colts(www.guoshijerseys.com)
Jacksonville Jaguars(www.guoshijerseys.com)
Kansas City Chiefs(www.guoshijerseys.com)
Miami Dolphins(www.guoshijerseys.com)
Minnesota Vikings(www.guoshijerseys.com)
New England Patriots(www.guoshijerseys.com)
New Orleans Saints(www.guoshijerseys.com)
New York Giants(www.guoshijerseys.com)
San Francisco 49ers(www.guoshijerseys.com)
Seattle Seahawks(www.guoshijerseys.com)
St. Louis Rams(www.guoshijerseys.com)
Tampa Bay Buccaneers(www.guoshijerseys.com)
Tennessee Titans(www.guoshijerseys.com)
Washington Redskins(www.guoshijerseys.com)
New York Jets(www.guoshijerseys.com)
Oakland Raiders(www.guoshijerseys.com)
Philadelphia Eagles(www.guoshijerseys.com)
Pittsburgh Steelers(www.guoshijerseys.com)
San Diego Chargers(www.guoshijerseys.com)

==============================================================================
TOPIC: Libranet
http://groups.google.com/group/comp.os.linux.misc/t/4f3dbe9fe18dc40f?hl=en
==============================================================================

== 1 of 1 ==
Date: Sat, Mar 14 2009 1:49 pm
From: everyman


Don Zeigler <sitting@this.computer> wrote in
news:1dj0uonang0is.dlg@this.domain.or.that:

> everyman wrote:
>
>> [...]


ok, sorry. I have an old laptop that Libranet is one of the few distros
that run on it. I don't care if it's dead if I can get it to do what I
want. probably I can't find it cuz the guys who developed it don't want
it to be found.

>
> I wasn't trying to be an asshole, I was simply curious.
>
> Actually, I may still have my Libranet discs around here somewhere...

==============================================================================

You received this message because you are subscribed to the Google Groups "comp.os.linux.misc"
group.

To post to this group, visit http://groups.google.com/group/comp.os.linux.misc?hl=en

To unsubscribe from this group, send email to comp.os.linux.misc+unsubscribe@googlegroups.com

To change the way you get mail from this group, visit:
http://groups.google.com/group/comp.os.linux.misc/subscribe?hl=en

To report abuse, send email explaining the problem to abuse@googlegroups.com

==============================================================================
Google Groups: http://groups.google.com/?hl=en

0 comments:

Template by - Abdul Munir | Daya Earth Blogger Template