This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "title": "Avustralya Grand Prix", | |
| "location": "Melbourne, Avustralya", | |
| "lat": -37.8136, | |
| "lng": 144.9631, | |
| "startAt": "2025-03-14T00:00:00Z", | |
| "endAt": "2025-03-16T23:59:59Z" | |
| }, | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0 ) start system with ubuntu debian live cd. First, under windows -> power options -> there is a parameter called fast wake-up, make sure it is turned off. | |
| 1 ) open cli. blkid > get nvme path => "/dev/nvme0n1" put script first variable | |
| 2 ) The following script is saved to a file. => "wipe.sh" | |
| 3 ) add execute attribute with "chmod +x wipe.sh" to script, and run script "sudo ./wipe.sh" | |
| 4 ) stript steps | |
| - Necessary packages for nvme disk will be installed | |
| - Hardware self-resetting feature of nvme disks is activated | |
| - The disk is formatted as a single partition | |
| - waiting for 2 seconds |
OlderNewer