bobgo2627

Members
  • Content Count

    172
  • Joined

  • Last visited

Posts posted by bobgo2627

  1. I call it crap because it just unmoves me. I mean I am so over it. I mean if I want to see a hot animated chick I will draw one or look for one. but if I want a hot chick on my desktop I will got to things like this post here.

    why do you call it crap?

    What is with all this animie (sp) crap? If I could I would have a real chick look like that.

    latest screenshot, at least until I get the one I plan on making done. ubuntu 5.10 Breezy Badger with Gnome

    sweet desktop Dragon. where do get that one?

    post-944-1136330977_thumb.jpg

  2. exactly. I have used it and it works ok but slow on certain connections at times.

    Start, Run, type in "mstsc" (without the quote marks)

    That will open Microsoft Terminal Services Client, which if you enter a valid address, you can connect to that computer....

    Make sure it is enabled on both computers, by right-clicking, My Computer, selecting Properties. This should then open System Properties, on the Remote Tab, make sure that your computer accepts Remote connections (that is if you want to share this computer)

    In case you dont know :D

  3. I remember hearing of another one that is free but can't remember the name but it is cool and highly recommended. Dam can't remember the name.

    Like most of those things are. It kinda sucks... i found some free trials for some somewhere. I;m sure there has to be a good free one.
  4. No this was from Amazon. I think this was a glitch or so I hope. It would be looked into by them to be sure that it would not be happening to others. I am upset about this and think this is needing to be told to everyone before posting on Amazon.

    Do you think this was a "Phishing scheme"? I know I've been swamped with e-bay "Phishes" in my e-mail for several weeks leading up to Christmas...

    What else did Amazon have to say about it?

  5. I am not sure if this belongs here or some place else but I was frightened by Amazon.com today. I had an auction going for an iPod Mini going on and had a reserve price on it. The bids were below the reserve price so I cancled the aution.

    Now this is the scary part. I canceled the auction but I get an email from Amazon stating:

    ********************************************* **********

    ***** has won this auction and has secured your 10% First Bidder

    Discount.

    Final Bid: $65.00

    Final Sale Price: $58.50

    ********************************************* **********

    Now I called into Amazon and they told me, no you did not sell the item since you had a reserve price on it and they did not, as in bids, meet the reserve price so I would not have to sell it.

    How frigthing this was when I got it and I was like holy crap I am screwed here. So if you have autions on Amazon.com or are placing them, be aware, be very aware.

  6. ok after doint that I got this,

    [root@29:2a:ff ~]# ps -ef | grep -i cups
    root 2026 1 0 Dec29 ? 00:00:00 cupsd
    root 2164 1 0 Dec29 ? 00:00:00 cups-config-daemon
    root 4169 4136 0 20:41 pts/1 00:00:00 grep -i cups
    [root@29:2a:ff ~]#

    So where do I go now?

  7. Ok what command will I type? Also I have tried the other PCs to see if I could get to the printer but nothing doing. It does not work. so where do I go from here?

  8. Well I do not see any PPD for a HP DeskJet 3520 there.

    installing a printer for and with CUPS

    First, go to LinuxPrinting.Org http://linuxprinting.org/ to find and download the correct PPD file for your printer and CUPS. To do so, click the link Printer Listings to the left. Select your printers manufacturer and the model in the pulldown menu, eg HP and DeskJet 930C. Click "Show". On the page coming up click the "recommended driver" link after reading the various notes and information. Then fetch the PPD file from the next page, again after reading the notes and introductions there. You may have to select your printers manufacturer and model again. Reading the CUPS quickstart guide is also very helpful when working with CUPS.

    Now you have a PPD file for your printer to work with CUPS. Place it in /usr/share/cups/model. The PPD for the HP DeskJet 930C was named HP-DeskJet_930C-hpijs.ppd. You should now install the printer. This can be done via the CUPS web interface or via command line. The web interface is found at http://PrintServer:631 once CUPS is running.

    Code Listing 4.12: Install the printer via command line

    # lpadmin -p HPDeskJet930C -E -v usb:/dev/ultp0 -m HP-DeskJet_930C-hpijs.ppd

    Remember to adjust to what you have. Be sure to have the name (-p argument) right (the name you set above during the Samba configuration!) and to put in the correct usb:/dev/usb/blah, parallel:/dev/blah or whatever device you are using for your printer.

    You should now be able to access the printer from the web interface and be able to print a test page.

    note since you only have command line... get the driver from a diffrent machine

  9. Well it is not using hpoj as I stated. I am using the other driver that I listed above. I also ran this program or what ever it is and it could not find nothing as it did not use the hpoj driver. I am not giving up hope here. I think we are getting some place. Also, I did put the printer.conf file you so I hope it helped you out.

    ptal-init setup

    is the setup program for hpoj.. if it's not installed you do not have hpoj installed.. and that is your first place to look.

    (it will give you your printer adderess

    example mine is

    mlc:usb:PSC_2200_Series)

  10. .conf file I would not know what to look for other than it looks like the default file.

    <DefaultPrinter hpdeskjet>
    Info Created by redhat-config-printer 0.6.x
    DeviceURI usb:/dev/usb/lp0
    State Idle
    Accepting Yes
    JobSheets none none
    QuotaPeriod 0
    PageLimit 0
    KLimit 0
    </Printer>

    The printer address? What do you mean? It is on the USB port. What do you mean when I run the other setup? I mean I am in command line.