oi on Nostr: Why is posting this a problem? => All I see is #VeraCrypt. He's podcasting, you can ...
Why is posting this a problem? =>
All I see is #VeraCrypt. He's podcasting, you can listen with Android on
https://fountain.fm/oi?code=ce25e6f91a , his podcast
https://fountain.fm/show/m7qullz5GucrfjeqaB9lThe guy is funny:
You can use CryptSetup on #Linux: (assuming `sudo` in front of each command)
```
fdisk -l
```
Assuming `mmcblk0` is the sdcard:
`shred -v -n 1 /dev/mmcblk0`
where -v, verbose and -n, number of iterations
```cryptsetup luksFormat /dev/mmcblk0
cryptsetup luksOpen /dev/mmcblk0 opt
ls -arlt /dev/mapper | tail
ls -l /dev/mapper/opt
mkfs -t ext4 /dev/mapper/opt```
Where we've named the encrypted drive `opt` and opened in the systems /opt directory, -t is type ext4 which works on Linux systems
```mount /dev/mapper/opt /opt
umount /opt
cryptsetup luksClose opt
ls -l /dev/mapper/opt
'no such file'```
Published at
2023-06-21 22:15:12Event JSON
{
"id": "c15564fecdc0528ba0a3f554f328d0cc2d63d4f2bd1e30628f09f41b75a3dc30",
"pubkey": "d3070b8d93883c80d8a578387ca33ae064dc30218ad04e83bf4edb277c881fbf",
"created_at": 1687385712,
"kind": 1,
"tags": [
[
"t",
"VeraCrypt"
],
[
"t",
"veracrypt"
],
[
"t",
"Linux"
],
[
"t",
"linux"
],
[
"r",
"https://fountain.fm/oi?code=ce25e6f91a"
],
[
"r",
"https://fountain.fm/show/m7qullz5GucrfjeqaB9l"
],
[
"r",
"https://nostr.build/i/afffff135c96220c092ab698ef7ed87934de7105599f1691e81ed3fd8faa5709.jpg"
]
],
"content": "Why is posting this a problem? =\u003e\n\nAll I see is #VeraCrypt. He's podcasting, you can listen with Android on https://fountain.fm/oi?code=ce25e6f91a , his podcast https://fountain.fm/show/m7qullz5GucrfjeqaB9l\n\nThe guy is funny: \n\nhttps://nostr.build/i/afffff135c96220c092ab698ef7ed87934de7105599f1691e81ed3fd8faa5709.jpg\n\nYou can use CryptSetup on #Linux: (assuming `sudo` in front of each command)\n\n```\nfdisk -l\n```\nAssuming `mmcblk0` is the sdcard:\n\n\n`shred -v -n 1 /dev/mmcblk0`\n\nwhere -v, verbose and -n, number of iterations\n\n```cryptsetup luksFormat /dev/mmcblk0\n\ncryptsetup luksOpen /dev/mmcblk0 opt\n\nls -arlt /dev/mapper | tail\nls -l /dev/mapper/opt\n\nmkfs -t ext4 /dev/mapper/opt```\n\nWhere we've named the encrypted drive `opt` and opened in the systems /opt directory, -t is type ext4 which works on Linux systems \n\n```mount /dev/mapper/opt /opt\n\numount /opt\ncryptsetup luksClose opt\n\nls -l /dev/mapper/opt \n\n'no such file'```\n",
"sig": "ce9cd23c3c86325be6ecdc5be7575f63b2dcac8bddb5fc600870d2dbba8172644d805d4f087c10919fb65586bc35a5d1520944353920c91e47d0a5cb72161fef"
}