New answers tagged security
0
There is a good reason to choose a case sensitive file system.
If you are concerned by the quality and the security of the applications you run you might be interested by any early mechanism which may discriminate badly programmed applications.
An application which at one time create a file named conf and later
try to open the same file with the name CONF ...
0
The secure erase options are currently disabled for SSDs. According to http://support.apple.com/kb/HT3680 erasing an SSD normally might be secure enough:
Note: With OS X Lion and an SSD drive, Secure Erase and Erasing Free Space are not available in Disk Utility. These options are not needed for an SSD drive because a standard erase makes it difficult to ...
0
Here is an approach totally outside of the MacOS X GUI.
Hence this approach of the problem won't interfere with any network
or VPN setting.
Let's say I want to use an IPSEC VPN (based on the use of 500/udp == isakmp & 50/ip == esp).
Create an ipfw configuration file just allowing the required protocols to build the VPN:
/usr/bin/sudo cat ...
0
If you have the developer tools installed, you can view the signing information for a binary using this command:
codesign -dvvv <path to app.app>
The output looks like this:
Executable=/Volumes/Big Disk/F376/Projects/<My App>
Identifier=<My Bundle ID>
Format=bundle with Mach-O thin (x86_64)
CodeDirectory v=20100 size=3958 ...
1
Your Mac will only automatically join Wi-Fi networks which are in its preferred networks list.
If the non-secure network is not in that list, it will not join it.
If you want to be prompted to join a network when no "known" network is available, turn on "Ask to join new networks."
However, if you do not turn on "Ask to join new networks" then your Mac ...
0
I guess it was a slooooowww rollout. I checked a few weeks later, and found the two step authentication offered, and filled it out.
0
Unless your password is a complex one and has been changed recently, the most logical problem is that your password isn't new enough for the system to offer you the two-step authorization change.
It is a bit of a pain to change the password (since you will need to change it everywhere - perhaps multiple times on each Computer and iOS device), but once ...
0
It should be possible to boot an external drive (including the installation DVD) in single user mode:
Hold Option as you turn the power on, select the DVD/HDD with the arrow keys then press and hold Command+S+Return, holding them down until you see the now-familiar-for-you console boot: at which point it would be possible to use a whole disk shredder as ...
-2
If you want to completely wipe it, I'd think you could type this in single-user mode, hitting return after each "-----": /sbin/mount -uw / ----- rm -rf *
1
Let's set aside any solution where you bring a second piece of networking gear to the problem. Let's also let the problem of stopping traffic after the VPN fails to this related, but different question.
I look at this problem as a user centric solution and not something that's easily accomplished by modifying the OS X behavior.
Set up two accounts on your ...
Top 50 recent answers are included