###安装
opkg install kmod-usb-serial kmod-usb-serial-pl2303安装完成之后需要手动载入内核模块:
insmod usbserial
insmod pl2303| #!/usr/bin/env python | |
| #coding=utf-8 | |
| # | |
| # Generate a list of dnsmasq(with ipset) rules for | |
| # Censorship of Alexa Top 1000 Domains in China | |
| # | |
| # Copyright (C) 2014 http://www.shuyz.com | |
| # | |
| import urllib2 |
| [client] | |
| port = 3306 | |
| socket = /var/run/mysqld.sock | |
| default-character-set=utf8 | |
| [mysqld] | |
| user = root | |
| socket = /var/run/mysqld.sock | |
| port = 3306 | |
| basedir = /usr |
| #!/bin/bash | |
| export PATH=$PATH:/sbin | |
| # Auto reconnect to specified WIFI access point if there is no internect connection | |
| # Author: Lance | |
| # Website: http://www.shuyz.com | |
| # Last updated: 2013/05/25 | |
| #your WIFI SSID here to be auto connect | |
| SSID=ShuYZ |
| background yes | |
| use_xft yes | |
| xftfont 123:size=6 | |
| xftalpha 0.1 | |
| update_interval 2 | |
| total_run_times 0 | |
| own_window yes | |
| own_window_type normal | |
| own_window_transparent yes | |
| own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager |
| #!/bin/bash | |
| # | |
| # extend second screen with different scaling | |
| # | |
| # Copyright (C) 2015 http://www.shuyz.com | |
| # REF: 1. http://blog.jamiek.it/2015/04/manually-fixing-multiple-screens-with.html | |
| # 2. https://bbs.archlinux.org/viewtopic.php?id=118999 | |
| # 3. http://unix.stackexchange.com/questions/101809/how-can-i-automatically-update-my-monitor-layout-in-xfce |
| #!/bin/sh | |
| # | |
| # Compile and install nginx for OpenShift | |
| # with memory cache, webdav and fancyindex support | |
| # | |
| # This is a universal script which can run on any type of OpenShift gears | |
| # Note: | |
| # install dir: $OPENSHIFT_DATA_DIR | |
| # tmp dir: $OPENSHIFT_TMP_DIR | |
| # log dir: $OPENSHIFT_LOG_DIR |
| [Unit] | |
| Description=Record SSD smart status | |
| Before=suspend.target | |
| [Service] | |
| Type=oneshot | |
| ExecStart=/opt/scripts/ssd-monitor.sh | |
| RemainAfterExit=no | |
| [Install] |
###安装
opkg install kmod-usb-serial kmod-usb-serial-pl2303安装完成之后需要手动载入内核模块:
insmod usbserial
insmod pl2303| #!/bin/sh /etc/rc.common | |
| # Copyright (C) 2006-2011 OpenWrt.org | |
| # | |
| # Shadowsocks startup script with iptables rules for OpenWrt | |
| # | |
| # This file is located in directory /etc/init.d/ | |
| # rename this file to shadowsocks before using it | |
| # | |
| # By Lance http://www.shuyz.com | |
| # |
###Install
opkg install lighttpd lighttpd-mod-cgi###Configgure
修改/etc/lighttpd/lighttpd.conf
static-file.exclude-extensions = (".php", ".pl", ".fcgi")改成static-file.exclude-extensions = (".php", ".pl", ".fcgi", ".lua")