Berkeley CSUA MOTD:Entry 16678
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/04/04 [General] UID:1000 Activity:popular
4/4     

1999/10/9-12 [Computer/SW/OS/FreeBSD, Computer/SW/OS/Linux] UID:16678 Activity:kinda low 75%like:16677
10/8    I have a computer running RedHat 6.0.  I just got an ethernet
        installing a NIC, but I'd rather not reinstall.  Thanks.
        \_ You can find a list of drivers in
           /usr/src/linux/Documentation/Configure.help; make sure the
           driver for your card is configured in your kernel or compiled
           as a module.
           \_ I installed a bsd box a while ago with totally random hardware
              which was all recognized instantly.  I had no idea what all that
              \_ Did writing that give you a big ego boost?
                \_ Don't forget to mention that it isn't a real sentence.
                   It doesn't have a period at the end.
                   \_ Uhm, okay.
              crap was, but bsd did.  And I don't have to rebuild the kernel
              every Monday, Thursday and every second Saturday.
           \_ WTF?! Isn't linux supposed to just work?  This looks worse
              than fucking windows! -sameer
                        \_ This sounds as if you are the victim of one or
                           more unrealistic expectations. "All OSes suck
                           equally.  Some OSes are less equal than others..."
                           -brg
               \_ yes, everything just magically works right off the
                  configuration is fairly easy.  just
                  route add -net 128.32.43.0/24 eth0
                  ifconfig eth0 128.32.43.52
                  route add default gw 128.32.43.254
                  insmod 3c509.o
                        \_ Unless of course you're using a modern OS which
                           doesn't require you to recompile your kernel just
                           to add new hardware.  At least linux is up to the
                           level SunOS 4 was at a decade ago and doesn't make
                           you recompile the kernel to repartition your disks
                           like the truly ancient Unixes.
                  route add -host 128.32.43.52 eth0
                  you're done (i just made up ip numbers).
                  \_ Oh yeah, that was totally trivial.  How obvious to any
                     fool.
                     \_ what I originally wrote was something different.
                        some dipshit changed what i wrote. basically
                        windows 95 does the exact same thing (load driver,
                        configure interface, and create routing table) but
                        has some pretty front end which you could easily
                        replicate under any other OS.
                \_ don't be an idiot.  If the support isn't compiled into
                   the kernel, of course it won't work.  -tom
                        \_ troll deleted
                        \_ It seems to be fairly common practice these days
                           for Linux distributors to configure everything as
                           a module that isn't in the core kernel, so you don't
                           generally have to recompile kernels. But if you have
                           an especially outlandish device you might have to
                           update your kernel sources and recompile. If you buy
                           a machine from VA Linux, for example, they will
                           patches and other good things for your box which
                           constitute their "officially supported" kernel, which
                           keeps you from having to track down quite so many
                           random little patches (and they give you precompiled
                           versions, too.) ... In theory, there's nothing which
                           prevents you from adding modules in after the kernel
                           is compiled, provided you get the symbol versions
                           right. But I haven't seen any concrete examples of
                           people doing this, especially since reconfiguring
                           one's kernel isn't particularly difficult, what with
                           "make xconfig" and all. -brg
                           \_ wait, I thought people recompiled and installed
                              linux kernels all the time?  Isn't this the point
                              of an open src?  you modify it to your needs?  I
                              remember having to recompile an old version of
                              slackware on my 386 just to get ps2 mouse
                              support. - paolo
                              \_ In the days when 1MB of memory costed $50
                                 yeah.
2025/04/04 [General] UID:1000 Activity:popular
4/4     

You may also be interested in these entries...
2013/2/19-3/26 [Computer/SW/OS/OsX] UID:54611 Activity:nil
2/19    I program a lot by sshing to a Linux cluster.  So I'm used to using
        Xemacs to code.  This works fine from a Linux or Windows workstation,
        but sometimes I have to use a Mac.  On Mac, the meta is usually
        bound to option, but that often doesn't work over ssh for some reason.
        This makes using emacs a real pain.  Any suggestions on how to fix it?
        (Other than "use vi")
	...
2012/8/28-11/7 [Computer/HW/Memory] UID:54466 Activity:nil
8/26    Amazon medium instances (3.75GB RAM): 0.160/hour = $1382/year
        Generic standard Linux VPS (4GB RAM): $480/year
        Amazon costs more (but does offer superior scaling options).
        \_ Amazon is $670 if you buy a year's usage up front (heavy util).
           Why is heavy util less expensive than light util?
	...
2012/1/4-2/6 [Computer/HW/Drives] UID:54281 Activity:nil
1/4     I want to test how my servers behave during a disk failure and
        a RAID reconstruction so I want to simulate a hardware failure.
        How can I do this in Linux without having to physically pull
        a drive? These disks are behind a RAID card and run Linux. -ausman
        \_ According to the Linux RAID wiki, you might be able to use mdadm
           to do this with something like the following:
	...
2010/7/21-8/9 [Computer/SW/OS/FreeBSD] UID:53890 Activity:nil
7/21    Can I just use ifconfig to expand my netmask on a FreeBSD box?
        Are there any gotchas here? Linux forces me to restart my network
        to expand my netmask.
        \_ yes... and no, you don't have to restart your network on linux either
           \_ Rebooting is the Ubootntoo way!
              \_ Oooboot'n'tootin!
	...
2010/7/22-8/9 [Computer/SW/OS/FreeBSD, Computer/HW/Drives] UID:53893 Activity:nil
7/22    Playing with dd if=/dev/random of=/dev/<disk> on linux and bsd:
        2 questions, on linux when <disk>==hda it always gives me this off
        by one report i.e. Records out == records in-1 and says there is an
        error. Has anyone else seen this?  Second, when trying to repeat this
        on bsd, <disk>==rwd0 now, to my surprise, using the install disk and
        selecting (S)hell, when I try to dd a 40 gig disk it says "409 records
	...
2010/5/26-6/30 [Computer/SW/Unix/WindowManager, Computer/SW/OS/OsX] UID:53844 Activity:nil
5/26    anyone use lxde?  supposedly it is less stupid than xfce and
        less bloated than gnome.  thoughts?
        \_ lol, does anyone still use desktop linux?  Get with the times
           buy a mac.  Now.  DO IT.  Go NOW.
           \_ but we prefer herring to Kool-Aid
              \_ "you have to yell, he's hard of herring"
	...
2010/5/6-26 [Computer/SW/OS/Windows] UID:53818 Activity:low
5/5     Does anyone know how to do custom install of Ubuntu 10.04? I can't
        even boot it up to give me the menu to custom install and it
        keeps installing a bunch of crap I don't need. It's getting
        just as slow and bloated as Winblows install. Dear lord,
        I miss the old Ubuntu.
5/5=1.0 Numerology FTW.    5+5=10
	...
2010/4/22-5/10 [Computer/SW/Languages/Misc] UID:53797 Activity:nil
4/22    In Linux is there an easy way to rename the scripts in /etc/rc?.d ?
        For example I want to set all the /etc/rc?.d/S91apache to S100apache
        so that it'll run the ramdisk BEFORE going to apache.
        \_ Sure, just move them.
           \_ I mean is there a script that will rename all of them
              for me? Like: setrc apache2 0 0 1 1 1 1
	...