Berkeley CSUA MOTD:Entry 20622
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/24 [General] UID:1000 Activity:popular
5/24    

2001/2/17-19 [Computer/SW/OS/Solaris, Computer/HW/Drives] UID:20622 Activity:moderate
2/16    Is there a program to expand a .bin CD image file onto hard disk
        directly without going through the CD burning step?
        \_ Most Unix'es can mount an ISO-9660 (High Sierra/Rockridge) image
           as a filesystem directly, either through builtin software or free
           ware addons.
           \_ Specifically, use vnconfig(8) on FreeBSD or losetup(8) on Linux.
              \_ or lofiadm on solaris 8.
                \_ or Joerg Schilling's fbk on earlier Solaris (see cdrecord)
        \_ There's a program (shareware?) called WinImage that lets you
           browse/copy from ISO image.  It's for Windoze, though.  You didn't
           want that, did you?
2025/05/24 [General] UID:1000 Activity:popular
5/24    

You may also be interested in these entries...
2010/2/8-18 [Computer/SW/Apps/Media, Computer/SW/Apps] UID:53695 Activity:kinda low
2/5     I like Adobe Flash. When written correctly, it scales along
        with your browser size. It looks consistent on every single
        browser. It is predictable. On the other hand, I'm not a big
        fan of CSS/HTML, which for the most part, look wildly different
        between browsers, and don't even work consistently or
        correctly at times. So why do so many people (like Steve Jobs)
	...
2009/10/27-11/3 [Computer/SW/Unix] UID:53475 Activity:nil
10/27   http://www.maxgames.com/play/flash-mind-reader.html
        how does this work?
        \_ sh -c 'for ((i=0;i<10;i++)); do for ((j=0;j<10;j++)); do echo "$i$j-(\
$i+$j)" | bc; done ; done' | uniq
        \_ bash -c 'for ((i=0;i<10;i++)); do for ((j=0;j<10;j++)); do echo "$i$j\
-($i+$j)" | bc; done ; done' | uniq
	...
2009/4/20-23 [Computer/SW/Database] UID:52876 Activity:nil
4/19    ORCL u SUNW = ORCL.
        What is Larry Ellison thinking? What is he going to do with a bunch of
        legacy Sun hardware that no one uses anymore, its fading workstation
        customer base, and open source Sun MySQL that doesn't even generate
        revenue? I really don't get all this acquisition business.
        \_ A lot of big companies still use big, fat Sun hardware. Or use
	...
2009/1/15-23 [Computer/SW/OS/OsX] UID:52398 Activity:nil
1/15    can any serious development be done on OSX that is not *for OSX*.
        i'll grant that ruby on rails has excellent tutorials for the mac.
        discuss:
        \_ What kind of serious development?  If you want to use the standard
           OSX ui then your ui code will be pretty much useless elsewhere,
           but that's why concepts like MVC are so important.  Otherwise
	...
