naraku9333

Members
  • Content Count

    298
  • Joined

  • Last visited

Everything posted by naraku9333

  1. If I had the money I would get this Acer or this other Acer for alittle more.
  2. If you really want to use the gaim beta I would suggest upgrading to "dapper drake" as the package is built for it. CAUTION THE FOLLOWING INSTRUCTIONS COULD POSSIBLY RENDER THE OPERATING SYSTEM USELESS: That being said, iv' tried this method on a laptop running 5.04 to 5.10 and a virtual machine going from 5.10 to 6.06. Step 1: Back up your sources.list. sudo cp /etc/apt/sources.list /etc/apt/sources.list.old Step 2: Edit it and change every instance of breezy to dapper so.. from #deb cdrom:[Ubuntu 5.10 _Breezy Badger_ - Release i386 (20051012)]/ breezy main restricted ## Uncomment the fol
  3. An Ubuntu user built a deb package of gaim2 and has it available for download here.
  4. Why should I respect a worthless drug dealing ex-con turned rapper that was considered a suspect in the murder of another rapper. I have no respect for that type of trash. Just because they are popular with some people doesn't make them great. He chose his life and death. That boy had a good mother who provided him with a good life and he chose to go down a bad path. You should keep your mouth shut about things you know nothing about.
  5. The systems with temp sensors I've dealt with always gave a higher reading in setup, I think the bios setup runs cpu at a higher load (just a guess). But I do know not all sensors give particularly accurate readings.
  6. I'll try to walk you through it step by step: 1 sudo gedit /etc/apt/sources.list 2 Find the line that starts deb cdrom: and add a # at the begining of the line. 3 run sudo apt-get update 4 then sudo apt-get install realplayer
  7. Open sources.list again, there should be a line like deb cdrom:[Ubuntu 5.04 _Hoary Hedgehog_ - Release i386 (20050407)]/ hoary main restricted. that tells apt to look for a cd, add a # at the beggining of that line to comment it out, then run tictoc's commands again. EDIT: As long as you have the user password your ok, sudo only elevates you to root for the command run with it ie: sudo gedit runs gedit as root. Ubuntu disables root logins by default IIRC.
  8. Thats a binary installer, open a root terminal and just run /home/nieko03/Desktop/RealPlayer10GOLD-1.bin, if you get an error try chmod +x /home/nieko03/Desktop/RealPlayer10GOLD-1.bin then try running again. Real Player may be available through your distros packaging system, what do you use?
  9. Have you allowed the connection in firestarter? Are you using freenx?
  10. You may want to invest in a MIMO router like the SRX series by linksys, they are slightly more expensive but give better speeds.
  11. It seems only necessary for smp systems.
  12. Are you sure of the spelling, could it be winkernel32.exe, if so this may help.
  13. Browse to your music in 32 bit IE, can you see the tags?
  14. It's a virus or trojan, kernel32.dll is the windows kernel.
  15. I'm fairly sure they do (in fact I am sure jstudio does), I just haven't learned anything about gui's yet (first semester java class). Both are free but require registering to download. Also on the sun developer network downloads page they have three IDE's I believe (jstudio, creator and studio 11).
  16. I dont know about eclipse, but other IDE's Ive used (JBuilder and JStudio) defaulted to a 1.4 sdk installed in the applications directory, I had to specify my 1.5 jdk.
  17. Must not be, I can compile this: public class test { public static void main(String[] args) { int output = 9; System.out.printf("the Sum of your numbers = %d\n",output); } } fine with 1.5(sun), but not with 1.4(blackdown).
  18. My comment was specific to flash drives, not usb devices in general.
  19. I'm going to go with no, if there was it would be MUCH easier to locate. In this day and age with flash storage devices common place, 98 is seriously limited, can you upgrade to 2000?
  20. Ill look into that, what I initially wanted was to have the method ONLY search the array, pass the indices back to main to be passed to another method to change the value of the location. What I decided to do (at least for now) is pass the array to the method have it find and change the value and return the array, I dont know if this is an efficient way to do it but it works.
  21. Hello, I am trying to write a method that returns the index of a two dimensional array, I want to pass the array to the method and have it return the indices of a specific value. I am unclear if it is possible to return multple values (int's in my case) or if there is a better way. I know I can simply put the search algorithm in main, but Im trying to stick to a modular design (might as well get into the habit now). Any suggestions are well appreciated, thank you.
  22. You misspelled affiliate numerous times.
  23. Can you list the steps you went through, your menu.lst, and /boot directory listing as Shane suggested.
  24. Are you sure about that? MySQL is a GPL'd application, I would think MS would run into licensing issues.