There is a support page : https://proton.me/support/pay-with-bitcoin
- 0 Posts
- 6 Comments
Joined 3 years ago
Cake day: July 13th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
foudinfo@jlai.luto
Linux@lemmy.ml•ISOs Explained + four programs to make Linux boot media
2·2 years agoOh right, my bad x) I agree, it’s a little bit akward to use su then cat everytime.
foudinfo@jlai.luto
Linux@lemmy.ml•ISOs Explained + four programs to make Linux boot media
1·2 years agoThat could be possible but for the moment I didn’t encouter any problem with cat. I think I’m going to stick with it for the time being.
foudinfo@jlai.luto
Linux@lemmy.ml•ISOs Explained + four programs to make Linux boot media
2·2 years agoYep that’s right, but I use fdisk to check my drives before writing on them and it also requires sudo…
foudinfo@jlai.luto
Linux@lemmy.ml•ISOs Explained + four programs to make Linux boot media
14·2 years agoMy favorite way to create a boot media is simply to use cat. No arguments, no shenanigans just a cat into the device :
cat debian.iso > /dev/sda
Nice