Linux or Windows Operating System?

A Member? Please Login  
type your username and password to login
Date: October 07, 2008, 08:30 AM
246966 members and 145879 Topics
Latest Member: collinks
Nairaland [Nigerian Forum] Home Help Search Who is currently online? Login Register
Nairaland Forum  |  Technology  |  Computers (Moderator: uspry1)  |  Linux or Windows Operating System?
Pages: (1) ... (14) (15) (16) (17) (18) (19) (20) (21) (22) Go Down Send this topic Notify of replies
Author Topic: Linux or Windows Operating System?  (Read 19575 views)
Niggy (m)
Re: Linux or Windows Operating System?
« #608 on: February 19, 2007, 10:56 AM »

silverbird tv running smooth!


* silvertv.jpg (90.26 KB, 1152x864 )
fisayo
Re: Linux or Windows Operating System?
« #609 on: February 20, 2007, 05:16 PM »

Quote from: allonym on February 19, 2007, 01:46 AM
Smiley And to select the right tool, you need to have some objective comparison between a few.

this reminds me of another saying: "If all you have is a hammer, everything looks like a nail".

We are on the same page.  That is why I left my dream of working in Microsoft one day  Smiley  But you know, I may still do - Microsoft Embedded Linux. 

I'm thrilled by your insight.
adewaleafolabi (m)
Re: Linux or Windows Operating System?
« #610 on: March 01, 2007, 03:01 PM »

@fisssyo wats up? i finally got ubuntu christmas edition dvd version. it has codecs installed beryl etc i'll install it tommorrow God's willing. i have to go and buy a dvd rom. i was so disappointed with vista  Angry i tried it on a friends pc he says he wants to remove it
texazzpete (m)
Re: Linux or Windows Operating System?
« #611 on: March 02, 2007, 09:12 AM »

Quote from: adewaleafolabi on March 01, 2007, 03:01 PM
@fisssyo wats up? i finally got ubuntu christmas edition dvd version. it has codecs installed beryl etc i'll install it tommorrow God's willing. i have to go and buy a dvd rom. i was so disappointed with vista Angry i tried it on a friends pc he says he wants to remove it

Before you start dissing Vista publicly please post the specs of your friend's PC. We've had guys yabbing Vista for not running smoothly on a pentium 3 700mhz system just because they couldnt be arsed to RTFM!
esquire (m)
Re: Linux or Windows Operating System?
« #612 on: March 05, 2007, 09:53 AM »

hello Afo how far now i need to talk to you your nos that u text me with the other time while i was using  that glo line and it got lost so text me your current nos because i don't want to use email my nos is 08028862963. Fisayo how u dey now and u too niggy hope u guys are doing well av no been having nuff chance. Cheerio. later
Niggy (m)
Re: Linux or Windows Operating System?
« #613 on: March 05, 2007, 06:09 PM »

sup esquire?Long time.
adewaleafolabi (m)
Re: Linux or Windows Operating System?
« #614 on: March 06, 2007, 12:04 PM »

@texazzpete plz he uses a pentium 4 hp laptop with a vista compactible sticker on it. and plz i wasn't insulting vista anyway all i just said was that after all the hype i couldn't just see the point. and plz don't tell me RTFM Angry

@esquire 08025426934
texazzpete (m)
Re: Linux or Windows Operating System?
« #615 on: March 07, 2007, 10:05 AM »

Quote from: adewaleafolabi on March 06, 2007, 12:04 PM
@texazzpete plz he uses a pentium 4 hp laptop with a vista compactible sticker on it. and plz i wasn't insulting vista anyway all i just said was that after all the hype i couldn't just see the point. and plz don't tell me RTFM Angry

@esquire 08025426934

I wasnt dissing u. all i said was some guys go all out dissing vista without just cause. the RTFM wasn't directed at you. however you might need to RTFP (Read the ------ Post) before flaring up!

Vista compatible doesnt always mean it can handle the Aero interface perfectly. as long as a system can run the lo-fi version of vista, it could be slapped with a vista compatible sticker.
It's terrible if you review an entire OS in just a few minutes. Your pal needs to try out vista for a couple of days before forming an opinion, sadly most vista reviewers are already biased,
adewaleafolabi (m)
Re: Linux or Windows Operating System?
« #616 on: March 09, 2007, 11:33 AM »

ok i admit i was flaring up i have a thing against the fword it makes me angry don't know why. but i wonder why vista meets so much bias from people even non linux users  Huh
Niggy (m)
Re: Linux or Windows Operating System?
« #617 on: April 21, 2007, 08:27 AM »

I was tempted to open another thread and title it "linux and laptop", but i think i would fit right under this popular thread.
I got a new laptop, spec:

Toshiba Satellite pro A120
Intel Core sole 1.86Ghz processor
760MB DDR2 RAM
128MB Intel 945GM Express Chipset VGA
40Gig SATA hdd
DVD/CD-rw Ultra High speed
15.4" TFT wide-screen
wifi
100/1000Mb LAN
SD/MMC card slot
3 USB port

