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

  • Users: jlynch1
  • Content: Threads
  • Order by date
  1. jlynch1

    Latex

    How can I include a file in a tex document that has an underscore in the filename. ???? ie.. for the following include lit_review.tex I get an error saying the file can be found, but if I include a file include intro.tex it works
  2. jlynch1

    struct sk_buff (socket buffer in linux kernel)

    Does the field sk_buff->len contain the size of just the ethernet payload, when a packet is being transmitted and received?
  3. jlynch1

    VLAN Question

    I have two subnets within a vlan. e.g. # The network addresses are 192.168.8.240 and 192.168.8.248 The network mask is 255.255.255.248 (ie 29 bits used for network address) Both of these networks are tagged with the tag 8 by the switch. I have a single interface I want to be on both networks...
  4. jlynch1

    network interface monitor

    I have a linux based router. (standard pc hardware with 2 NICs). I want to be able to graph the rate of data that passes through each network interface over a short period of about 5-10 mins. I would need to find out the rate of data passing through the network interfaces every 10 seconds or so...
  5. jlynch1

    Infrared

    I have a laptop with the following Fast IR (Infrared): sensor compatible with IrDA Standard 1.1 (Fast IR) and IrDA Standard 1.0 (Slow IR) is it possible to get a normal television remote control to talk to the irda receiver on the laptop ?
  6. jlynch1

    Pc not booting

    I was inserting a network card on my pc and was rebooting a few times. The last time the computer booted, the bios gave an error that the time and date were not set. I had noticed previously that the time in the bios was slow by 10 minutes. The next boot, nothing shows up on screen. Computer...
  7. jlynch1

    problem secondary ide channel

    Ever since I flashed my bios to the newest version nothing gets picked up on the secondary IDE channel. I have tried different ide cables. Different humper settings. ie setting the hard disk I wasnt to get picked up as both master and slave on the secondary channel. Unknown device comes up in...
  8. jlynch1

    Memory Question

    I have 3 memory slots which are filled with 64mb, 64mb and 256mb SDRAM modules. This should give me 384mb of ram but only 320mb of it is picked up. Anyone have any ideas why. Output from the Cpu-Z utility which gives more detail as to the type of ram and the Memory SPD...
  9. jlynch1

    Hard drive trouble

    I bought a Hitachi 7k250GB drive recently. When I set it up as master, using the jumper settings for master (on a sticker on the drive), the bios has trouble picking it up. The Bios takes ages to load, as does the bios setup. It then says hard drive 1 not recognised. In the bios setup it picks...
  10. jlynch1

    Latex questions

    1. How can I reduce the space between a section header and subsection header. 2. I have a pages with columns and there us a rule between them , created by \columnseprule=0.5mm. This is black. how do I change the color of this rule Anyone know how to do these ??
  11. jlynch1

    Escaping single quote in string

    How do I replace a single quote ' with two single quotes '' so I can insert information from a form into a text field in an MS Access database. The replace method of string only lets me replace a single character with a single character... How can I get around this ??
  12. jlynch1

    output of process to web page

    I want to be able to execute a process using php on my machine and send all the output to a webpage in real time. An example of the type of thing i am looking to do can be found at the following address. http://www.above.net/cgi-bin/trace?140.203.56.30 I have tried using the following code...
  13. jlynch1

    Timeout function

    Are there any other c timeout functions for use in linux other than the select function for sockets programming. I cant seem to set the timeout value less than 5 milli seconds or 5000 microseconds. select(0,NULL,NULL,NULL,&delay_val) Are there any changes I could make to the operating system...
  14. jlynch1

    get host name

    is there any function in tcl to get the hostname of a machine given an ip address , like the c function gethostbyaddr.
  15. jlynch1

    Gnuplot

    I want to be able to plot a graph using the smooth function with csplines.I want to have the data points visible as dots. I have tried plot "statistics.dat" using 1:2 smooth csplines title "Rtt" with linesp but this draws points for all the interpolated points in between...
  16. jlynch1

    tcl/tk & gnuplot

    Is it possible to integrate tcl/tk with gnuplot to generate graphs from data in a mysql database.
  17. jlynch1

    command line args to tcl/tk script

    I want to be able to run my tcl/tk application on the command line without it displaying the default window . This window shows when wish is used to run the tcl/tk script even though there are no tk widgets, windows etc. ie no tk code at all. I am giving the user 2 options 1.) to run it from...
  18. jlynch1

    creating new windows

    I have a menu made in my tcl/tk application. It has a help menu and when the help button is clicked on the menu I want it to open a new window that I can defined myself which just conatins text etc. How do i go about doing this
  19. jlynch1

    2d array

    How can I create a 2d array in tcl. I want to store 2 values for every index. eg index 0 contains values 1 & .203
  20. jlynch1

    killing process in tcl

    I am using the following line of code to execute the ping utility from a tcl/tk application. if {[catch {open "|ping -c $num_packets -s $packetsize -i $packetinterval $destaddress |& cat"} pipe]} { When ping is running and someone sends an interupt ie. ctrl+c The statistics are...

Part and Inventory Search

Back
Top