-
LocalService
- Runs as nonprivileged user on local machine
- Presents anonymous credentials to remote servers
-
NetworkService
- Limited access on local machine
- Enables service to authenticate to another computer on network (using machine account)
-
LocalSystem
- Unlimited privileges on localmachine
- Authenticates as computer account to remote servers
Service accounts and what they present to remote servers as credentials
April 13, 2010Quick batch file to monitor a server for any port 25 activity
November 16, 2009:section
netstat -n | find "25"
goto section
Free recovery tools
June 24, 2009This article was written by Jason Fitzpatrick and the full version can be seen at http://lifehacker.com/5237503/five-best-free-data-recovery-tools
TestDisk (Windows/Mac/Linux)
Recuva (Windows)
PhotoRec (Windows/Mac/Linux)
Restoration (Windows)
Undelete Plus (Windows)
I knew of TestDisk but the others look really good.
Thanks Jason !
Posted by Rihan Meij