I'm using this to disable ping response:Aung wrote: Everything is OK at shieldup, the ping 's not going to worry me, not doing any Wolves of Wall St. boiler room stuff, AISIO or NSA wont find much.
Code: Select all
echo 1 >/proc/sys/net/ipv4/icmp_echo_ignore_all
___________
rox-encfs
This package has two groups of right-click entries (in .inode_directory and .inode_mount-point) and when I install an app that also uses /etc/xdg/rox.sourceforge.net/SendTo/ location, these groups may become broken up, e.g.:
...
Add Encryption
Change Password
Open Encrypted Folder
PackIt
Remove Encryption
...
what doesn't look good...
What about prepending, for instance, an INVISIBLE SEPARATOR char to all those entries, what will group them together and place at the bottom of the list, e.g.:
Code: Select all
I=`echo -e '\xe2\x81\xa3'`
cd /etc/xdg/rox.sourceforge.net/SendTo/.inode_directory/
mv "Add Encryption" "${I}Add Encryption"
mv "Change Password" "${I}Change Password"
(and so on...)
Greetings!