Skip to content

Instantly share code, notes, and snippets.

0h1p-c0tm
2jzc-x78q
4ujj-r9fn
95ff-dx14
aq4z-5io9
ndq1-4lsk
ow1b-oyr1
p8c4-rj26
pkdy-sh8a
v149-22k6
@minhducsun2002
minhducsun2002 / item.json
Last active September 14, 2020 01:58
item translations
[
{
"id": 1,
"name": "QP"
},
{
"id": 2,
"name": "Saint Quartz"
},
{
@minhducsun2002
minhducsun2002 / F
Created August 23, 2019 13:18
Breached recovery codes : *****m*@gmail.com
3030 1769
7689 3046
0113 3685
5457 1335
2415 2123
4531 8919
1640 6996
8356 1454
2935 9713
3713 4460
body {
background-color: #232323 !important;
color: #26C6DA;
transition-duration: 1s !important;
}
a {
color: #FFFF00;
}
prompt="%(\!.%F{9}.%F{10})%n%f%F{46}@%f%(\!.%F{8}.%F{14})%m%f [%j running] %F{27}%~%f %(\!.%F{9}.%F{10})%(\!.#.\$)%f "
# Unescaped :
prompt="%(!.%F{9}.%F{10})%n%f%F{46}@%f%(!.%F{8}.%F{14})%m%f [%j running] %F{27}%~%f %(!.%F{9}.%F{10})%(!.#.\$)%f "
@minhducsun2002
minhducsun2002 / Leviathan-Password.txt
Last active October 15, 2018 15:26
OverTheWire password for Leviathan and Natas
rioGegei8m
ougahZi8Ta
Ahdiemoo1j
vuH0coox6m
Tith4cokei
UgaoFee4li
@minhducsun2002
minhducsun2002 / maid-test-win64.txt
Last active September 15, 2018 14:50
A test session of Maid
$ maid --help
You're having Maid version 1.2.3. Run with --check-update or --update to see if a new version of Maid is available.
You're running a beta release. Run with --check-update=stable to see current stable channel's version.
Possible arguments :
install - install a package
search - search a package using regex
show - show package details
purge - remove a package along with its data (only available for some packages)
update - update list of packages available
upgrade - upgrade all possible packages that is upgradable
git clone https://github.com/avast-tl/retdec;
cd retdec;
mkdir build; cd build;
cmake .. -DCMAKE_INSTALL_PREFIX=./output
make -j4
make install
@minhducsun2002
minhducsun2002 / cp5dug.sh
Last active August 25, 2018 16:09
Script to compile kernel for my device, HTC Desire 700 dual-SIM
!rm -rf *
!git clone --depth=1 https://github.com/minhducsun2002/android_kernel_htc_cp5dug
!mv android_kernel_htc_cp5dug/* ./
!apt install build-essential kernel-package libncurses5-dev bzip2 > /dev/null 2>&1
!apt install git-core gnupg flex bison gperf build-essential zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z-dev libgl1-mesa-dev libxml2-utils xsltproc unzip > /dev/null 2>&1
!git clone https://github.com/aosp-mirror/platform_prebuilt/tree/master/linux-x86/toolchain/arm-eabi-4.4.3
!export PATH=./platform_prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin:$PATH
# !cd android_kernel_htc_cp5dug
# !ls
!export ARCH=arm
@minhducsun2002
minhducsun2002 / zen-kernel-4.17-compile-deb.sh
Last active August 11, 2018 03:48
Script to compile Zen kernel automatically on Ubuntu
apt install -y git build-essential kernel-package fakeroot libncurses5-dev libssl-dev ccache bison flex libelf-dev > /dev/null;
git clone https://github.com/zen-kernel/zen-kernel --depth=1 -b 4.17/master;
cd zen-kernel;
curl https://gist.githubusercontent.com/minhducsun2002/96305f3f97f060cd7285912185d3cfc6/raw/ae9eb6d4b2967177ba458175a7c69e266f6937a3/vanilla.config > .config;
printf "\n" | make bindeb-pkg -j4;