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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bluedevils

  1. bluedevils

    How to view files from other servers in CDE - File Manager ?

    actually that would be the way to do it without logging in to the remote server.
  2. bluedevils

    ufsdump one machine to another

    and you could use rsync with ssh to keep it secure.
  3. bluedevils

    Time Sync

    try using ntp (network time protocol)
  4. bluedevils

    ufsdump one machine to another

    a slower more secure way is to scp it using ssh.
  5. bluedevils

    I have a LAN connected to the inter

    you have IE5 on linux?
  6. bluedevils

    "Redhat 7.2" versus "Windows XP"

    www.theregister.co.uk might have some articles on that topic.
  7. bluedevils

    Apache 2.0.36 won't start

    or add it to your path
  8. bluedevils

    I have a LAN connected to the inter

    what browser are you using?
  9. bluedevils

    How to identify the NIC on Linux?

    go to groups.google.com and search for quantex nic
  10. bluedevils

    How to know

    If those don't work you could always put flags in you crontab that write to a file. This will show if the crontab actually runs. I assume you've run any cron scripts manually (make sure you are the proper user) to check that they run right.
  11. bluedevils

    killing sockets

    you could always turn off the interface. ifconfig hme0 down
  12. bluedevils

    Setting default prompt.

    I use this for bash ESC="\033" PROMPT='[\h:\u:$PWD]> ' # hostname export PROMPT STYLE='m' # plain # PROMPT='\u' # username # STYLE=';1m' # bold PS1="$PROMPT " PS2="> "
  13. bluedevils

    .profile

    usually there is no .profile for root, but all accounts start off with /etc/profile
  14. bluedevils

    Cron is driving me crazy!

    you would have to put in an entry for each minute that you want it to run. 2,4,6,8,10,12.........etc
  15. bluedevils

    Network settings.

    Check the permissions on the defaultrouter file. My solaris 8 reads it fine. did you try "route add default"?

Part and Inventory Search

Back
Top