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
0h1p-c0tm | |
2jzc-x78q | |
4ujj-r9fn | |
95ff-dx14 | |
aq4z-5io9 | |
ndq1-4lsk | |
ow1b-oyr1 | |
p8c4-rj26 | |
pkdy-sh8a | |
v149-22k6 |
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
[ | |
{ | |
"id": 1, | |
"name": "QP" | |
}, | |
{ | |
"id": 2, | |
"name": "Saint Quartz" | |
}, | |
{ |
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
3030 1769 | |
7689 3046 | |
0113 3685 | |
5457 1335 | |
2415 2123 | |
4531 8919 | |
1640 6996 | |
8356 1454 | |
2935 9713 | |
3713 4460 |
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
body { | |
background-color: #232323 !important; | |
color: #26C6DA; | |
transition-duration: 1s !important; | |
} | |
a { | |
color: #FFFF00; | |
} |
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
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 " |
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
rioGegei8m | |
ougahZi8Ta | |
Ahdiemoo1j | |
vuH0coox6m | |
Tith4cokei | |
UgaoFee4li |
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
$ 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 |
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
git clone https://github.com/avast-tl/retdec; | |
cd retdec; | |
mkdir build; cd build; | |
cmake .. -DCMAKE_INSTALL_PREFIX=./output | |
make -j4 | |
make install |
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
!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 |
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
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; |
NewerOlder