Windows vs Linux, Pros and Cons

OT: anything goes!

Moderator: Edi

User avatar
Lord MJ
Jedi Council Member
Posts: 1562
Joined: 2002-07-07 07:40pm
Contact:

Post by Lord MJ »

Speaking of symlinks, how do I create on through a command shell? I wish to create some symlinks on the Linux server I use.
User avatar
Pu-239
Sith Marauder
Posts: 4727
Joined: 2002-10-21 08:44am
Location: Fake Virginia

Post by Pu-239 »

Have you tried downloading any winmodem drivers? These usually aren't included. Look here:

http://www.linmodems.org/

I don't like any company belonging to UnitedLinux, which includes SuSe, Caldera, Turbolinux, and Connectiva, because of licensing issues. Especially Caldera. Of course all those companies are all dying, so...

The most widely used is:

RedHat

For user friendlyness there are:

Mandrake (which is also dying)
Xandros
Lycoris
Lindows

Lycoris and Mandrake are free, the others are not. However Xandros comes with CrossOver Office, which allows you to run MS Office. Lindows is pure shit. I have only read reviews, have never used any of these except RedHat, and it sucked. I'm running LFS.

Oh for Durandal and Lord MJ, about microkernels vs monolithic kernels:
http://www.linuxjournal.com/article.php ... ed&order=0

ah.....the path to happiness is revision of dreams and not fulfillment... -SWPIGWANG
Sufficient Googling is indistinguishable from knowledge -somebody
Anything worth the cost of a missile, which can be located on the battlefield, will be shot at with missiles. If the US military is involved, then things, which are not worth the cost if a missile will also be shot at with missiles. -Sea Skimmer


George Bush makes freedom sound like a giant robot that breaks down a lot. -Darth Raptor
User avatar
Pu-239
Sith Marauder
Posts: 4727
Joined: 2002-10-21 08:44am
Location: Fake Virginia

Post by Pu-239 »

Lord MJ wrote:Speaking of symlinks, how do I create on through a command shell? I wish to create some symlinks on the Linux server I use.
ln -s [target] [link]

example: ln -s /bin/bash /bin/sh

ah.....the path to happiness is revision of dreams and not fulfillment... -SWPIGWANG
Sufficient Googling is indistinguishable from knowledge -somebody
Anything worth the cost of a missile, which can be located on the battlefield, will be shot at with missiles. If the US military is involved, then things, which are not worth the cost if a missile will also be shot at with missiles. -Sea Skimmer


George Bush makes freedom sound like a giant robot that breaks down a lot. -Darth Raptor
User avatar
Pu-239
Sith Marauder
Posts: 4727
Joined: 2002-10-21 08:44am
Location: Fake Virginia

Post by Pu-239 »

Oh and Lycoris is based in Redmond and used to be called Redmond Linux... Yes, Redmond, Washington...

ah.....the path to happiness is revision of dreams and not fulfillment... -SWPIGWANG
Sufficient Googling is indistinguishable from knowledge -somebody
Anything worth the cost of a missile, which can be located on the battlefield, will be shot at with missiles. If the US military is involved, then things, which are not worth the cost if a missile will also be shot at with missiles. -Sea Skimmer


George Bush makes freedom sound like a giant robot that breaks down a lot. -Darth Raptor
User avatar
Durandal
Bile-Driven Hate Machine
Posts: 17927
Joined: 2002-07-03 06:26pm
Location: Silicon Valley, CA
Contact:

Post by Durandal »

Pu-239 wrote:Oh for Durandal and Lord MJ, about microkernels vs monolithic kernels:
http://www.linuxjournal.com/article.php ... ed&order=0
Hm ... this article seemed like painfully obvious trolling to me. The author took, "Mac OS X uses the Mach microkernel," blended it with his "microkernels $UX0R$" shit, and wrote something. The majority of responses were right to flame his sorry ass for not researching exactly how OS X uses the Mach microkernel.
Damien Sorresso

"Ever see what them computa bitchez do to numbas? It ain't natural. Numbas ain't supposed to be code, they supposed to quantify shit."
- The Onion
User avatar
Darth Wong
Sith Lord
Sith Lord
Posts: 70028
Joined: 2002-07-03 12:25am
Location: Toronto, Canada
Contact:

Post by Darth Wong »

His Divine Shadow wrote:
Crayz9000 wrote:I'll second that. Shortcuts are crappy and very dependant upon file location. Move something from one partition to another and all the shortcuts will break...
*groans*
That argument died with windows 95, or some time around that.
Don't you realize that a symlink actually exists at the filesystem level, while a "shortcut" is nothing more than a glorified batch file for the shell?
Image
"It's not evil for God to do it. Or for someone to do it at God's command."- Jonathan Boyd on baby-killing

"you guys are fascinated with the use of those "rules of logic" to the extent that you don't really want to discussus anything."- GC

"I do not believe Russian Roulette is a stupid act" - Embracer of Darkness

"Viagra commercials appear to save lives" - tharkûn on US health care.

http://www.stardestroyer.net/Mike/RantMode/Blurbs.html
User avatar
Pu-239
Sith Marauder
Posts: 4727
Joined: 2002-10-21 08:44am
Location: Fake Virginia

Post by Pu-239 »

Oh another- I think easier- solution for remote X
http://www.tightvnc.com/

