- Download Image at RasPi OpenWRT Wiki
- Flash SDCard
sudo dd if=openwrt-brcm2708-bcm270*-sdcard-vfat-ext4.img of=/dev/sdX bs=2M
- Put SDCard into your RasPi and start
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
<openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude"> | |
<!-- config ... --> | |
<keyboard> | |
<!-- in section keyboard add following: --> | |
<keybind key="XF86AudioLowerVolume"> | |
<action name="Execute"><execute>amixer -q sset Master 3%-</execute></action> | |
</keybind> | |
<keybind key="XF86AudioRaiseVolume"> | |
<action name="Execute"><execute>amixer -q sset Master 3%+</execute></action> | |
</keybind> |
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
\documentclass{beamer} | |
\usepackage[utf8]{inputenc} | |
\usetheme{default} | |
\title{Krypto} | |
\author{Jon Doe} | |
\date{\today} | |
\begin{document} | |
\maketitle |
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
\documentclass{article} | |
\usepackage[margin=0.7in]{geometry} | |
\usepackage[parfill]{parskip} | |
\usepackage[utf8]{inputenc} | |
\usepackage{amsmath,amssymb,amsfonts,amsthm} | |
\usepackage[backend=biber,style=authoryear,citestyle=authoryear]{biblatex} |
- Bittorrent Spec (NoNonsense)
- DHT Distributed Hash Table
- Bencode Encoding used by Bittorrent
- Bit field
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
#!/bin/bash | |
mkdir -p caching_speed_rsync && | |
cd caching_speed_rsync && | |
npm init -y && | |
npm install --save lodash express jest react && | |
mkdir -p /tmp/test-cache/node_modules && |
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
Show hidden characters
{ | |
"presets": [ "es2015", "react" ] | |
} |
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
foo.example.com:443 { | |
proxy / 127.0.0.1:1337 | |
} |
a simple install script to build a portable version of the [PlatformIO IDE][pioide] based on the atom editor.
referenced to [platformio/platformio-atom-ide/issues/158][ref]
wget https://gist.githubusercontent.com/janstuemmel/5dea680981d443c8d93c9c7e12f08611/raw/install.sh
chmod +x install.sh
- execute:
./install.sh v1.14.4