Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
7 results tagged filesystem  ✕   ✕
AIDE - Advanced Intrusion Detection Environment https://github.com/aide/aide
Thu 20 Jan 2022 12:11:02 PM PST archive.org

AIDE is a tool for monitoring file system changes. It can be used to detect unauthorized monitored files and directories. AIDE was written to be a simple and free alternative to Tripwire.

Much more lightweight than the more commonly used solutions for this problem these days.

Packaged by just about every distro these days.

linux aide filesystem monitoring infosec sysadmin
Static Linux https://sta.li/
Fri 03 Jan 2020 08:22:15 PM PST archive.org

stali is a static linux distribution based on the original pre-2010 plans of the suckless.org project. x86-64 and Arm architectures are targeted. One Makefile builds it all. Tries to avoid sucking at all costs. Ideal for embedded systems.

linux distro filesystem standard
python-mailfile https://github.com/BjarniRunar/python-mailfile
Sun 24 Nov 2019 07:25:27 PM PST archive.org

This library implements a simple "filesystem" inside an IMAP folder. The filesystem can be symmetrically encrypted (using the cryptography library's AES-128 Fernet construct), it supports concurrent readers/writers and file versioning. The motivation for this tool is that an IMAP account is the most commonly available form of standards compliant "cloud storage" available to the general public. This makes an IMAP account a compelling location for app backups or basic synchronization, and Mailfile's sister project, Mailpile, needs exactly such features.

FUSE compatible using fusepy.

Python v2.7, unfortunately.

python module filesystem imap storage hack files
Linux: Recover Corrupted Partition From A Bad Superblock http://www.cyberciti.biz/faq/recover-bad-superblock-from-corrupted-partition/
Tue 20 Mar 2018 02:14:57 AM PDT archive.org

A short tutorial on recovering a damanged EXT2 or EXT3 file system in a Linux machine by referencing one of the backup superblocks.

  1. dumpe2fs /dev/sda2 | grep superblock
  2. Check and repair a Linux file system using one of the alternate superblocks: fsck -b 32768 /dev/sda2
  3. Try to mount file system.
howto linux sysadmin superblock filesystem recovery
Digital (Computer) Forensics Tool Testing Images http://dftt.sourceforge.net/
Tue 20 Mar 2018 02:04:54 AM PDT archive.org

An archive of free-to-download and use disk images for practicing your data forensics fu or testing file carving tools.

disk forensics recovery filesystem infosec file carving download security diskimages data
How to Fix Aide “lgetfilecon_raw failed for / : No data available” errors | Backdrift http://backdrift.org/how-to-fix-aide-lgetfilecon_raw-failed-for-no-data-available-errors
Tue 20 Mar 2018 12:35:35 AM PDT archive.org

How to configure AIDE so it works when somebody turned SElinux off on the machine and you can't turn it back on.

filesystem selinux infosec aide sysadmin configuration
OSTree https://ostree.readthedocs.io/en/latest/
Mon 19 Mar 2018 10:55:01 PM PDT archive.org

documentation for OSTree, a library and tools for committing, downloading, and stacking downloaded filesystem images in a Git-like fashion. Implements a content addressable datastore. Used for building live distro images, possibly VMs or immutable server images. Atomic upgrades, rollbacks, multiple bootable roots, binary history,

documentation tools library filesystem
4980 links, including 377 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn