|
On the security side of UNIX
|
|
Hits: 3 |
|
Date added: 06/26/2005 |
|
|
|
|
|
|
100 LinuxTips &Tricks
|
|
Hits: 0 |
|
Date added: 10/13/2005 |
|
Make Your life easier by knowing short cuts on Linux. Need Adobe to read. |
|
|
|
|
Overview of the Virtual File System
|
|
Hits: 1 |
|
Date added: 10/25/2005 |
|
The Virtual File System (otherwise known as the Virtual Filesystem Switch) is the software layer in the kernel that provides the filesystem interface to userspace programmes. It also provides an abstraction within the kernel which allows different filesystem implementations to co-exist. |
|
|
|
|
Building A Linux Filesystem From An Ordinary File
|
|
Hits: 0 |
|
Date added: 10/28/2005 |
|
Virtual Filesystem: Building A Linux Filesystem From An Ordinary File
You can take a disk file, format it as ext2, ext3, or reiser filesystem and then mount it, just like a physical drive. Yes, it then possible to read and write files to this newly mounted device. You can also copy the complete filesystem, since it is just a file, to another computer. If security is an issue, read on. This article will show you how to encrypt the filesystem, and mount it with ACL (Access Control Lists), which give you rights beyond the traditional read (r) write (w) and execute (x) for the 3 user groups file, owner and other. |
|
|
|
|
Memory Resident Viruses
|
|
Hits: 1 |
|
Date added: 11/02/2005 |
|
It was written to provide an understanding of the methods viruses can use to protect against viruses and disassemble them as well as to write them.
Explains how Virus Hides inside the Memory. |
|
|
|