Jump to content

DragonMage

Members
  • Posts

    2142
  • Joined

  • Last visited

Posts posted by DragonMage

  1. Ah, that.. well... I don't believe that at all really.. I have an athlon so it should be something different, but I think it just detect something that is part of p2 and above and just show it..

     

    A real i686 iso should be compiled to a i686 architecture, including the kernel and such.. There used to be a rpm depository that are compiled specifically for athlons in texstar's place, but no more.

  2. Many times it is not that complicated to install software.

     

    1. bin files

    An example for this is java SDK, or OpenOffice.org. Basically all you have to do is to make that file executable by typing

    chmod a+x <name of file.bin>

    followed by

    ./<name of file.bin> (note the dot slash is important)

     

    of course a

    sh <name of file.bin>

    works also.

     

    Sometimes you may want to do this as root by using su command followed by superuser password, especially if you want the application to be accessible by everyone. (like openoffice or java sdk)

     

    2. tarballs

    The files are usually ends with tar.gz or .tgz. It's a bit trickier but many times, all you have to do are these commands:

    tar xvfz <name of file.tar.gz> (uncompress the tarball)

    cd <new directory created>

    ./configure (note the dot slash)

    make (to compile the package)

    At this point, you may want to su to root and enter your root password in order for the application to be accessible to everyone. After that type

    make install

     

    In some cases, tarballs ends with .tar.bz2 instead, for this, you may want to put the tarballs in separate directory then use these commands to uncompress it.

     

    bzip2 -d <name of file.tar.bz2>

    tar xvf <resulting file.tar>

    then you can do the three step ./configure, make, make install routine

     

    Anyway, always read the README or INSTALL notes that usually accompany the tarballs, sometimes there are some things that you need to install before you can compile the program. Other times, the installation is different (wine for example, it requires you just to unpack the files then type ./tools/wineinstall instead of the usual three steps)

     

    Hope it helps.

  3. Let's do it one by one.

     

    1. Newsreader:

    If you need binary downloading, you can use pan, its interface is similar to agent (not to mention same sucking up hd space capability). If you don't, knode or mozilla's own newsclient is good enough.

     

    2. Image viewer:

    Kuickshow, gqview, and tons of others. I just found out of an application in texstar's mirror called (sorry to say this, but this is actually the name) pornview. I never tried it since kuickshow and gqview are good enough for me.

     

    3. Vector illustration package:

    I am not sure about this one, but I think kontour could be close enough to what you are looking for.

     

    4. Mp3 ripping software

    grip, ripperX are good rippers. KDE3 Konqueror with audioCD-Slave can also rip cds right from the file manager. For the mp3 part, just download a version of lame or bladeenc codec and you can just activate it from grip or ripperX's own options.

     

    5. CDBurner

    XCDRoast, and eroaster are good cdburner. If you need a Nero like GUI, just download k3b. I haven't used arson yet, but I heard it can burn VCDs automatically.

     

    Anything else?

  4. Hmm.. that bug never happened to me in all these years of using mandrake, from 8.0 to 9.0. I have a feeling that it is one of those once in a blue moon kind of thing. I mean, it must be a linux thing, not just a mandrake problem because that thing can happen to anyone.

     

    Incidentally, once I brought my harddisk from Austin to SF to install in another computer. I don't know what happened, but the hard drive got tons of errors when installed to that other computer, and as a result, I lost 5 gigs worth of mp3 downloaded back during the golden age of napster. That teaches me to backup my data to something more substantial, like CDRs. That computer uses win2k btw, so I figure it's not just linux that has this type of problems. (Yes, the HD is fine hardware wise.. in fact.. I am using it right now)

     

    BTW, did you partition the fat32 partition using dos/windows fdisk? If that is true, I think that's the problem. I found out that dos fdisk partition the disk incorrectly, dunno why. I always lost my partition data if I install an OS (no matter what kind, win2k, win98 or linux) if I use windows to partition it sooner or later. But if I use linux fdisk or partition magic, nothing happens for ages.

  5. Ok.. here's how. I assume you know how to open up a terminal or console.

     

    1. Open a console, type

    su

    followed by your root password.

     

    2. Now use your favorite text editor to edit /etc/rc.d/rc.local An example is using kwrite (in which you should have unless you didn't install kde). Type

    kwrite /etc/rc.d/rc.local

     

    3. Now go to the last line and type the commands to activate hdparm for all your harddisks and if you want, your cdroms also. In my case it is like this

    hdparm -c3 -d1 /dev/hda

    hdparm -c3 -d1 /dev/hdb

    hdparm -c3 -d1 /dev/hdc

    hdparm -c3 -d1 /dev/hdd

     

    4. Save the file then exit.

     

    The next time you boot, those commands will be executed automatically.

  6. I just tried getbinnews...

     

    Just want to say that whoever wrote it is a skillled programmer who is totally lost on how to design a functional GUI. What a mess to work with!

     

    I know, but unfortunately, it's the only binary extractor that I know of that doesn't use mucho hard disk space (which pan does, I mean come on.. 36 megs just for keeping up what articles are read or not?). What I want is a port of XNews to linux.. now that is a really good all in one newsreader and binary extractor.

     

    There is another reader/extractor I know of, which is named BNR from http://bnr.newzbin.com but I haven't tried it yet since it requires qt2 libraries.. I am afraid what will happen if qt2 libraries are mixed with qt3 libraries in mandrake 9.0

  7. It's not that.. I am just surprised that Mandrake created a i686 ISO (if that is Mandrake). Usually Mandrake only have i586 ISOs. If there is such a thing.. I am going to download that and replace my old i586 isos with it. I mean.. I have an athlon, I686 compiled mandrake would be faster than i586 compiled mandrake ain't it?

  8. Well.. I don't know any programs that can resize reiserfs partition without formatting, not even partition magic. I am curious of what you need 4 gigs of hd space for. Anyway, since the /home is in separate harddrive, you can reinstall mandrake by just reformatting the / partition and the /home will be kept safe. The only problem is remembering the order you create the users since it seems that every user got their own userid number and group number in mandrake. I found this out the hard way when I switched the order of creating users during one of my reinstallation of mandrake and found that I cannot access my files in my accounts. I can login just fine and ls list the correct files and directories, but just cannot read, write or execute the file due to file permission is set to wrong user.

     

    My suggestion before reformatting and reinstalling mandrake is go to userdrake and write down the numerical version of userid and group id. The first user created will be 501, the second will be 502 and so on.

×
×
  • Create New...