I am trying to install software. the install wizard starts then finishes with the following message:
Install Shield was interrupted. Try install again. Install failed.
There are no error in the nt event logs except that the install failed. David
The system clock is running at 1 minute per second. Stopping all processes and rebooting fixes the problem. When the machine reboots it is close to the correct time but not correct and it is also not the time last seen on the desktop? Any one ever seen this? David
I know that I am having a security issue because the applet is trying to acess a file on my computer (where the code is housed also). How do I fix it so that the applet can get to these images?
David
I want to see who is online and then print information about each user from /etc/passwd/
awk -f $(who -qn 1) '{ print $0 }' /etc/passwd
any suggestion on how I can make this work?
David
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.