How to use Pelican on GitHub Pages 
Author: Josef Jezek
sudo apt-get install python-setuptools

Author: Josef Jezek
sudo apt-get install python-setuptools
This post by a security researcher who prefers to remain anonymous will elucidate concerns about certain problematic decisions Apple has made and caution about future decisions made in the name of “security” while potentially hiding questionable motives. The content of this article represents only the opinion of the researcher. The researcher apologises if any content is seen to be inaccurate, and is open to comments or questions through PGP-encrypted mail.
TL;DR
| perl -MEncode -pi -e '$_=encode_utf8(decode(gb2312=>$_))' FILE_NAME |
| #!/usr/bin/env python3 | |
| import argparse | |
| import mmap | |
| import os | |
| parser = argparse.ArgumentParser(description='extract builtin_fw') | |
| parser.add_argument('image', metavar='IMAGE', type=str, | |
| help='kernel image file') | |
| parser.add_argument('kallsyms', metavar='KALLSYMS', type=str, |
| /* | |
| * Copyright (C) 2016 Jared Rummler <jared.rummler@gmail.com> | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software |
| #!/system/bin/sh | |
| #=============================================================================== | |
| # | |
| # FILE: logcat_all.sh | |
| # | |
| # USAGE: ./logcat_all.sh | |
| # | |
| # DESCRIPTION: DEBUG版时,打印所有日志(包括时间)到指定文件,方便后期排查问题 | |
| # | |
| # OPTIONS: --- |
| <? | |
| ///////////////////// | |
| // slack2html | |
| // by @levelsio | |
| ///////////////////// | |
| // | |
| ///////////////////// | |
| // WHAT DOES THIS DO? | |
| ///////////////////// | |
| // |
| == Adb Server | |
| adb kill-server | |
| adb start-server | |
| == Adb Reboot | |
| adb reboot | |
| adb reboot recovery | |
| adb reboot-bootloader | |
| == Shell |