Author Topic: I've gone nuts...i mean nix...  (Read 2896 times)

VBprogrammer

  • Back on GMT thank god
  • Jackass IV
  • Posts: 747
  • Karma: +13/-21
I've gone nuts...i mean nix...
« on: November 12, 2005, 04:39:26 PM »
Well its official, I'm now only using linux. My spare computer that I was running linux on went down (think theres a problem with the memory controller) so I was using knoppix on my laptop. After a bit I decided that it was silly to be using linux all the time without using the hard-drive so I've now got Fedora 4 running on my laptop.

Why did I do it? Well when somethings wrong in linux, linux tells you whats wrong. It doesn't give you some general error message and let you try messing about with everything 10x before it changes a setting itself that fixes the problem. You run a few commands, see what the problem is then run another command to fix it. Ok, you need to know those commands but hey, I like it.

Just now I've just built my wifi cards driver and am using it nicely (actually its not mine, its my flatmates...but i've ordered the same one and its due on monday as my built in one is a broadcom chipset which will run in linux using ndiswrapper but my distro doesn't have that intalled by default and I didn't want to rebuild my kernel just to support that and it won't work in monitor mode).

Perspective

  • badfish
  • Jackass In Charge
  • Posts: 4635
  • Karma: +64/-22
    • http://jeff.bagu.org
I've gone nuts...i mean nix...
« Reply #1 on: November 12, 2005, 09:11:46 PM »
I run core 4 on my laptop too. here's some good 3rd party yum repos (if you use yum). Just creat some *.repo files in /etc/yum.repos.d/ and you can install many pre-packeged software dealies using yum install .

Quote

[dag]
name=Dag RPM Repository for Fedora Core
baseurl=http://apt.sw.be/fedora/$releasever/en/$basearch/dag
gpgcheck=1
enabled=1

[atrpms]
name=Fedora Core $releasever - $basearch - ATrpms
baseurl=http://dl.atrpms.net/fc$releasever-$basearch/atrpms/stable
gpgcheck=1
enabled=1

[dries]
name=Dries RPMs - $releasever - $basearch
baseurl=http://ftp.belnet.be/packages/dries.ulyssis.org/fedora/linux/$releasever/$basearch/dries/RPMS/
gpgcheck=1
enabled=1


[fresh-rpms]
name=Fresh RPMs
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/RPMS.extras/
gpgcheck=1
enabled=1

[livna]
name=Livna for Fedora Core $releasever - $basearch - Base
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.lvn
enabled=1
gpgcheck=1