Jealous See

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
I'm having fun following this thread...
You should participate then!
Just following is not as fun as being in the heat of the discussion!
 
Last edited:

debio264

New Member
Messages
25
Reaction score
0
Points
1
Same here, although I would like to say in Linux's defense that most of our users aren't like ichwar.
Linux is a solid OS that's useful for many things, but it's not for everyone.

And ichwar, you need to figure out that Ubuntu != Linux. It's been 5 years since I touched apt-get, and I'm quite happy to be using a different and, I think, far superior package manager.
Oh, and you can't always install things with a package manager, so in many cases I make my own packages. In Debian/Ubuntu, I don't think that's really an option for the average user.
 

zen-r

Active Member
Messages
1,937
Reaction score
3
Points
38
At last we have some common sense prevailing! Thank you debio264, & others.

Personally, I can see the merits of Linux in it's current form, & all the potential it has to offer for the future.

It's just that, as I had tried to explain to ichwar earlier, it doesn't mean that Linux is right for everyone - either in terms of ease of use or, as in my case, in terms of justifying the time/cost in converting, transfering & relearning a new system.

And for all Window's faults, it doesn't deserve to be so lazily ridiculed by ichwar. Not only does Windows provide a very functional & diverse platform for current users, but it has also helped enormously in the development of the home PC industry.
 

debio264

New Member
Messages
25
Reaction score
0
Points
1
The spiel I normally give to the "Everyone Should Use Linux" people is that Linux isn't for everyone because it isn't as user friendly. When something breaks, it's seriously broken, and because a linux desktop environment is built on several hundred components, you need to have a good idea of how everything works to fix anything. The Ubuntu people have at least partially succeeded in making that less of a problem, but it's still there. When the Ubuntu "automagical" GUIs and scripts get out of sync with the underlying config structure, bad things happen.

With Windows, your system is an enormous black box that's very difficult to understand, but Microsoft has set everything up so understanding is necessary only in the rarest circumstances. Pretty much anyone can install and use Windows, and the learning curve will be pretty short because all the complicated "computer stuff" that makes everything work is thoroughly hidden from the user in such a way that it just doesn't matter.

There are exceptions to both of these assertions, but 90% of the time, this is how the Linux vs Windows OS experience goes. Linux is for people that want their computer to woth a certain way or that want their computer to be based on free/open source software. Windows is for anyone; Microsoft has succeeded in that arena.

On a side note, this post was written from Firefox within the Gnome desktop on Arch Linux, and I just noticed that when I press R, the scroll lock engages, and when I press W, it disengages. Well, it did a minute ago. Now it isn't doing it anymore. I'll have to Google it, because I have no idea how that can happen.
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
On a side note, this post was written from Firefox within the Gnome desktop on Arch Linux, and I just noticed that when I press R, the scroll lock engages, and when I press W, it disengages. Well, it did a minute ago. Now it isn't doing it anymore. I'll have to Google it, because I have no idea how that can happen.

Were you pressing any other keys than "R"?
 

debio264

New Member
Messages
25
Reaction score
0
Points
1
Were you pressing any other keys than "R"?

No, and the only thing I can think of that's odd is that I have both a PS/2 and a USB keyboard connected right now. I was literally typing "wrwrwrwr" and watching the light turn on and off.

Oh, and I had to write this post twice because X (and my entire desktop) crashed and restarted to a login screen when I pressed enter between the last paragraph and this one. That's been going on, and it happened in both KDE and Gnome (I tried KDE 4.3 for a while but wound up switching back to Gnome). This box has moved from being my server to being my desktop in the last few weeks, so rather than figure out what's breaking, I'll probably just pull whatever files I want and reinstall. I'm not using half of the stuff on my system, and I'm too lazy to go through and delete what I don't need anymore.
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
No, and the only thing I can think of that's odd is that I have both a PS/2 and a USB keyboard connected right now. I was literally typing "wrwrwrwr" and watching the light turn on and off.

Oh, and I had to write this post twice because X (and my entire desktop) crashed and restarted to a login screen when I pressed enter between the last paragraph and this one. That's been going on, and it happened in both KDE and Gnome (I tried KDE 4.3 for a while but wound up switching back to Gnome). This box has moved from being my server to being my desktop in the last few weeks, so rather than figure out what's breaking, I'll probably just pull whatever files I want and reinstall. I'm not using half of the stuff on my system, and I'm too lazy to go through and delete what I don't need anymore.

Yes, that would work too. What distro are you running again?
 

debio264

New Member
Messages
25
Reaction score
0
Points
1
I'm running Arch Linux, but because of the way Arch packages things, it's very rare to find an Arch-specific problem. Unlike the Debian/Ubuntu people, we don't patch things before we package them, so bugs are generally upstream problems.
 
Last edited:

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
I've never tried Arch before, maybe I'll give it a quick download and see if it's any better :).
 

debio264

