Are you trying to find a string of characters in a file? Try grep.
grep -r "whateveryourlo okingfor" *
User Profile
Collapse
-
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.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";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...
No activity results to display
Show More
Leave a comment: