- Bittorrent Spec (NoNonsense)
- DHT Distributed Hash Table
- Bencode Encoding used by Bittorrent
- Bit field
This file contains hidden or 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 hidden or 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} |
This file contains hidden or 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 hidden or 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> |
- 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
| Computer Information: | |
| Manufacturer: Unknown | |
| Model: Unknown | |
| Form Factor: Desktop | |
| No Touch Input Detected | |
| Processor Information: | |
| CPU Vendor: AuthenticAMD | |
| CPU Brand: AMD FX(tm)-8350 Eight-Core Processor | |
| CPU Family: 0x15 |