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.
#!/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
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...
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...
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...
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...
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.
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. I did find the icon in the directory, when I changed it's name it had no affect. <br><br>Could...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.