|
|
Lockdown
You could meticulously scour the fake user's library and lock any preferences as root to stop things being tampered with. Set the login items to start stickies. Or write an applescript which displays an alert on bootup about the computer being in the wrong hands.
Lockdown
i wrote a simple C++ program and set my locked down account to ues that for it's shell :D
here is the source code:
#include using namespace std; int main () { cout << "i'm sorry, you don't have shell access. Have a Nice Day" << endl; return 0; }
Lockdown
the HTML deleted the include tag...
here it is fixed:
#include <iostream> using namespace std; int main () { cout << "i'm sorry, you don't have shell access. have a nice day." << endl; return 0; } |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysNo new commentsLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.09 seconds |
|