User Profile

Collapse

Profile Sidebar

Collapse
billyguy
billyguy
Last Activity: Aug 18 '08, 10:03 PM
Joined: Jul 17 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • billyguy
    replied to how to find the particular string in unix
    Are you trying to find a string of characters in a file? Try grep.

    grep -r "whateveryourlo okingfor" *
    See more | Go to post

    Leave a comment:


  • billyguy
    replied to Freeze after few hours inactive
    A good place to start looking is your log files. /var/log/ specifically look at dmesg and message files. Look for any relevant messages around the time the machine froze.
    See more | Go to post

    Leave a comment:


  • Thanks acoder that works great. I'm new to all this so my code probably needs to be cleaned up but for anyone interested this code seems to work for IE, firefox, and opera (at least the current versions)
    Code:
    <script type="text/javascript" >
    function sendHome(){
       if(window.home!=null){
          window.home();
       }
       else{
          document.location.href = "about:home";
    ...
    See more | Go to post

    Leave a comment:


  • How do I create link that directs user to browser homepage?

    I've created a webpage for a wireless hotspot the requires a user to agree to some terms and conditions before it allows them internet access. After they have agreed to the terms I have a "Continue to Internet" link which currently just sends them to Google. I would rather send them to the homepage they have set in their browser preferences. For the IE uses I can just send them to about:home but I'm struggling to find a way to do it...
    See more | Go to post
No activity results to display
Show More
Working...