ah.....the path to happiness is revision of dreams and not fulfillment... -SWPIGWANG
Sufficient Googling is indistinguishable from knowledge -somebody
Anything worth the cost of a missile, which can be located on the battlefield, will be shot at with missiles. If the US military is involved, then things, which are not worth the cost if a missile will also be shot at with missiles. -Sea Skimmer


George Bush makes freedom sound like a giant robot that breaks down a lot. -Darth Raptor
User avatar
phongn
Rebel Leader
Posts: 18487
Joined: 2002-07-03 11:11pm

Post by phongn »

Pu-239 wrote:
Lord MJ wrote:Speaking of symlinks, how do I create on through a command shell? I wish to create some symlinks on the Linux server I use.
ln -s [target] [link]

example: ln -s /bin/bash /bin/sh
Bad, very bad example!. sh is statically compiled, which will enable you to actually use your machine in case something FUBARs (like libs disappearing). You do not want /bin/sh merely existing as a symlink to /bin/bash
Last edited by phongn on 2003-02-05 08:54pm, edited 1 time in total.
User avatar
phongn
Rebel Leader
Posts: 18487
Joined: 2002-07-03 11:11pm

Post by phongn »

Pu-239 wrote:Oh another- I think easier- solution for remote X
http://www.tightvnc.com/
UltraVNC is better, I think. RDP is superior to either of them.
User avatar
phongn
Rebel Leader
Posts: 18487
Joined: 2002-07-03 11:11pm

Post by phongn »

Durandal wrote:
Pu-239 wrote:Oh for Durandal and Lord MJ, about microkernels vs monolithic kernels:
http://www.linuxjournal.com/article.php ... ed&order=0
Hm ... this article seemed like painfully obvious trolling to me. The author took, "Mac OS X uses the Mach microkernel," blended it with his "microkernels $UX0R$" shit, and wrote something. The majority of responses were right to flame his sorry ass for not researching exactly how OS X uses the Mach microkernel.
Indeed. Darwin is no more a microkernel than Windows NT 4+ is.
User avatar
His Divine Shadow
Commence Primary Ignition
Posts: 12791
Joined: 2002-07-03 07:22am
Location: Finland, west coast

Post by His Divine Shadow »

Darth Wong wrote:
His Divine Shadow wrote:
Crayz9000 wrote:I'll second that. Shortcuts are crappy and very dependant upon file location. Move something from one partition to another and all the shortcuts will break...
*groans*
That argument died with windows 95, or some time around that.
Don't you realize that a symlink actually exists at the filesystem level, while a "shortcut" is nothing more than a glorified batch file for the shell?
Yes, but what does a symlink have to do with that argument?


And crayz, I moved a file 6+ subidrectories to test, I did not get any search dialouge, said feature is probably improved in 2k/XP
Those who beat their swords into plowshares will plow for those who did not.
User avatar
Crayz9000
Sith Apprentice
Posts: 7329
Joined: 2002-07-03 06:39pm
Location: Improbably superpositioned
Contact:

Post by Crayz9000 »

His Divine Shadow wrote:And crayz, I moved a file 6+ subidrectories to test, I did not get any search dialouge, said feature is probably improved in 2k/XP
This WAS 2000!

It wasn't a dialogue, anyway. It was just the little "Searching..." thing that came up for a second or so.
A Tribute to Stupidity: The Robert Scott Anderson Archive (currently offline)
John Hansen - Slightly Insane Bounty Hunter - ASVS Vets' Assoc. Class of 2000
HAB Cryptanalyst | WG - Intergalactic Alliance and Spoof Author | BotM | Cybertron | SCEF
User avatar
His Divine Shadow
Commence Primary Ignition
Posts: 12791
Joined: 2002-07-03 07:22am
Location: Finland, west coast

Post by His Divine Shadow »

ok
Those who beat their swords into plowshares will plow for those who did not.
User avatar
Pu-239
Sith Marauder
Posts: 4727
Joined: 2002-10-21 08:44am
Location: Fake Virginia

Post by Pu-239 »

phongn wrote:
Pu-239 wrote:
Lord MJ wrote:Speaking of symlinks, how do I create on through a command shell? I wish to create some symlinks on the Linux server I use.
ln -s [target] [link]

example: ln -s /bin/bash /bin/sh
Bad, very bad example!. sh is statically compiled, which will enable you to actually use your machine in case something FUBARs (like libs disappearing). You do not want /bin/sh merely existing as a symlink to /bin/bash
Eh. That's what boot disk is for. Besides if libs started disappearing, some other programs might not work either. Of course in a secure environment, you should'nt be able to boot from removable media.

Also I think RedHat 7.2 had it as a symlink to bash, and coredistro has it as one.

From the LFS book:
sh

sh is a symlink to the bash program. When invoked as sh, bash tries to mimic the startup behavior of historical versions of sh as closely as possible, while conforming to the POSIX standard as well.

ah.....the path to happiness is revision of dreams and not fulfillment... -SWPIGWANG
Sufficient Googling is indistinguishable from knowledge -somebody
Anything worth the cost of a missile, which can be located on the battlefield, will be shot at with missiles. If the US military is involved, then things, which are not worth the cost if a missile will also be shot at with missiles. -Sea Skimmer


George Bush makes freedom sound like a giant robot that breaks down a lot. -Darth Raptor
User avatar
phongn
Rebel Leader
Posts: 18487
Joined: 2002-07-03 11:11pm

Post by phongn »

Well, you can use a bootdisk, but IMHO I'd rather be able to at least attempt to get into my machine with a working shell rather than use one.
Post Reply