Linux.com | Securing a fresh Linux install, part 2
The command to find SUID and SGID files is quite useful, so I'll post it here:
find / -perm -4000 -o -perm -2000 -exec ls -ldb {} \; >> SUID_files.txt
Mozilla and hypocrisy
Right, but what about the experiences that Mozilla chooses to default for users like switching to Yahoo and making that the default upon ...
-
via VMware blog
-
AJAX: redesign your PHP applications? - ThinkPHP /dev/blog : "First of all, XMLHttpRequest has a problem: in InternetExplorer, it doesn...