Entries Tagged 'linux' ↓

What is the difference between linux and windows, which is better?

Some dell computers are loaded with ubuntu linux as an operating system. I've heard that its more efficient than windows and crashes less. What are its advantages? if i were to get a dell laptop with unbuntu loaded on it would I have a tough time figuring out how to use it?

Hmmm… the following reason's go against buying an Ubuntu-based Dell computer? That's true 5 years ago, but today is a different story. Have u tried Ubuntu Feisty Fawn/ v7.04 ? U might surprise that it can even match MS Vista.

Windows – is an operating system designed by a company called microsoft. it made for the average person to use very easily. Since it is such a big business it can put windows on all the computers it wants. so everyone uses it. they also know exactly what the average everyday person is going to need in an operating system so they make it as easy and as widespread as possible. Since it is proprietary as of winXP you can't copy it. You are supposed to buy one copy of windows per machine. Also only microsoft can see their own source used to develop the system.

Linux – is open sourced. Linus Torvalds, a college student at the time created the kernel as a way to create an open-sourced and free Unix. Since it is open-sourced people can keep it a lot more bug-free as windows. Linux all around is more efficient than windows.

"What are its advantages? "

Advantages is it is free, and freely distributable. it comes with free software that can mimmick some of the windows programs. it can use some windows programs. Don't have to worry too much about spyware or viruses as you would for windows.

"if i were to get a dell laptop with unbuntu loaded on it would I have a tough time figuring out how to use it?"

Ubuntu isn't really that hard. I would learn how to use the package manager and if can try to learn the bash shell and how it works. Bash is way better than the command prompt.

Would you have a tough time figuring out how to use it?? I Don't know, I don't know anything about you. if you are smart then you shouldn't have a problem.
If you are technophobic then you will most likely have a problem with it.

Basically determine what programs you want to use and see if they work on Linux. if they don't then that is one big con you can put on a list of pro's and cons.

linux is an open-source and free OS,windows is as we know commercial one.windows is easy to use .linux is not.
in my opinion the big differences between the two is the third-party softoware support .we know there are huge amout of applications run under windows,and make our life easy.Linux is not,this is the weak point of Linux.to choose witchone depend on one's computer skill,if you are a beginer ,i'd like recommend the windows,otherwise get a taste of Linux.

How to get Apache to run linux shell commands?

I am trying to run some shell commands from PHP on an Apache webserver. my Apache is running as nobody and therefore can not execute these commands which must be run as root. I have been thinking of using 'sudo'. Just wondering if there is any other ways to get around this permission issue. Thanks!