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 strongm 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: *

  • Users: Ninpo
  • Order by date
  1. Ninpo

    Ubuntu chosing "wrong" wireless network

    I'll second Guru. I have a couple Toshibas with Atheros cards. I've always had great luck with madwifi. Worst case you use ndiswrapper with the windows driver.
  2. Ninpo

    VB6 like in Linux

    How about Mono? http://www.mono-project.com/Main_Page
  3. Ninpo

    ftp shell script problem

    #!/bin/sh ftp -n localhost <<! quote user YourUserName quote pass YourPassword binary put file1 file2 quit ! This is totally automated. Once it does what it is programmed to do, it disconnects. Hope this helps
  4. Ninpo

    Welcome to Making an Impression

    Been on tek-tips since july 2000. Reading some of these stories has given me a chuckle. Started out with a TRS-80 Model III. Then at 16 paid cash for a Laser 286 w/ 1M Ram, 40M HDD, MSDOS 4.01, SVGA Monitor, 2400 baud modem. Ah, the good ol days when a PC could boot in less than 10 seconds...
  5. Ninpo

    Filepath with foreign characters

    The compiler will search for the program when it compiles the source. That is how i understood your first post. C++ has issues opening file on 'C'.
  6. Ninpo

    Filepath with foreign characters

    If i remember correctly, you can use double quotes "file_name" to have the program search entire HDD for the file_name without needing to include the path. This seems to be true when accessing header files that aren't necessarily in the compilers path. Considering you're unable to cahnge the...
  7. Ninpo

    Linux Driver for Video S3 86C755/86C785

    I looked around Red Hats website and wasn't able to find anything that included 86C755/86C785. If there isn't a suitable driver, you may wish to look up the specs of the monitor and manually set the monitor. Horizontal/Vertical, X/Y..etc.... Found this at IBMs' website: "Maximum...
  8. Ninpo

    SUSE Linux and multimedia

    There is also a program called 'mplayer' you can get from http://mplayerhq.hu/homepage/design7/dload.html The page contains the player and the codecs (get the ALL codecs) then you will also need to search on sourceforge for mplugin. This has worked great for me playing winblows media files and...
  9. Ninpo

    Linux Driver for Video S3 86C755/86C785

    what flavor of linux? what video card? monitor? details.........
  10. Ninpo

    setting driectory permissions

    you may make a group ie. ntadmin. chgrp -R ntadmin platinum. that will set ownership to group ntadmin. then set permissions to 774. allows owner and group rwx, but others only have read.
  11. Ninpo

    I look for little C++ compiler ( download ), help me !

    goto www.bloodshed.net they have a &quot;copy-lefted&quot; compiler. works pretty well.
  12. Ninpo

    Project symbol

    I have looked in the project options, enviroment options, TFrameWindow, TDevice something, and through the help files.<br>I have not been able to find where I can change the icon.&nbsp;&nbsp;I did find the icon in the directory, when I changed it's name it had no affect.&nbsp;&nbsp;<br><br>Could...
  13. Ninpo

    Project symbol

    I am programming in Borlands C++ 4.52.  I would like to know if there is a way to change the symbol that on the left corner of a compiled project (looks like a blue square, yellow cirlce, and red triangle inside a small "window").  I know this is trivial, just curious.<br><br>I appreciate any...

Part and Inventory Search

Back
Top