os211

HOME
« PREVIOUS | | NEXT »

Top 10 List of Week 03

  1. Linux File System Basic
    This website explains the basic principle of linux file system. Things like EXT4 (Fourth extended filesystem), SWAP file system and many more. This site also touch a little on the topic of linux directory structure and filesystem mounting.

  2. Compression Format
    This site explains the difference of tar, zip, and gz compression format. It inclue the history of the compression format, when to use which format. It also lists the efficiency of each the compression format.

  3. Linux File System Mounting
    This site explains how to mount file system in linux using mount command. It also lists the options available for mounting and unmounting.

  4. Fuse Basic
    This site explains how to build a fuse file system. It explain what is fuse filesystem and how we can use it.

  5. Using GPG
    This site explain how to use GPG to encrypt and sign things. It guides us step by step through the process of encryptiong a message or file.

  6. Linux Directory Meanings
    If you ever wondered what does linux directory in “/” (root) means, This video explains it meaning. What /bin /dev /mnt do, and the other directory too.

  7. Linux ACL
    This site contains intoduction to linux Access Control Lists. It contain how can we use it, how to set it up, and many more

  8. C Makefile
    This site contains information on how to use makefile to build c / c++ projects.

  9. Windows Filesystem
    This site explains how NTFS, the filesystem that windows use, works. It include it’s difference with linux file system and also it’s simmilarity. It also explains how files are stored in NTFS.

  10. File Descriptor
    This site explains how file is stored on a linux, how things like permissions, and owner of a file is stored on the filesystem.