How To Remove the MacOS Quarantine Extended File Attribute for an Entire Directory Tree
xattr -r -d com.apple.quarantine {dirname} ~or~ xattr -r -d com.apple.quarantine *
xattr -r -d com.apple.quarantine {dirname} ~or~ xattr -r -d com.apple.quarantine *
Stop the instance first…YMMV:
1 2 3 4 5 |
yourHost# ec2-describe-images describe-images -o amazon --filter "manifest-location=*pv-grub-hd0_1.02-i386*" --region us-east-1 IMAGE aki-805ea7e9 ec2-public-images/pv-grub-hd0_1.02-i386.gz.manifest.xml amazon available public i386 kernel instance-store paravirtual xen yourHost# ec2-modify-instance-attribute --kernel aki-805ea7e9 --region us-east-1 i-39764XXX kernel i-39764XXX aki-805ea7e9 |
http://aws.amazon.com/amazon-linux-ami/latest-release-notes/
To check the checkbox simply set the value of the “checked” attribute: jQuery(‘.ChkBox’).attr(‘checked’,true); To uncheck it, just remove the attribute entirely: jQuery(‘.ChkBox’).removeAttr(‘checked’);