- http://devttys0.com/pocorgtfo/pocorgtfo03.pdf
- https://github.com/scanlime/metalkit A tiny set of libraries and a tiny bootloader for creating bare-metal programs for 32-bit x86
View deploy_lib.sh
# | |
# Simple utility script to manage deploy from client/server side | |
# | |
# usage: | |
# | |
# $ source deploy_lib.sh "/path/to/web/root" | |
# $ deploy | |
# | |
test -z "$1" && { |
View random.md
View 001.md
All starts with the script build/envsetup.sh
that defines some shell functions and loads the vendorsetup.sh scripts that it founds into the device/
and vendor/
directories:
# Execute the contents of any vendorsetup.sh files we can find.
for f in `test -d device && find device -maxdepth 4 -name 'vendorsetup.sh' 2> /dev/null` \
`test -d vendor && find vendor -maxdepth 4 -name 'vendorsetup.sh' 2> /dev/null`
do
echo "including $f"
. $f
done
View README.md
- https://grml.org/
- https://fatemachine.github.io/live-armor/ Building Custom Live Images with Debian and Grsecurity
View timing.py
#!/usr/bin/env python | |
# | |
# export PYTHONUNBUFFERED=true | |
import sys | |
import os | |
import operator | |
import string | |
import datetime | |
def _out(msg): |
View README.md
- Download the latest source release
- Unzip the archive and enter into the directory
- install
libgtk-3-dev libpolkit-gobject-1-dev libpackagekit-glib2-dev libsoup-gnome2.4-dev
./configure --with-distribution debian
make
Do not compile, however, in data/ilg-config.cfg
there are the repo configuration that it uses for ubuntu.
In order to test the WebGL configuration use chrome://gpu, in my case the Intel card is blacklisted, you can use the --ignore-gpu-blacklist
parameter with chrome.
View README.md
Specs
- Azure Wave AW-NH387 - 802.11 b/g/n WLAN, Bluetooth, FM combo module IC
- Marvell 88DE3005 (DE3005-A1)
- Micron 29F16G08CBACA (2GiB Flash NAND)
- Micron 3FE77D9PXV (512MB RAM)
Links
OlderNewer