shanenin

Moderator
  • Content Count

    3752
  • Joined

  • Last visited

Posts posted by shanenin

  1. @MistaMatt90

    I would say backup anything important and GO FOR IT. You will never feel completely confident in installing it, but after it is done you will probably feel that it was not as difficult as you thought.

  2. I'm mostly happy with it except that sound doesn't work for Ubuntu on one of my Linux boxes.

    just curious, did you mess with alsamixer at all? If you played a song, did it seem to play, but without volume, was not complaining of missing devices?

    I had a little trouble with alsa and ubuntu. I ended up solving the problem by using alsamixer(installed by default), and muted all channels execpt master and pcm. One of the other channels seemed to be blocking my sound, by muting it my sound just started to work.

  3. I just installed a fully configured bootable gentoo system in 10 minutes. This system has even been fully compiled to run perfectly on my hardware.

    I kind of cheated; the last install I did, I tarred up my whole system in a big tarball, well actually two: my /boot and my / partition. The install consisted of untarring two files.

    edit added later//

    before tarring my system, I deleted all of my distfiles. After using bzip to do the compression, I got the tarball down to just 175mb, this even includes my full kernel source; I think the system uncompressed was about 1.4 gb.

    I wonder how big of a tarball I can make? After gnome is full emerged maybe i will make a huge tarball. When does the maddness end; I need a life :-)

  4. I wasted nearly two hours of my day trying to make icccaros linux work with my printer. I guess it was not a total waste, I probably learned something. I am only able to get it to print a small text file. Any other thing I try starts the print job, then aborts. I installed hpijs, and am using a foomatic ppd.

    edit added later//

    this was not a crack at your distro. This was more pointing out the fact I spent two hours on something I do not need. I could have been doing something more productive

    Not being able to make it work is VERY UNSATISFYING. If I spent two hours and got the satisfaction of a nice print, I would be happy :-)

  5. What do you mean "open up a terminal"?

    open up a shell, in kde this is called konsole. This is the place you can enter commands

    I also don't know what su commands are, or how to change to root with them

    su means 'switch user' if you just type su without a user name it is the same as typing the command su root. These two command are the same

    su
    su root

    Both of the above commands mean "switch user to root". Normally you will need to enter the root password, but using knoppix it does not prompt for one.

    You also say "just click on your partition you want to resize, then under operations choose resize. It will ask you the new size you want it. If it gives you the option, choose leave new space as unallocated(free space). It may not ask, it might just leave new space unallocated by default. "

    This sounds like I already of partitioned my HDD. I ahven't, but I could just be understanding this incorrectly. Is this going to create a partition or resize an existing one? (Ive never partitioned before, so does resize == creating one?) Also, when it asks me what size I want, is there a reccomended size for this? I have a 120 gig HDD (with about 99 gigs free)

    the program qtparted will not partition your drive. It will be used only to resize your partition, make it smaller. Currently all of your drive is allocated as one ntfs partition, you have no unallocated space(well maybe 8mb). you just need to shrink you ntfs partition and leave some of your drive unallocated.

    With your newly accuired unallocated space, ubuntu will be able to make partitions for itself.

  6. I was not sure if you run into problems trying to install software to a live cd. It must store everything in memory; it is hard to grasp how that can be done.

  7. the only reason I needed ssh server running on it was so I could use scp to copy some printer privers over from my gentoo box.

    I am guessing that my freebsd box starts and stops services in a similar fashion. I am embarresed to say, I never took the time to figure it out.

  8. I have been mesing around with iccaros and cups. I noticed you do not have hpijs installed, I think this is nessesary to use most hp printers. I saw that gimp-print did support some hp printers , but not mine.

    Do you know what foomatic actually does? I am not sure, but I think it is nessesary to use a lot of the HP ppds. This would be something to consider in your next build. this is the ppd I use for my printer

    /usr/share/cups/model/foomatic-ppds/HP/HP-DeskJet_3520-hpijs.ppd.gz

  9. I burned and booted iccaros linux. I noticed something odd, the sshd init script was not executable, is there any reason for that? I would think all init scripts would be executable. After chmoding it sshd started just fine.

  10. Yeah.....that's not a problem

    The bootloader thingie that Linus installed works just fine

    wow. You got help from Mr. Torvalds

    sorry, I am being a smartass

    welcome :-)

  11. I am not sure how you start services with iccaros linux, but it is based off slackware. You could try this command, it may start cups

    /etc/rc.d/rc.cups

    then try the web interface

  12. I just checked, knoppix does do ntfs resizing, using the program qtparted . first off make sure you defragment you windows drive, and backup any data you do not want to lose. Even a very polished prgram like partition magic can cause corruption doing a major task like resizing. now to the resizing

    boot knoppix, open up a terminal, change to root with the su command, then enter the command qtparted. from there it is pretty self explainitory. just click on your partition you want to resize, then under operations choose resize. It will ask you the new size you want it. If it gives you the option, choose leave new space as unallocated(free space). It may not ask, it might just leave new space unallocated by default.

    When you goto install ubuntu, one of the options is to install in free(unallocated) space. the installer will partition and set up everything for you. When you get to the section about installing a boot loader, choose "install on the mbr"(something similar). This will allow you to boot either windows or ubuntu.

  13. I was under the impression that ubuntu offers ntfs resizing, but .... I just booted my ubunutu disk and I did not see any options to resize my windows partition. I will try and see what I can find out.

    just for fun, boot your ubuntu cd, just to see what it it like. You may see an option to rezise you windows partition. So long as you do not choose "write partition table" you will not make any changes to your sytem.

  14. sure that makes sence, but why not do it to this line also

    for FILE in $HOME/*

    is there a logical reason why the person who made this script did not use braces in all instances of the variable HOME?

  15. below is a bash script, I copied for a book(slightly changed)

    for FILE in $HOME/*
    do
        cp $FILE ${HOME}/new/directory
        chmod a+r ${HOME}/new/directory/${FILE}
    done

    I understand that the first line sets the variable FILE to each of the values contained in $HOME

    The third line is confusing me , why is HOME in these {}, like this {HOME} what is that accomplishing, specifically what do those backets do.

  16. if you like control, you may like linux :-)

    I would reccomend something like ubuntu, it uses a nice package manager, apt-get. I like it and people say nothing but good stuff about it. Mandrake would also be a good choice, buts it package manager probably is not as good as apt-get.

    http://us.releases.ubuntu.com/releases/5.0...386.iso.torrent

    http://us.releases.ubuntu.com/releases/5.0...nstall-i386.iso

    most distros have very good, easy to follow installers. They are all very similar.

    A few tough installs would be debian or gentoo, slackware is also tougher then most(easier then the two former)

  17. Definately dual boot. I have never set up linux on a second harddrive but I am pretty sure the installer will give you the option to install there. It will probably do it for you automatically. you first ide device(your first harddrive) is called /dev/hda your second ide device(your second harddrive) is called /dev/hdb . You will want to tell the installer to put linux on /dev/hdb. You also want to choose the option to install your bootloader on the MBR, this way you will be given the option to boot windows or linux.

  18. Me, Me, Me...

    - 25

    - Open Source software advocate (*cough* junkie)

    - advertising bunny by day-job

    - freelance writer when I feel like it

    - freelance computer work when I can get it

    - encryption junkie

    - super-volunteer (somewhere around 250 hours a month)

    - student (headed to Angelo State U in the fall, CS major)

    - activist, education reform and equal rights

    - likes country, soul, oldies, rock, jazz, blues, lounge

    - into jazz dance and ballet

    - speaks German as a second language :)

    - date-curious, not looking to get hitched anytime soon

    - takes care of her mother

    - lives on a military base (Fort Hood, TX)

    - originally from Chicago, IL

    That's enough me ;)

    I can't say my life is that well rounded :-)