Jump to content

thinkliberty

Members
  • Posts

    94
  • Joined

  • Last visited

Everything posted by thinkliberty

  1. Are you using magicdev? type su (it will ask for your root password) ps -aux |grep magic then post the output.
  2. Is magicdev a service that can be turned off in the MDKCC
  3. For me the 10 kernel was what was causing my problems. a ww.kernel.org kernel fixed all these issues for me.
  4. script attached as file :deal: You need to have links installed to use it to install it open konsole and type su (it will ask for your root password) urpmi links exit Now make the script executable type chmod a+x getscox Then run the script type ./getscox or sh getscox getscox
  5. ##!/bin/sh #getscox - Free to use and modify!! # Colors for output red='\E[31;40m' green='\E[32;40m' white='\E[37;40m' yellow='\E[33;40m' blue='\E[34;40m' lblue='\E[36;40m' bold="\033[1m" normal="\033[0m" links -source "http://finance.yahoo.com/d/quotes.csv?s=SCOX&f=sl1d1t1c1ohgv&e=.csv" > scox.csv ARRAY=(`sed s/[,\"]/\ /g < scox.csv`) COMPANY=${ARRAY[0]} SIGN=${ARRAY[4]:0:1} if [ "$SIGN" = "+" ]; then COLOR=$green else COLOR=$red fi echo -en $bold"Company:" $yellow$COMPANY$normal echo -en $bold " Date:" $yellow${ARRAY[2]}$normal echo -e $bold " Time: " $yellow${ARRAY[3]}$normal echo -en $bold"Current:" $yellow${ARRAY[1]}$normal echo -en $bold " Change: "$COLOR ${ARRAY[4]}$normal echo -e $bold " Volume: "$yellow ${ARRAY[8]}$normal echo -en $bold"Open:" $yellow${ARRAY[5]}$normal echo -en $bold " Day's High:" $blue${ARRAY[6]}$normal echo -e $bold " Day's low:" $lblue${ARRAY[7]}$bold echo tput sgr0
  6. HMmm... I was thinking about the /usr/src/linux/.config file. Sorry for the mixup.
  7. Post your config file, I can modify it so it will see your RAM. I had problems with MDK's kernel, my usb mouse wouldn't work :( the 2.6.3mm feels faster for my desktop. The only thing I think you'll be missing out on is supermount. There is a patch for that if you think you need it, I can give you instructions on how to add it. Are you using a 2.4 or 2.6 series kernel?
  8. pen the konsole or other terminal app of choice then type su (it will ask you for your root users password) update-menus -v exit update-menus -v Do you get any errors? the v will let you know if there were any problems...
  9. Yes by frontend I was meaning GUI. see: http://www.icewalkers.com/Linux/Software/I...lnet/SSH/11520/
  10. If you have an FTP server I can upload the 4.4 rpms to from cooker when it was in there I can do that. Otherwise you have to follow the readme at. http://xfree86.org/4.4.0/Install.html
  11. thinkliberty

    gphoto2

    What kind of camera are you using? Does it have a memory card? The CF card might be corrupt and need to be reformated. It's easier to just use a memory card reader to get the photos out of the camera, It's faster most of the time too. Memory card readers are cheap now days I picked up a 6 in one memory card reader a few months back from newegg.com for 11 dollars. It looks like the one I got is 9 dollars now. see: http://www.newegg.com/app/ViewProductDesc....-182-301&depa=1
  12. try renaming the /home/<username here>/.mozilla folder to something else and have mozilla recreate the temp files it needs. You could also just use phe^H/firebir^H/firefox or whatever it's call this week right?
  13. You can still use putty to login to a linux box running SSH, If you want to log in via SSH on a linux box type from the terminal ssh <the usernamehere>@<ipaddress or hostname.domainame> (after installing ssh of course) There are SSH frontends as well, I don't use them and can't think of any right now.
  14. I had the same problem with 9.1 and 9.2 at the boot prompt (hit f1 for more options) type linux acpi=off noapic If that doesn't work type linux noauto If that doesn't work go in the bios and turn off all on-board options if possible (sound, usb, firewire etc) What make and model of motherboard/videocard/harddrive are you using?
  15. I did report this to the folks at mandrakeexpert, one of the emails bounced as the account didn't exist, the other did not send a response. (Not even an auto-reply) I figured maybe someone from Mandrake might read this forum and address the issue.
  16. The point is that the ranking system is a fraud.
  17. From a quick google search it looks like: United Club Network (UCN) from Concord-Carlisle High School (CCHS) see: http://www.colonial.net/schoolweb/cchsweb/ Click on the clubs page for the UCN reference. It could be somthing else like California College for Health Sciences, Camden County High School, etc. etc. But from the Concordschoolcomp user asking the questions on the page, I am guessing it is the Concord-Carlisle High School.
  18. UCN_CCHS is asking their own questions and answering them. On mandrakeexpert.com They are not even making up realistic questions. mandrakeexpert "ranking" is a fraud. Things like this have probably gone on for quite awhile. See in reference: http://www.mandrakeexpert.com/tech/userpro...ername=UCN_CCHS On questions: http://www.mandrakeexpert.com/showarchive....e.php?arc=77778 http://www.mandrakeexpert.com/showarchive....e.php?arc=77779 http://www.mandrakeexpert.com/showarchive....e.php?arc=77780 http://www.mandrakeexpert.com/showarchive....e.php?arc=77781 http://www.mandrakeexpert.com/showarchive....e.php?arc=77782 http://www.mandrakeexpert.com/showarchive....e.php?arc=77783 http://www.mandrakeexpert.com/showarchive....e.php?arc=77724 http://www.mandrakeexpert.com/showarchive....e.php?arc=77719
×
×
  • Create New...