- Assuming your encrypted partition is /dev/sda5 (crypttab would say sda5_crypt)
- add new key: cryptsetup luksAddKey /dev/sda5
- reboot and test
- remove old key: cryptsetup luksRemoveKey /dev/sda5
Reference
Well .. i was facing same problem and i've found a solution that works perfectly for me and i can write on NTFS:
1- Install OSXFUSE == > The most important part is to check the compatibility layer within installation otherwise it wont work
2- Install fuse_wait pkg
3- Install ntfs-3g 2010.10.2 and remove the MacFuse from the customized installation (if you couldn't, just after installation, go to preference and remove the MacFuse)
4- Reboot your macbook, et Voila .. it'll work
i've got this info from this link
https://github.com/osxfuse/osxfuse/wiki/NTFS-3G
Hope that would help
Cheers, Soha
iptables -A INPUT -p tcp --dport 80 -i eth0 -m state --state NEW -m recent --set
iptables -A INPUT -p tcp --dport 80 -i eth0 -m state --state NEW -m recent --update --seconds 3 --hitcount 2 -j DROP