New pages
Jump to navigation
Jump to search
- 04:40, 31 May 2025 Proxmox (hist | edit) [186 bytes] Admin (talk | contribs) (Created page with " mount a lvm disk to another container: Mount the rootfs disk from container 100 to container 103 as /rootdisk103 <pre> pct set 103 -mp0 local-lvm:vm-100-disk-1,mp=/rootdisk103 </pre>")
- 23:28, 27 May 2025 Automatically-mounting-veracrypt-volume-at-boot (hist | edit) [575 bytes] Admin (talk | contribs) (Created page with " This script automatically opens a truecrypt volume using veracrypt. Requires the 'veracrypt' binary to be installed. <pre> #!/bin/bash # mount a truecrypt volume VC=/usr/bin/veracrypt CONTAINER=/mnt/usb/truecrypt-volume.tc MOUNTPOINT=/mnt/data VC_PASS=<yourpassword> DMASK=0022 FMASK=0133 # veracrypt syntax: if echo "$VC_PASS" | $VC -tc -t -k "" --protect-hidden=no "$CONTAINER" "$MOUNTPOINT" --fs-options="users,gid=100000,dmask=$DMASK,fmask=$FMASK" then echo "$CO...")
- 23:18, 27 May 2025 Veracrypt (hist | edit) [811 bytes] Admin (talk | contribs) (Created page with "How to create a new veracrypt-encrypted volume using zulucrypt: required packages: <pre> apt-get install zulucrypt-cli </pre> - create a new empty file with a size of 10MB <pre> dd if=/dev/zero of=test.vc bs=1M count=10 </pre> - encrypt the file and create an ext2 filesystem in it <pre> sudo zuluCrypt-cli -c -d test.vc -t vcrypt -z ext2 </pre> NOTE: run as sudo if you get a 'setgroups' error NOTE: install 'dosfstools' if you get a mkfs.vfat fi...")
- 09:33, 16 March 2025 Satellites (hist | edit) [4,351 bytes] Admin (talk | contribs) (Created page with " <pre> NORAD Type Name uplink downlink details voice SO-50 145.850 (+67Hz) 436.795 aka Saudisat 1C Oscar, use 145.850 +74.4 Hz to 'unlock' the repeater for 10 mins (if no activity) SO-115 145.925 436.888 aka HADES 43017 voice AO-91 435.250 (+67Hz) 145.960 AO-92 PO-101 22825 afsk AO-27 145.850 436.795 aka Eyesat Lilacsat-2 </pre> ===...")