New Member
Messages
25
Reaction score
0
Points
1
It's claim to fame is that there are no releases. You just have pacman (the package manager) update your system and you get the latest stable version of pretty much every app installed. Our current kernel version is 2.6.30.4, to show you what I mean.
There is somewhat of a penalty to stability because things do break occasionally, but that's rare, and most Arch users will tell you that the benefits of running up to date software outweigh the rare instabilities. Arch isn't a good distro for servers though. I'm in a project that's working on a stable snapshot release system for Arch that could be used on servers.
We keep it simple. The installer reboots you into a console, from which you can use pacman to install whatever desktop you want. Personally, I run Awesome (a tiling window manager) on my laptop and Gnome on my desktop.
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
I like to compile my own kernel though.
 

debio264

New Member
Messages
25
Reaction score
0
Points
1
I like to compile my own kernel though.

The other nice thing about Arch is the Arch Build System (abs). It lets you download the scripts the developers used to make the packages in the repositories. From there, you can edit them and rebuild them and do whatever else you want. Personally, I've built my own kernel on a few occasions. a package is generated from a specialized script called a PKGBUILD, and writing a PKGBUILD for a new package is usually as simple as filling in the variables (like the package name, version, etc) and writing the build() function as "./configure; make; make DESTDIR=$pkgdir install"
We don't do what Debian does and write a huge patch that rewrites half of the code and then changes the Makefiles around so running make builds a package.

Oh, and I almost forgot to mention, all Arch packages are compiled with i686 optimizations by default, so the binaries themselves have a fairly noticeable performance improvement.
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
I don't use debian based distro's, I use redhat based distro's and with that i can generate rpm's.
 
Last edited:

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
Okay guys, it's decided, I go back to Linux... as soon as I have my second desktop. Now, I need a bit of help: which distro should I take?
 
Last edited:

galaxyAbstractor

Community Advocate
Community Support
Messages
5,508
Reaction score
35
Points
48
No, you need to download it, and it's for the Pro/Business versions only from what I can read.

I got it from windows update when I was on vista. It also comes bundled with windows 7.

And btw, business GPUs (Like quadro fx 570m) on a lenovo laptop + ubuntu + compiz = extremely hard to set up, because no real driver exists, and you need to use a beta driver made for another card. If you do it wrong, it will take ~2 minutes to click on things. Took me around 3 days to correctly install a beta driver and bypassing the controls of it (lenovo installs the components in a non-standard way, so if the driver installer checks for the component, it wont find it)
 
Last edited:

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
I got it from windows update when I was on vista. It also comes bundled with windows 7
It's available on windows update, window 7 and windows vista business and ultimate.
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
I downloaded it from Microsoft Download; but then again I am running XP.
 

ichwar

Community Advocate
Community Support
Messages
1,454
Reaction score
7
Points
0
Okay guys, it's decided, I go back to Linux... as soon as I have my second desktop. Now, I need a bit of help: which distro should I take?
Stability/Ease of use, go for either a debian based OS or centOS. If you're looking for a totally transparent OS, go for gentoo. If you want totally open source, give openSuse a try. Or if you want a nice mix and don't mind playing around with settings a bit, Fedora is pretty good. I'd suggest you stay away from FC10 if you're using wifi though. They did something wrong there. FC9 and FC11 both worked perfectly for me, but 10 was constantly doing wierd things with my wifi and graphics.

I hope that helps.
 

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
Stability/Ease of use, go for either a debian based OS or centOS. If you're looking for a totally transparent OS, go for gentoo. If you want totally open source, give openSuse a try. Or if you want a nice mix and don't mind playing around with settings a bit, Fedora is pretty good. I'd suggest you stay away from FC10 if you're using wifi though. They did something wrong there. FC9 and FC11 both worked perfectly for me, but 10 was constantly doing wierd things with my wifi and graphics.

I hope that helps.
Thanks ichy, oh and I don't use WIFI, I don't even have a real router (my computer is directly connected to the modem).

My guess is that I'm gonna have a computer with about 5 or more distros installed. How's about that? I'm gonna have - probably - debian 5.0, centOS 5.3 - x10 uses centOS as well :biggrin: -, gentoo - some weekly release -, openSuse 11.1 and fedora 11.

How's about that?

BTW, fedora core doesn't exist anymore - since fedora 7-, it's simply fedora now.

2nd part:
I downloaded it from Microsoft Download; but then again I am running XP.
As described on microsoft's website, there is a package for windows xp, windows server 2003 and windows vista business and ultimate. None for windows home basic or home premium.
 
Last edited:

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Thanks ichy, oh and I don't use WIFI, I don't even have a real router (my computer is directly connected to the modem).

My guess is that I'm gonna have a computer with about 5 or more distros installed. How's about that? I'm gonna have - probably - debian 5.0, centOS 5.3 - x10 uses centOS as well :biggrin: -, gentoo - some weekly release -, openSuse 11.1 and fedora 11.

How's about that?

BTW, fedora core doesn't exist anymore - since fedora 7-, it's simply fedora now.

2nd part:

As described on microsoft's website, there is a package for windows xp, windows server 2003 and windows vista business and ultimate. None for windows home basic or home premium.

Ohh gotchya bro thanks for the info.

*8,000th Post*
 
Last edited:
Top