Source: https://github.com/cncf/curriculum/blob/master/CKA_Curriculum_V1.14.1.pdf
Unlock Telepatria vtelca v865m movilnet
12345678 (was the initial code)
##3646633## (engineering mode) Simme Lock Network Personalization Unlock permanently
This file contains 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
package main | |
import ( | |
"fmt" | |
"github.com/coyim/coyim/xmpp" | |
) | |
func main() { | |
//TODO: this nil will crash. You need to setup a verifier |
This file contains 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
FROM scratch | |
ADD rootfs.tar.xz / | |
CMD ["/bin/bash"] |