Packing List for Hot Tent Camping in Cold Weather
This is my packing list for hot tent camping in cold weather with the tent stove.
- Hot tent
- Hot tent poles
- Tent stove
- Wood tote
- Cold weather sleeping bag
- Quilt
- Sleeping surface
- Air mattress and tarp
- Cot
- Tent lights
- Space batteries
- Head lamps
- USB power bank
- Headphone charging cable
- USB cable
- Chair
- Folding table (depends)
- Hatchet
- Kindle
- Headphones
Accessing Linux Files from Windows As Folder or Drive
Using NFS
Source: https://blog.netwrix.com/2022/11/18/mounting-nfs-client-windows/
For workstations in workgroup mode use set the user and group mapping via the registry:
New-ItemProperty "HKLM:\SOFTWARE\Microsoft\ClientForNFS\CurrentVersion\Default -Name AnonymousUID -Value <unix_export_owner_uid> -PropertyType "DWord"
New-ItemProperty "HKLM:\SOFTWARE\Microsoft\ClientForNFS\CurrentVersion\Default" -Name AnonymousGID -Value <unix_export_owner_gid> -PropertyType "DWord"