oi on Nostr: That's not what I posted => All I see is #VeraCrypt. He's podcasting, you can listen ...
That's not what I posted =>
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/m7qullz5GucrfjeqaB9lYou 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'```
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/m7qullz5GucrfjeqaB9l
The 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:20:17Event JSON
{
"id": "3825f5a402914e6c9764378775f2cc48f2aeffeca40483b97a175d5bd6146918",
"pubkey": "d3070b8d93883c80d8a578387ca33ae064dc30218ad04e83bf4edb277c881fbf",
"created_at": 1687386017,
"kind": 1,
"tags": [
[
"e",
"c15564fecdc0528ba0a3f554f328d0cc2d63d4f2bd1e30628f09f41b75a3dc30",
"",
"mention"
],
[
"p",
"d3070b8d93883c80d8a578387ca33ae064dc30218ad04e83bf4edb277c881fbf",
"",
"mention"
],
[
"t",
"VeraCrypt"
],
[
"t",
"veracrypt"
],
[
"t",
"Linux"
],
[
"t",
"linux"
],
[
"r",
"https://fountain.fm/oi?code=ce25e6f91a"
],
[
"r",
"https://fountain.fm/show/m7qullz5GucrfjeqaB9l"
]
],
"content": "That's not what I posted =\u003e\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\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'```\nnostr:nevent1qqsvz4tylmxuq55t5z3l248n9rgvcttr6net683sv28snaqmwk3acvqpz3mhxue69uhhyetvv9ujumn0wd68ytnzvupzp5c8pwxe8zpusrv227pc0j3n4crymsczrzksf6pm7nkmya7gs8alqvzqqqqqqytu790e",
"sig": "a98db14bfb7f8ac9eb37a3684ab43137cd574e6a4eae58ab54f7bef127deb3849a6fcdb6a65ce5e0c5d740ffaad3a7c326d8f567041968dcbf44fee405fed4cf"
}