Skip to content

Instantly share code, notes, and snippets.

Unlock Telepatria vtelca v865m movilnet

12345678 (was the initial code)

##3646633## (engineering mode) Simme Lock Network Personalization Unlock permanently

@juniorz
juniorz / HTTP.md
Last active August 8, 2022 16:36
Tools of trade

Keep-Alive

time telnet www-org.example.com 80

GET / HTTP/1.1
Host: www-org.example.com
Connection: keep-alive

(wait)
@juniorz
juniorz / README.md
Created July 31, 2018 15:35
How to setup a XMPP prekey server

YMMV

@juniorz
juniorz / xmpp.go
Last active November 6, 2017 15:12
package main
import (
"fmt"
"github.com/coyim/coyim/xmpp"
)
func main() {
//TODO: this nil will crash. You need to setup a verifier
@juniorz
juniorz / bjshare-grouped.yml
Last active February 6, 2017 14:06
Cardigann definition for BJ Share
---
site: bjshare-grouped
name: BJ Share (w/ stupid grouping)
description: BJ Share tracker w/ grouped layout
language: pt-br
links:
- https://bj-share.me/
caps:
categories:
@juniorz
juniorz / Dockerfile
Last active May 5, 2016 06:10
Building a Raspbian Docker Image
FROM scratch
ADD rootfs.tar.xz /
CMD ["/bin/bash"]
@juniorz
juniorz / instructions.md
Last active March 18, 2016 03:09
Building lua on WD My Cloud EX2

Building dependencies

ncurses

$ cd Open_Source_packages
$ source source.me
$ tar -xzvf ncurses-5.7.tar.gz
$ cd ncurses-5.7
$ ./xbuild.sh build