This site isn’t being updated enough. Maybe I should start my own security site for the Mac. Not that I have time… Hmmmm…
-
-
Mac OS X: Viewing Firewall Log Changes on the Fly
Well, this is pretty straight forward
-
Mac OS X: Hey, where's my admin user?
Hiding an admin user is a fairly straight forward task in Mac OS X. To do so, open Terminal and run the following command: defaults write /Library/Preferences/com.apple.loginwindow Hide500Users -bool YES Now, what if you sit down at a machine and you don’t see an expected admin user? Well, use that same command with a NO at the end to (hopefully) bring it back: defaults write /Library/Preferences/com.apple.loginwindow Hide500Users -bool NO
-
Mac OS X: Editing Local Directory Store in Raw
Raw mode. That’s how you edit the local directory store when the system isn’t running. Have fun.
-
Mac OS X: DNSChanger Removal Tool
From SecureMac.com: SecureMac has released a free utility called DNSChanger Removal Tool to remove the DNSChanger Trojan Horse, also known as OSX.RSPlug.A and OSX/Puper, which has been found on numerous pornographic websites disguising itself as a video codec. Once downloaded and installed, DNSChanger changes the DNS settings on the computer, redirecting websites entered by the user to malicious sites. If personal information is entered on these malicious websites, it can lead to identity theft. If the DNSChanger trojan horse is detected, DNSChanger Removal Toolwill give you the option to remove it. If the DNSChanger trojan horse is detected and removed, you will need to restart your computer to clear out the bad DNS entries added…
-
ARD: Kickstart
Fire up ARD through the command line: sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/ Contents/Resources/kickstart
-
Mac OS X: Browse to a Folder in Finder
Browse to a specified folder using the Finder: Apple-Shift-G Here you could type in /var to go to the var folder, otherwise invisible. BTW, the whole tab auto-complete works here too…
-
Pages: Inline Photos
So when you paste a photo/screenshot into Pages you can configure whether it stays where you put it despite text or whether it moves around with the text. If you’re working on a large document it can be very annoying to have to move each image around while you’re typing. So, to configure the image to stay with the text, open the Inspector (View -> Show Inspector) and click on the image. Then click on the Object Placement tab of the Inspector and click on Inline. Optionally, you can also have the text wrap around the image or put the image on its own line here too.
-
Mac OS X: Limiting ICMP
Edit /etc/sysctl.conf to change the following line: net.inet.ip.fw.verbose_limit = 65535
-
Mac OS X: lsof
lsof is a command that can be used to list all the open files. You can use grep to narrow down the listing to only those that match a certain string.