i installed fedora core 6 and almost everything worked out-of-the-box except:
1. fedora incorrectly loaded hdc driver for the cdrom. This caused choppy dvd playback and data copy from the cdrom
2. wifi was not detected
3. sd/mmc card slot sometimes detected and sometimes not

Everything else Graphic display, 3D, DRM, sound works fine. Hibernation (suspend to RAM and DIsk).

Solution to problems:
The wifi problem was solved by easily downloading my driver madwifi for Atheros and it works fine now.
The laptop used ICH7 by Intel.

$ lspci | grep -i ide
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA


The SATA hard drive is connected to the same hub with the CDrom.
 The correct scsi was loaded for the hard drive as sda but incorrectly loaded for my cdrom which is wrongly seen as hdc. This caused reduce or draggy system performance on the laptop which watching dvd or copying file from a disk.This can be checked like this"

$ ls -l /dev/cdrom
lrwxrwxrwx 1 root root 4 April 21 07:23 /dev/cdrom -> hdc



 To correct this i simply edit my boot loader (grub.conf) and point the kernel to load the correct driver for the cdrom like this:

kernel /boot/vmlinuz-2.6.20-1.2944.fc6 ro root=LABEL=/1 rhgb quiet combined_mode=libata

i added the combined_mode=libata to the line to tell the kernel that the hard drive and dvd/cdrom are connected to the same SATA hub.
And that's it. Everything started working fine, smooth and fast dvd and copy performance. It's like saying i enabled DMA on the cdrom drive. my cdrom is now seen correctly as scd0 and not hdc.

$ ls -l /dev/cdrom
lrwxrwxrwx 1 root root 4 April 21 07:30 /dev/cdrom -> scd0




adewaleafolabi (m)
Re: Linux or Windows Operating System?
« #618 on: April 21, 2007, 04:54 PM »

@niggy my pc has been freezing until when i had to reconfigure x. I have an nvidia graphic card(Nvidia Geforce Mx 400) and downloaded the 3d driver from nvidia it install but after logging in it freezes the pc after some minutes. also i had firefox and i installed flash plugin and now i installed opera it doesn't have flash support what can i do thanks
adewaleafolabi (m)
Re: Linux or Windows Operating System?
« #619 on: April 27, 2007, 08:38 PM »

plz can someone put me through on how to connect two linux computers through a modem cable or a linux and a window computer. thanks
babake81 (m)
Re: Linux or Windows Operating System?
« #620 on: April 29, 2007, 08:29 PM »

Niggy! u've really made this thread 'D Bomb'

I've been struggling, for months now, to figure out how to connect my starcomms usb modem to my linux m/c for browsing at home

RSVP ,  thanx
adewaleafolabi (m)
Re: Linux or Windows Operating System?
« #621 on: May 20, 2007, 07:25 PM »

Plz guys i need you to sign this petition so that a liux installer would be created for this game. If we are successful with this we could try adbobe and others u just imagine the possibilites
http://www.petitiononline.com/ibpfl/petition.html
3d_hunter (m)
Re: Linux or Windows Operating System?
« #622 on: May 31, 2007, 08:34 PM »

i have a 486. and i am new to linux but very much interested. i have other systems but i want  to install on the 486 first. who can tell me the best flavour to install and where i can download it from.
adewaleafolabi (m)
Re: Linux or Windows Operating System?
« #623 on: May 31, 2007, 10:04 PM »

just go to ubuntu.com or better search for ubuntu ultimate edition and download later you can download the i486 kernel module. cheers
Emmo
Re: Linux or Windows Operating System?
« #624 on: June 01, 2007, 09:41 AM »

Only thing that's whack about Linux is that not too many household applications come out for it, and it can't be really used as a gaming machine. But, if you have a fast enough computer you can run VMWare which lets you run windows inside of Linux through virtualization. Or if you computer is slow you can run single windows applications at time without running a whole "virtualizing" the entire windows operating system.

1. If you don't need to play games, are content with learning everything linux has to offer, and don't mind using 3rd part software. Then by all means choose linux.

2. If you run a slower computer but want more "current" type software then choose linux, because it utilizes cpu resources and swap space in place of RAM better than any of the window operating systems do.

3. If you need to ask a lot of questions and lack trouble shooting acumen , then you might want to save yourself the headache and go with windows.
3d_hunter (m)
Re: Linux or Windows Operating System?
« #625 on: June 01, 2007, 09:12 PM »

@ adewaleafolabi
 i went to ubuntu.com
 it is not downloading
adewaleafolabi (m)
Re: Linux or Windows Operating System?
« #626 on: June 01, 2007, 09:37 PM »

ok thats strange why is it not downloading. ok why don't you try ubuntu ultimate edition it will save u much time and gives you a complete suite out of the box. emmo you are way wrong you should give ubuntu gamers edition a try. linux has evolved look at beryl project linux supports 3d and now game makers are making native installer for linux look at america's army and linux-gamers.net
rozilla (m)
Re: Linux or Windows Operating System?
« #627 on: June 02, 2007, 12:07 AM »

