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

    random_shuffle

    i am trying to write a program to randomly shuffle numbers the program works but everytime i run the programs and get the same numbers shuffled in the same order output 2 6 9 5 4 3 1 7 8 10 is there a way that i can make it so everytime i run the program it will be in a different order example...
  2. benp07

    how to see who is logged into samba

    i have samba running and have about 25 to 30 user is there a way to see who is logged on to the server if so what is the command Thanks a lot for your help Ben
  3. benp07

    ip logger

    i am new to php and what i want to do is have an iplogger the logs the ip and if the ip comes back i want it to be redirected to a different site the script below just take the first and last name and writes it to a file so if this is the first time for that ip then the below script would run...
  4. benp07

    virtual host problem

    i am running apache with php on freebsd stable i have about 5 site running on it <VirtualHost www.domain.com> DocumentRoot /usr/local/www/data/domain/ ServerName www.domain.com </VirtualHost> this is the first virtual host in the http.conf file and from a web browers i can...
  5. benp07

    Back up

    what is the best way to do a full system back up is there a program that will do it for me so all i have to do is burn the output file to a cd (i have samba so i would transfer it to a pc with a burner) freebsd 4.6 thanks Ben
  6. benp07

    mailing list

    i want to make up a mailing list i am running sendmail and will be mailing to about 50+ people does anyone know a good program to use Thanks Ben
  7. benp07

    blocking a web site on freebsd

    freebsd 4.6 ipfilters and nat i would like to block the people on my network from going to a web site for know we will say gameshownetwork.com i tried to use block in quick on sis0 from 216.133.253.100 to any and i also tried block out quick from any to 216.133.253.100 and block in quick...
  8. benp07

    rules for ipfilters firewall

    i would like to block the people on my network from going to a web site for know we will say gameshownetwork.com running freebsd 4.6 with ipfilters and nat i tried to use block in quick on sis0 from 216.133.253.100 to any and i also tried block out quick from any to 216.133.253.100 and...
  9. benp07

    firewall rules

    i would like to block the people on my network from going to a web site for know we will say gameshownetwork.com i am running freebsd and ipfilters with nat i tried to use block in quick on sis0 from 216.133.253.100 to any and i also tried block out quick from any to 216.133.253.100 and...
  10. benp07

    ipf rules

    i would like to block the people on my network from going to a web site for know we will say gameshownetwork.com i tried to use block in quick on sis0 from 216.133.253.100 to any and i also tried block out quick from any to 216.133.253.100 and block in quick on sis0 proto tcp from...
  11. benp07

    quota and sendmail

    i am running the latest sendmail and i have quota set up so that the mailbox can only be about 10 MB right now when the quota is met any email sent to that person will just be dropped how can i have sendmail send the email back to the sender with a message saying that the users mail box is full...
  12. benp07

    sendmail and quota

    i am running the latest sendmail and i have quota set up so that the mailbox can only be about 10 MB right now when the quota is met any email sent to that person will just be dropped how can i have sendmail send the email back to the sender with a message saying that the users mail box is full...
  13. benp07

    vi commands in a shell script

    i am trying to write a shell script that opens vi and then adds text to the file then only part that i don't know is how to get the vi command 'i' to work so i can insert text and how to i insert text just echo it thanks Ben
  14. benp07

    what to connect to Samba with vpn

    i have samba runnning on freebsd is there a way that i can connect to samba over the internet (VPN) so that i can mount samba share to my network at work form freebsd at home. Thanks, Ben
  15. benp07

    limit home directory

    i have installed openwebmail and that puts a folders in the users home directory so that they can make a address book, save old mail, calender, mail filters, and more well all this stuff can take up alot of space when i am having about 125 users using this and alot of people will not delete...
  16. benp07

    firewall

    my company wants to upgrade there firewall they want to get a sonic firewall i told them i could install freebsd with ipfilters as a firewall is a sonic firewall more secure than ipfilters Thanks Ben
  17. benp07

    sendmail virtual host

    i have sendmail running on freebsd 4.6 and i want to add a new domain to it (virtual host) i have no clue were to start i have been looking for the mx record and cant find it i was told that i need to add something to it do i even need to use mx record if any one can help me with a link or...
  18. benp07

    index.cgi

    i want to set index.cgi so that i do have to type it out like a index.html file were you can just type www.domain.com and it will come up what to i have to add to the httpd.conf to make index.cgi like a index.html thanks alot Ben
  19. benp07

    smbmount_smbfs problem

    i am running freebsd 4.6.2 i am using this command to mount a windows share from windows xp mount_smbfs //user@server/share_name /path/to/mountpoint and everytime i get this message mount_smbfs: can't get server address: ssyerr = operation timed out i have also tried this command mount -t...
  20. benp07

    [Samba] mount_smbfs can't get server address

    i am running freebsd 4.6.2 i am using this command to mount a windows share from windows xp mount_smbfs //user@server/share_name /path/to/mountpoint and everytime i get this message mount_smbfs: can't get server address: ssyerr = operation timed out i have also tried this command mount -t...

Part and Inventory Search

Back
Top