> For the complete documentation index, see [llms.txt](https://www.iblue.team/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.iblue.team/general-notes-1.md).

# General Notes

- [Retaining Original Exhibits](https://www.iblue.team/general-notes-1/retaining-original-exhibits.md): Disclaimer: I'm not a lawyer. Seek legal advice or consult your internal Legal/HR department to understand your organisation's or country's legislative or procedural requirements.
- [Azure Blob storage with NGINX proxy](https://www.iblue.team/general-notes-1/azure-blob-storage-with-nginx-proxy.md): Create an NGINX proxy and stick it in front of your Azure Blob storage so you can use Crowdstrike RTR to its full potential, bypassing restrictive file size limits and artificial bandwidth limitations
- [Install and Configure ZeroTier client](https://www.iblue.team/general-notes-1/install-and-configure-zerotier-client.md): ZeroTier creates secure networks between on-premise, cloud, desktop, and mobile devices.
- [S3FS Fuse and MinIO](https://www.iblue.team/general-notes-1/s3fs-fuse-and-minio.md)
- [Enable nested VT-X/AMD-V](https://www.iblue.team/general-notes-1/enable-nested-vt-x-amd-v.md)
- [mitm proxy](https://www.iblue.team/general-notes-1/mitm-proxy.md)
- [Exploring Volume Shadow Copies Manually](https://www.iblue.team/general-notes-1/exploring-volume-shadow-copies-manually.md): How to explore volume shadow copies manually with opensource tools
- [Resize VMDK/VDI](https://www.iblue.team/general-notes-1/resize-vmdk-vdi.md)
- [Resize VMDK on ESXi](https://www.iblue.team/general-notes-1/resize-vmdk-on-esxi.md): You've created a Linux guest VM on ESXi, but now it's outgrown its original storage requirements and you need to resize it.
- [Convert raw to vmdk](https://www.iblue.team/general-notes-1/convert-raw-to-vmdk-for-virtual-machine.md)
- [Favicon hashing and hunting with Shodan](https://www.iblue.team/general-notes-1/favicon-hashing-and-hunting-with-shodan.md)
- [WinRM/RemotePS](https://www.iblue.team/general-notes-1/winrm-remoteps.md)
- [MinIO/S3/R2 ghost files](https://www.iblue.team/general-notes-1/minio-s3-r2-ghost-files.md): Sometimes a multi-part upload will fail and result in ghost files. Your bucket will indicate it has contents/cannot be deleted, but you can't see anything.
- [Mount E01 containing VMDK/XFS from RHEL system](https://www.iblue.team/general-notes-1/mount-e01-containing-vmdk-xfs-from-rhel-system.md): You're provided with an E01 of a VMDK from a RedHat Enterprise Linux system, which is formatted using XFS and is part of an LVM group.
- [Disk images for various filesystems and configurations](https://www.iblue.team/general-notes-1/disk-images-for-various-filesystems-and-configurations.md)
- [ext4 with LVM and RAID5 (3 disks)](https://www.iblue.team/general-notes-1/disk-images-for-various-filesystems-and-configurations/ext4-with-lvm-and-raid5-3-disks.md): Single LVM on top of a 3 disk RAID5 array, formatted as ext4
- [ZFS](https://www.iblue.team/general-notes-1/disk-images-for-various-filesystems-and-configurations/zfs.md): Both single volume (arguably pointless), and dual volume pool
- [UFS, FFS, BTRFS, XFS](https://www.iblue.team/general-notes-1/disk-images-for-various-filesystems-and-configurations/ufs-ffs-btrfs-xfs.md)
- [ext4, LVM, and LUKS1/LUKS2](https://www.iblue.team/general-notes-1/disk-images-for-various-filesystems-and-configurations/ext4-lvm-and-luks1-luks2.md)
- [NTFS, FAT32, with BitLocker](https://www.iblue.team/general-notes-1/disk-images-for-various-filesystems-and-configurations/ntfs-fat32-with-bitlocker.md)
- [NTFS, FAT32, exFAT with TrueCrypt, VeraCrypt](https://www.iblue.team/general-notes-1/disk-images-for-various-filesystems-and-configurations/ntfs-fat32-exfat-with-truecrypt-veracrypt.md)
- [VirtualBox adapters greyed out](https://www.iblue.team/general-notes-1/virtualbox-adapters-greyed-out.md)
- [Exporting SQLite blob data from standalone SQLite database using command line tools](https://www.iblue.team/general-notes-1/exporting-sqlite-blob-data-from-standalone-sqlite-database-using-command-line-tools.md): Description and steps on how to export binary/blob data from a SQLite database using sqlite command line tools.
