Skip to content

Instantly share code, notes, and snippets.

@vehery
vehery / openwrt-usb-serial.md
Created August 24, 2018 03:53 — forked from lanceliao/openwrt-usb-serial.md
OpenWrt USB转串口模块的调试

###安装

opkg install kmod-usb-serial kmod-usb-serial-pl2303

安装完成之后需要手动载入内核模块:

insmod usbserial
insmod pl2303
@vehery
vehery / vpnclient
Created January 27, 2018 09:42 — forked from legokichi/vpnclient
softether vpn client for ubuntu /etc/init.d/vpnclient
#! /bin/sh
### BEGIN INIT INFO
# Provides: vpnclient
# Required-Start: $all
# Required-Stop: $network $local_fs $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start VPN Client at boot time
# chkconfig: 345 44 56
# description: Start VPN Client at boot time.
@vehery
vehery / gist:caa11a69d744119d41f9a9821711dde6
Created October 13, 2017 16:31
raspberry pi に softether vpn client入れたメモ

Live Transcoding

This is a collection of working commandline examples to show how one could use FFMpeg and VLC for live transcoding of video streams. All examples have been tested on OSX 10.7.5 with FFMPeg 1.1.3 and VLC 2.0.5 in early 2013.

Documentation links