- Code :
dd if=zImage-dtb bs=1 skip=$(LC_ALL=C od -Ad -x -w2 zImage-dtb | grep 8b1f | cut -d ' ' -f1 | head -1) | zgrep -a 'Linux version'zImage-dtb or Image is the kernel(binary).
| // set the first nav item as active | |
| var dis = $(".list-wrap li").eq(0); | |
| // align the wave | |
| align(dis); | |
| // align the wave on click | |
| $(".list-wrap li").click(function(){ | |
| dis = $(this); |
| ROMNAME=lineage-14.1 | |
| LINK=https://github.com/LineageOS/android | |
| BRANCH=cm-14.1 | |
| THREAD_COUNT_SYNC=Number of your CPU Threads | |
| echo -e "# Installing necessary packages..." | |
| sudo apt install bc pxz wput | |
| echo -e "# Installed" | |
| echo -e "# Installing repo..." |
| package accumulatedsum; | |
| /** | |
| * | |
| * @author oscartorres | |
| */ | |
| public class MainFrame extends javax.swing.JFrame { | |
| long currentSum = 0; |
| $ ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4 |
dd if=zImage-dtb bs=1 skip=$(LC_ALL=C od -Ad -x -w2 zImage-dtb | grep 8b1f | cut -d ' ' -f1 | head -1) | zgrep -a 'Linux version'zImage-dtb or Image is the kernel(binary).
| /** | |
| * Embed Gists with a URL | |
| * | |
| * Usage: | |
| * Paste a gist link into a blog post or page and it will be embedded eg: | |
| * https://gist.github.com/2926827 | |
| * | |
| * If a gist has multiple files you can select one using a url in the following format: | |
| * https://gist.github.com/2926827?file=embed-gist.php | |
| * |
To build LineageOS, you’ll need:
sudo apt install bc bison build-essential ccache curl flex g++-multilib gcc-multilib git gnupg gperf imagemagick lib32ncurses5-dev lib32readline-dev lib32z1-dev libesd0-dev liblz4-tool libncurses5-dev libsdl1.2-dev libssl-dev libwxgtk3.0-dev libxml2 libxml2-utils lzop pngcrush rsync schedtool squashfs-tools xsltproc zip zlib1g-devFor Ubuntu versions older than 16.04 (xenial), substitute:
libwxgtk3.0-dev → libwxgtk2.8-dev