Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. charlesy

    search_string/replacement_string (vi, sed)

    When using vi, or sed. I run a %s/search/replace and these two tools only seem to replace the first instance of the string. ie. in vi dog dog dog dog dog cat cat dog hello then :%s/dog/cat will only change to cat dog dog dog dog cat cat dog hello is there an option to change all or another...
  2. charlesy

    using the HP dde debugger

    My problem is trying to attach to a C routine called from a COBOL program also being debugged. senario Stepping through the COBOL program and then stopping at the CALL to the C routine. If I step through the C routine, the routine runs and that is end of story. but if I try to attach to the...
  3. charlesy

    Need help on restore

    Have you tried rewinding the tape mt -f /dev/rmt/0 rewind
  4. charlesy

    Reading <STDIN> w/out eching to screen

    I need to read a line of input from &lt;STDIN&gt;<br>without outputting to screen. ie<br>like a su command.<br>
  5. charlesy

    Lotus Notes for Linux is there any

    I know you can get the R5 server notes of the web site but I'm looking for a client version<br>Any Ideas
  6. charlesy

    Kyocera Printers, Is there a way to obtain

    I actually live in Australia<br>Can you try me E-mail on <A HREF="mailto:Ccharles@signet.com.au">Ccharles@signet.com.au</A>
  7. charlesy

    Books And DialUp access

    I am probably an intermediate linux user<br>Has Anybody Read the book Red Hat 6 Unleashed<br>Does this have a good reference for dial in and Kernel building.<br><br>Is configuring dial in the same(roughly) as with Red Hat 5.2. Because since then I have had very little luck
  8. charlesy

    Configuring the X-Window

    to mount the WIN95 partition simply type this command as root<br><br>mkdir /WIN95<br>mount -t vfat /dev/hda1 /WIN95<br><br>/dev/hda1 is the device name it may be different on your system
  9. charlesy

    A word of advice

    I agree with VhdlForLife &quot;Use the force, Read the Source&quot;<br>You will learn a lot more if you ask someone here for advice as a last resort. Rather than posting as a way of &quot;Taking the easy way out&quot;
  10. charlesy

    using system(); to run a prescibed command

    I am trying to use the system(); command to execute this<br>system('echo &quot;FRPO R3, 01; FRPO L1, $currentL1; FRPO L2, $currentL2; FRPO L3, $c<br>urrentL3; FRPO L4, $currentL4; FRPO R3 00;&quot; ¦ lp -d PR0_KYO -o nobanner');<br><br>These characters tell a Kyocera printer some alignment...
  11. charlesy

    Linux - Pattern Search

    grep -l Tom * &gt;&gt; file
  12. charlesy

    Kyocera Printers, Is there a way to obtain

    I actually need the printer status page.<br>I do not think it is possible <br>It was wishful think putting this thread<br>Thankyou for you reply
  13. charlesy

    Kyocera Printers, Is there a way to obtain

    status page remotely.<br>
  14. charlesy

    How do I network?

    It looks like your network card is not setup. you need to load a module for it. if it is ne2k compatible try loading the module ne.o or ne2k.o<br> <br> goto this directory /lib/modules/net/ I think<br> <br> insmod ne2k.o<br> insmod ne.o<br> <br> or try something that resembles your card.<br>...
  15. charlesy

    How do I network?

    Alright,<br> Can you tell me a bit more about your system. I prefer RedHat, can you open a terminal session in Corel. Type the command lsmod (list modules) can you tell me what this lists. Type more /etc/hosts. TCP first. Tell me what these two commands list.
  16. charlesy

    DGL protocol. Used on Silicon Graphics machines

    Does anybody know about this. And can it be ported to Linux/UNIX.
  17. charlesy

    movepci.sys needed for compaq 4000

    Does anybody know a site where I can get this from.<br> <br>
  18. charlesy

    HP printer is unfriendly to Solaris

    I have a HP printer that prints everything from Solaris in portrait and too big. This is the same as our Kyocera printers, we have designed a way to send the format to the kyocera and I need to know how to do this for the HP.<br> <br> cheers
  19. charlesy

    Books on Graphics programming

    Hello,<br> I am a fairly competent C programmer and I am looking for a book on graphics programming in C. I have read a bit of The Zen book of graphics programming (has some assembler) but it is a very complex<br> <br> any suggestions
  20. charlesy

    Windows is scared!

    <A HREF="http://www.microsoft.com/ntserver/nts/news/msnw/LinuxMyths.asp" TARGET="_new">http://www.microsoft.com/ntserver/nts/news/msnw/LinuxMyths.asp</A><br> check out this document <br> especially the comment about linux not supporting PnP!!!!!!!!!<br> ?????

Part and Inventory Search

Back
Top