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 bkrike 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: bedrock
  • Content: Threads
  • Order by date
  1. bedrock

    Fun with focus

    in some ways this continues thread1254-839231. go skim that over, then head back to this thread. the thread above addresses the problem of when to run code from Valid. ive implemented some ideas from there, but i still have some issues to deal with. my form has 2 buttons (save and discard), a...
  2. bedrock

    Form parameters

    hi all, although this is my first post to the VFP forums, id like to point out i've been reading your archived posts as i learn VFP, and it's been very helpful. thanks. anyway, my form has two text boxes which ask for a name and order number. then i pass these two values as parameters for the...
  3. bedrock

    fqdn and snat

    i currently have a machine (rh7.2 i believe) running iptables/snat or masq (what exactly is the difference?)/port forwarding to my other machines (linux/winxp). i have httpd, mysqld, postfix, sshd running on one or more machines behind this firewall. id really like to be able to access machines...
  4. bedrock

    service installer problem

    ive been developing a service that up to this point has been run under the local system account. im now trying to run this service as a user account for several reasons. my problem is that when i am prompted for a username and password during installation, i am never allowed to install, telling...
  5. bedrock

    shared class members

    i have a c# library with 2 objects, say object1 and object2. object1 is created each time an instance of internet explorer is opened (through a bho written in vc++). object1 then creates an instance of object2, which stores data and does some logging type operations. this works fine, except...
  6. bedrock

    bho in c#

    hi all, ive been working on a project for quite a few weeks now that i need to create a browser helper object. i want to do this in c# because i know little or nothing about com/atl, and in c# i can get away with as little as possible. i found a 'good' tutorial here...
  7. bedrock

    System.Management library

    hi all, im working on a service that needs to watch for events when a specific application opens. the system.management library seems to be promising, but im pretty new to c# and .net, can someone give me some pointers on where to start? thx what we see depends mainly on what we're looking for...
  8. bedrock

    ip masq w/pppoe

    im trying to setup my internal network with my adsl connection. i have the pppoe working, and internet access is find on the linux box. my internal network is not working however. im running the same firewall script i ran with cable connection, but the internal machines arent getting an ip. they...
  9. bedrock

    webserver security

    i know this is a really vague question on an incredibly complex topic, but how do i keep my webserver secure? i started out the box as a simple firewall/router on my cable internet connection, but it has grown into a full server with httpd,php,mysql,ssh,ftp,imap,smtp,pop, etc etc. im switching...
  10. bedrock

    sessions and header redirection

    hi all, i feel bad posting an question since i havent been on the forum in a long time, but this one is really starting to irritate me. im trying to run an open source webmail client called squirrelmail and the session doesnt seem to be saving data correctly. here are some code snippets and then...
  11. bedrock

    sendmail slow at boot

    i had this problem last time i reloaded my linux machine. when i boot up, sendmail and sm-client (which apparently is connected to sendmail in someway but i could figure out how) take forever to load. last time i remembered it having to due with host name or something, but my hosts file looked...
  12. bedrock

    info about php5

    some of you may have already read this but i stumbled upon it last night and thought id share it with you all. http://www.zend.com/engine2/ZendEngine-2.0.pdf some other info i read said the beta was expected in march, and a full release this coming summer. what we see depends mainly on what...
  13. bedrock

    linking opengl libraries in vc++ .net

    ive been searching and searching on how to do this online with out success. im trying to teach myself opengl via http://nehe.gamedev.net the tutorial is wonderful but i cant even started because i cant figure out how to link the libraries. his directions (which i believe are for vs 6.0) say to...
  14. bedrock

    problem with form buttons

    ok so i have a select box inside a form and need to have two buttons (preferably images). clicking one button will move the selected element up in the list, and the other will move it down. my problem is that i cant figure how to distinguish between which button is pressed. does the button name...
  15. bedrock

    dual boot rh 8.0 and xp

    hi all, i recently reformated my compaq 1800t laptop for a dual boot with rh 8.0 and win xp. so far i set up 100MB boot partition, rh partition, and the rest is left unformatted for an xp partition. ive already installed rh and have it running great. my question is that when i install xp, should...
  16. bedrock

    problem with mysql functions

    hi, i wrote a simple 3-lined function in an included file as such: function db_connect($db_name){ $db=mysql_pconnect("localhost","username","password"); mysql_select_db($db_name); return $db; } this functions has worked for a couple weeks now. but just in the last...
  17. bedrock

    newby help with dhcpd

    im trying to set up an internal net on a redhat linux 8.0 machine, the external ip is recieved from dhcp from my isp on eth0, and internal is set up on eth1 with the following: ip: 192.168.10.255 subnet: 255.255.255.0 gateway: 192.168.10.255 here is my dhcpd.conf file: # begin dchpd.conf #...
  18. bedrock

    newby help with dhcpd

    im trying to set up an internal net on a redhat linux 8.0 machine, the external ip is recieved from dhcp from my isp on eth0, and internal is set up on eth1 with the following: ip: 192.168.10.255 subnet: 255.255.255.0 gateway: 192.168.10.255 here is my dhcpd.conf file: # begin dchpd.conf #...
  19. bedrock

    changing login directory

    im creating a new user on a rh 8.0 machine but dont want to have them login to /home/newusername/. i connect primarily through ssh so i need to know the console command or conf file i can edit to change the default directory. also, is there a way to change users from the console? (besides su...
  20. bedrock

    prob with NICs

    i have a machine ive been using as router/firewall with RH7.3 for 6 mo. or so. its my first linux machine and with the release of 8.0 i decided to start over and get rid of all the mistakes and garbage i already had. but now when setting up my networking my NICs are conflicting. eth0 (external...

Part and Inventory Search

Back
Top