-
-
Notifications
You must be signed in to change notification settings - Fork 76
Removing personal data from a user account without deleting the user account
Wiki ▸ Removing personal data from a user account without deleting the user account
🚧 📝 This is just a notes dump from a recent session. Please don't consider this in any way thorough. You're welcome to add to it, tho! (Open an issue if you do not have edit access to our wiki.)
Delete application data from "inside-out," meaning, erase things in this order:
- First use the application's interface itself to remove its own data (browser cookies, etc.), then
- use the file explorer/Finder to remove application's files, then
- use the file explorer/Finder to delete the application itself.
- Delete ~/Library/Caches
- This can also just be used to reclaim some disk space, it's usually pretty sizable.
- Delete ~/Library/Preferences/*plists (of relevant applications)
- Delete ~/Library/Logs
- Securely delete files from a MacOS machine:
rm -rfP ~/.Trash/*
- Wipe slack space:
dd if=/dev/urandom of=/tmp/BIGRANDOMFILE bs=4096k || rm -f /tmp/BIGRANDOMFILE
- Remove login items: System Preferences -> Users and Groups -> Current User -> Login Items tab -> Select the login item and click the remove (
-
) button. - Remove any user specific System Preference Panes:
~/Library/PreferencePanes
- Remove your personal dictionary by deleting the
~/Library/Spelling/LocalDictionary
- Remove non-browser application cookies:
~/Library/Cookies
- Delete old passwords from
Keychain Access.app
- Clear all the "Recent items" menus that you can think of:
- Apple Menu -> Recent Items -> Clear
- Finder -> Go -> Recent Folders -> Clear
The NYC chapter of the Anarcho-Tech Collective provides technological and digital infrastructure support services to anti-fascist, anti-racist, and anti-capitalist organizations in New York City. See our Activities and events page for details. Read our Welcome guides to get involved.
We appreciate your support to help us do what we do. If you have the means, please donate BitCoin to 17ByVbkM6mf7bytqWRFwzjqradBkmVh4Tr
.
Found an error in these pages? Please let us know by submitting a new issue ticket.