2008/11/29-12/6 [Computer/SW/OS/FreeBSD, Computer/SW/OS/VM] UID:52129 Activity:moderate
11/29   I'm experimenting with virtualization, and as a poor college student
        I'm wondering what the best alternatives for virtualization are, and
        how best to cut my teeth on messing with non-linux platforms (or I
        guess interesting stuff on Linux would work too). Right now I've got
        FreeBSD7 running on KVM on my home computer (on a Core 2 Quad), and am
        somewhat at a loss as to how to use it. (More details: bridged
	...
2008/11/14-26 [Computer/SW/Languages/Java, Computer/SW/OS/Solaris] UID:51970 Activity:moderate
11/13   http://sfgate.com/cgi-bin/article.cgi?f=/n/a/2008/11/14/financial/f051352S72.DTL
        http://preview.tinyurl.com/6nngpm
        Sun Microsystems Inc. plans to cut up to 6,000 jobs, or 18 percent of
        its global work force, as sales of its high-end computer servers have
        collapsed.  The drastic move announced Friday highlights Sun's
        desperation to cut costs and survive as an independent company. Sun's
	...
2008/11/14-26 [Computer/SW/OS/Linux, Computer/SW/OS/Solaris] UID:51989 Activity:moderate
11/14   lulz why doesn't GOOG buy JAVA i mean SUN i mean whatever the hell they
        are these days.
        \_ Even GOOG isn't THAT stupid
           \_ Sorry, but WHY would Google do something like that? They
              run 99.2% Linux servers on the backend. They don't use
              Solaris for development. I mean, what does Sun have to
	...
2008/9/24-29 [Computer/SW/OS/Windows, Computer/SW/OS/Solaris] UID:51283 Activity:nil
9/24    Why is nscd going crazy?  DoS?
        \- back in the solaris say 2.5-2.6 era, it had both some bugs
           (some malformed nis maps made it go crazy) and architectural
           flaws in the IPC/door+threading mechanism. if you are running
           OS-recent, dunno, but you can trace it.
           \_ Yeah, I think it's just buggy.  I've restarted it, and it seems
	...
2008/4/3-9 [Computer/SW/Languages/Misc, Computer/SW/OS/Solaris] UID:49658 Activity:nil
4/3     Solaris experts: I've never played with ZFS. Does it have a native
        dump command a la ufsdump?
        \_ This might be what you are looking for:
           http://preview.tinyurl.com/2xqkda [sun - bigadmin]
	...
2008/3/30-4/6 [Computer/SW/OS/Solaris] UID:49614 Activity:nil
3/30    Question: I just deleted 60 GB of files from an 80 GB disk. The
        disk activity lights were blinking like crazy and I could hear the
        drive crunch while the data was deleted. This is under Solaris.
        Anyway, I think UNIX uses unlink() when files are deleted. Shouldn't
        it just update the free list on the superblock and call it a day?
        What is all the crunching about?
	...
2007/11/27-30 [Computer/SW/Languages/C_Cplusplus, Computer/SW/OS/Solaris] UID:48701 Activity:high
11/27   I'm using select to do a nonblocking check to see if a single socket
        has anything to read off it.  Problem is, I can have up to 12228
        file descriptors, and Linux fd_set only supports up to 4096.  Any idea
        what I can do about this?  (Or a better solution?) -jrleek
        \- 1. who are you
           2. i am busy this week and you didnt mention language
	...
2007/11/12-16 [Computer/SW/OS/Linux, Computer/SW/Unix] UID:48623 Activity:nil
11/12   how do i make a fail safe magical backup for my debian box
        that i can quickly boot from if the box explodes?
        \_ keep a linux live boot cd around for just such an emergency
           \_ And learn about 'dd'
        \_ I was hoping there was something as slick as CCC, for unix.
           \_ You can first duplicate the disk offline with dd, then just
	...
2005/12/30-2006/1/4 [Computer/SW/OS/Windows] UID:41180 Activity:nil 65%like:41172
12/29   A friend's primary Windows 2000 hard disk got nuked, and her
        backup drive is missing data. I'm looking for any
        recommendations for data recovery software for FAT/NTFS
        (restoring deleted files or corrupted filesystems) or
        recommendations for data recovery services in SF?
        \_ Get an external USB drive enclosure.  You want something
	...
2005/12/27-30 [Computer/HW/Drives, Computer/SW/OS/Windows] UID:41151 Activity:nil
12/27   I'm trying to help out with my mother in law's computer problems. She
        has two Windows XP computers (one desktop, one tablet pc) that she was
        using for her job before she retired. The computers themselves are old
        and her workplace doesn't want them back but they are installed with
        all this corporate Novell stuff that I don't know anything about and
        her account on the computer has very restricted permissions (she can't
	...
2005/6/22-23 [Computer/SW/OS/OsX] UID:38251 Activity:high
6/22    When I burn an iso image using the "Disk Utility" in OS X (Tiger)
        and I then use readcd on a linux box to verify the md5sum of the
        burned cd, the md5sum of the CD doesn't match the md5sum of the
        origional iso file. Is OS X modifying the iso image before it
        burns it or something? Seems strange.
        \_ Does this match on any of your other burned-CDs vs. ISO files?
	...
2005/5/18-19 [Computer/SW/Apps/Media, Computer/HW/Drives] UID:37730 Activity:nil
5/17    My second data backup question. I am looking for a backup media I can
        take off-site. I'll repeat that we've found the failure rate backing up
        to CD unacceptable. She wants to go with an Iomega product but I was
        wondering if people have had good/bad experience with these,
        reliability-wise and if they have better suggestions. I have about
        $400 for this.
	...
2005/4/1-3 [Computer/HW/Laptop, Computer/HW/Drives] UID:37032 Activity:low
4/1     I'd like to play my favorite EA game on the laptop. However, I
        don't have a CD player for my laptop and I'm wondering if it
        is possible to mount the CD on my desktop and access it via
        wireless. I know that EA has really weird CD protection
        schemes, that's why I'm wondering if anyone has successfully
        done this. -ok thx
	...
2005/3/19-20 [Computer/HW/Drives, Computer/HW/CPU] UID:36772 Activity:high
3/19    Given the choice between a firewire and USB2.0 connection
        (between an external hard drive and my computer), which one is
        better and why? Thanks.
        \_ Firewire is faster and more robust for that application.  USB
           is more widely available if you'd ever want to move the disk to
           another machine.  -tom
	...
2005/2/23-24 [Computer/SW/Security] UID:36377 Activity:very high
2/23    Hi, my girlfriend's mom is in Taiwan.  Her computer stopped booting;
        it shows BIOS, but it won't show the WinXP screen.  So, it sounds like
        a virus (less likely, partial drive failure / OS corruption, but let's
        assume it's a virus).
        She is concerned about recovering her files.
        Normally if I were on-site I'd just pull out the drive, put it in an
	...
2005/2/3-5 [Computer/HW/Memory, Computer/HW/Drives] UID:36055 Activity:moderate
2/3     So, I'm really confused about this notion of computer science
        metrics where everything's kind of 2^n, but sometimes not. For
        example, if I have a 4 GIG hard drive, does that mean I have
        exactly 2^32 bytes of space? Does that translate to 4000000000
        bytes, or some number that's close to it? How about megahertz?
        Say I have a 2.5GHz computer, does it run at exactly 2500000
	...
2005/1/18-19 [Finance/Banking, Computer/HW/Drives] UID:35762 Activity:moderate
1/18    A bunch of CD-ROMS I have are corrupted. They're in a nice
        CaseLogic case, closed, stored in a temperate (70-85F), dry
        location. I have no idea why they're corrupted, but I know
        one thing-- they've been sitting close my Sharper Image Ionizer
        [plus UV mode turned on], for maybe 6 months. I'm suspecting
        that either the ions or the UV killed them, but is it actually
	...
2005/1/12 [Computer/HW/Drives] UID:35672 Activity:very high
1/11    Using SATA (serial ATA) as the one and only primary HD, any
        problem with boot up? How about with motherboards built in say,
        2002? Any problem with that? Pros/cons with SATA? Comments?
        \_ You expecting to install Windoze on SATA and have it boot?
        \_ I had to get a special driver floppy to install Win XP on a recent
           box w/ onboard SATA.  It wasn't too hard, though.  YMMV.  --dbushong
	...
2004/11/12 [Computer/HW/Drives, Computer/SW/OS/Linux, Computer/SW/OS/Windows] UID:34853 Activity:moderate
11/12   Dual boot question:  I had a hard drive set up with dual boot.
        XP and Linux.  I had problems with the Windows partition.
        I got a new hard drive.  I connected the new hard drive and set it
        as the slave drive.  I went into setup and set it to boot from the
        slave drive (the new one).  I then reinstalled XP on the new drive.
        Oops.  My boot loader on the original drive got overwritten.  The
	...