About mount and unmount Mount or unmount file systems and remote resources.
Monthly Archives: July 2012
Check for Rootkits on Linux, BSD, and OSX
Those of us in UNIX-land (and yes, Mac people, that includes you) don’t often have to deal with malware. There is room for debate about the exact reasons for that, but few would argue that Linux, BSD and OSX get hit as hard or as often as Windows. This does not, however, make us immune …
Continue reading “Check for Rootkits on Linux, BSD, and OSX”
Malware SCAN YOUR WEBSITE FOR FREE
The de facto standard in web malware cleanup Innovating the way the world fights web-based malware. The evolution of web malware over the past few years has created a new multi-million dollar industry in which new businesses are emerging everyday. At Sucuri, we have been monitoring and engaging in web based malware since 2004 evolving …
Blue border on jScrollPane div
I’ve got a border display issue with jScrollPane, would you know which css rule to use to remove this border?
Incremental backups with GNU tar
Building on this thread, GNU tar (which is installed by most Linux distributions, and all available distributions installable on VPSlink) supports incremental backups, meaning it only archives files that have changed since the last backup was done.
10 Tips for Writing Better jQuery Code
jQuery is totally cool. I’ve been using it for a year now and I find myself constantly learning new tricks and running into great improvements.
 The amount of plug-ins and resources out there is great, too, making this powerful javascript library either a must-use (for many developers) or a very-cool-thing-I-like for the others. However, many …