jogego (m)
Re: Linux or Windows Operating System?
« #628 on: June 02, 2007, 01:58 PM »

Niggy long time. What are you up to these days? Am using Linux Mint now and Beryl comes pre installed, all I need to do is enable my Nvidia card. Will put up a screenshot one of this days
ifect
Re: Linux or Windows Operating System?
« #629 on: June 03, 2007, 03:28 PM »

Linux is a very powerful OS, i knew this when i cud not install windows on a faulty hard disk, linu x installed perfectly, and repaired my bad sectors for me. i advise u to learn it, companies that mean business are al using UNIX-based OSes e.g SOlaris and linux etc,  e.g celtel and d likes.

LINUX IS FUN, its for power users because u control ur system unlike Windows OS which controls you.
If u want control of ur system, use LINUX,  i love redhat, try ubuntu if u are just starting.
dakmanzero (m)
Re: Linux or Windows Operating System?
« #630 on: June 03, 2007, 04:59 PM »

Linux is nice, but in Nigeria where everything is pirated anyway, theres no reason to recommend linux to anyone

People are lazy and don't want to think about using their computer.

If u recommend linux to users (not computer geeks) they will hate you for it when their powerpoint emails don't open on doubleclick.

Personally I love linux. However I also love games. Since games require full power, I always run linux in a VM, and windows as primary.

As for vista, sorry TP, ive heard too many horror stories about vista's performance to consider it at the moment. I will move up after the first service pack, just like I did with XP. For now XP is fine.
3d_hunter (m)
Re: Linux or Windows Operating System?
« #631 on: June 03, 2007, 08:02 PM »

who knows the best linux SERVER   to use
adewaleafolabi (m)
Re: Linux or Windows Operating System?
« #632 on: June 03, 2007, 09:26 PM »

u can try ubuntu or cent os
dakmanzero (m)
Re: Linux or Windows Operating System?
« #633 on: June 04, 2007, 09:27 AM »

centos is nice.

its RHEL but free.
stanech
Re: Linux or Windows Operating System?
« #634 on: June 04, 2007, 06:18 PM »

I ordered an ubuntu Cd and it was delivered but anytime I install it gives me a blue screen error complaining about my Xserver graphical bla bla bla

I have tried running it several times.

I am new to Linux. Please someone should help.

kayodus (m)
Re: Linux or Windows Operating System?
« #635 on: June 05, 2007, 01:55 AM »

i prefer fedora servers - very cool and secured.

however, which linux certifications can one write ?

thanks Wink
stanech
Re: Linux or Windows Operating System?
« #636 on: June 05, 2007, 03:36 PM »

So please how do I run the ubuntu Linux. The cd is already here but I don't know what do do with it now.

I would need a little advice on how to run it please  Huh

U can PM me or send me a mail stanech2000@yahoo.com
Hayorbahmy (m)
Re: Linux or Windows Operating System?
« #637 on: June 07, 2007, 02:11 PM »

@Niggy
I believe you would be of help to me.
I was using a fedora core 4 on my system when suddenly it crashed and I tried rebooting it told me Hard disk not found. I tried using another HDD on it but it's asking for HDD passwd what do I do I don't know the passwd.Ur reply should be asap because its urgent.
adewaleafolabi (m)
Re: Linux or Windows Operating System?
« #638 on: June 07, 2007, 04:06 PM »

is the hard disk recognised in Bios? if yes then connect the other hard disk also and make sure bios detects both disks. then get a live cd could be any distro but i'll suggest puppy linux its not more than 70mb so you can download and burn it. i have a copy. so load puppy and it has a tool called MUT it helps to mount your discs no configuration required. they you can transfer your important files to the other hard disk but make sure the other drive is  in fat32 format. plz save your data first. then you could search for fedora forums
ovince (m)
Re: Linux or Windows Operating System?
« #639 on: June 08, 2007, 03:18 PM »

Well, I use Linux, Ubuntu to be precise, and its quite gooc except that u don't get enough softwares that run on linux. Linux is one of the best OSs when it comes to security as compared to windows and most of all its FREE. But if ure a newcomer to computers, red hat or Fedora is actually good. Although evrythings different from the file sytem, directories and the loads but it compatitible with Windows. Grin
 Your Favorite Nigerian Website(s)?  1000va Ups Circuit Diagram Needed  Free Invitations to GMail, Orkut and Yahoo 360 are available  Page 2
Pages: (1) ... (14) (15) (16) (17) (18) (19) (20) (21) (22) Go Up Send Topic to Friend by E-mail Reply 
Google
 
Web www.nairaland.com
Sections: TV/Movies (2) Music/Radio (2) Celebrities Job Talk Jobs/Vacancies (2) Career Talk Romance Books Politics Sports Fashion Travel
Health Schooling Religion General(2) Business Webmaster Programming Computers Phones Cars & Trucks

Links: Page1 Page2 Page3 Page4 Page5 Page6 Page7 Page8 Page9 Page10

Nairaland is owned by Oluwaseun Osewa
Nairaland Forum | Powered by SMF 1.0.12.
© 2001-2005, Lewis Media. All Rights Reserved.