# General Notes

- [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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.iblue.team/general-notes-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
