scola.github.io scola.github.io

scola.github.io

scola的个人笔记

No description found

http://scola.github.io/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR SCOLA.GITHUB.IO

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.5 out of 5 with 12 reviews
5 star
4
4 star
2
3 star
4
2 star
0
1 star
2

Hey there! Start your review of scola.github.io

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.4 seconds

FAVICON PREVIEW

  • scola.github.io

    16x16

  • scola.github.io

    32x32

CONTACTS AT SCOLA.GITHUB.IO

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
scola的个人笔记 | scola.github.io Reviews
<META>
DESCRIPTION
<META>
KEYWORDS
1 更新twittrouter,增加授权模式
2 编译一个tplink 703n自动凸墙的openwrt固件
3 搭建一个openwrt的本地镜像
4 在路由器上实现twitter好友认证
5 在openwrt路由器上部署代理,客户端零配置fq
6 在openwrt tplink703n路由器上成功部署goagent
7 以android为跳板使用移动网络登陆vps
8 开始用博客做记录
9 coupons
10 reviews
CONTENT
Page content here
KEYWORDS ON
PAGE
更新twittrouter,增加授权模式,编译一个tplink 703n自动凸墙的openwrt固件,搭建一个openwrt的本地镜像,在路由器上实现twitter好友认证,在openwrt路由器上部署代理,客户端零配置fq,在openwrt tplink703n路由器上成功部署goagent,以android为跳板使用移动网络登陆vps,开始用博客做记录
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

scola的个人笔记 | scola.github.io Reviews

https://scola.github.io

<i>No description found</i>

INTERNAL PAGES

scola.github.io scola.github.io
1

scola的个人笔记 - 标签

http://scola.github.io/tags

2

更新twittrouter,增加授权模式

http://scola.github.io/update-twittrouter-about-auth-and-arp-method

Opkg update opkg install http:/ crater.herokuapp.com/uploads/twittrouter 0.1.2-1 ar71xx.ipk. 因为twitter api被墙,需要使用shadowsocks或者VPN等网络工具,以实现无论在路由器内部还是连接路由器的设备无需任何设置即可翻墙,可以使用这个自动配置脚本 pdnsd-ss-iptables.sh. 此脚本已打包在twittrouter里,你可以在/etc/config/下找到,如果你碰巧使用TP-Link 703n这款路由器,也可使用 编译一个tplink-703n自动凸墙的openwrt固件. Twittrouter -u kfc #测试网络及授权.

3

以android为跳板使用移动网络登陆VPS

http://scola.github.io/connect-vps-by-android

需要使用一个.pem鉴权登陆,但是QuickSSHd这个应用不支持这种秘钥,于是需要秘钥转换,比如我之前使用putty登陆到这家的vps就将.pem转换成.ppk,但我折腾了很长时间也没有秘钥转换成dropbear支持的。

4

在openwrt路由器上部署代理,客户端零配置FQ

http://scola.github.io/deploy-proxy-on-openwrt--client-need-not-to-set

怎么配置端口转发,请参考 https:/ github.com/madeye/shadowsocks-libev#advanced-usage. Root@OpenWrt:/mnt/sdc1/Tools/shadowsocks# cat shadowsocks-goagent.sh #! J DNAT - to-destination 192.168.1.1:8087 iptables -t nat -A SHADOWSOCKS -p tcp -j REDIRECT - to-ports 8089 iptables -t nat -A PREROUTING -p tcp -j SHADOWSOCKS iptables -t nat -I PREROUTING -p udp - dport 53. J DNAT - to-destination 192.168.1.1:5353 iptables -t nat -A OUTPUT -p tcp -d 199.59.0.0/16 - dport 443. J DNAT - to-destination 192.168.1.1:5353.

5

搭建一个openwrt的本地镜像

http://scola.github.io/build-private-openwrt-src-mirror

Opkg install pkg: Package ddns-scripts md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'. 这样的问题,一般使用trunk上的软件包安装可能会出现这个问题,trunk上的内核和软件更新最快,我们一般刷的固件都不是最新的,我买路由的时候店家已经刷好了openwrt的系统,好像是3.2.5的内核,我使用trunk上的源 http:/ downloads.openwrt.org/snapshots/trunk/ar71xx/packages/. 后来把路由器弄坏了,逼着我有刷了最新trunk上的固件,终于不再出现上面内核与软件包不匹配的问题了,但是没过两天trunk上软件源又更新了,又出现不匹配的问题,搞得我又得刷最新的固件,都是没有经验啊,如果一直坚持使用 http:/ downloads.openwrt.org/backfire/10.03.1/ar71xx/packages/.

UPGRADE TO PREMIUM TO VIEW 7 MORE

TOTAL PAGES IN THIS WEBSITE

12

LINKS TO THIS WEBSITE

mikespook.com mikespook.com

《学习Go语言》中文版 | Gopher beyond El[i]phants

http://mikespook.com/learning-go

Study & Research. YAF 的 PPA 源. 这本书的目标读者是那些熟悉编程,并且了解多种编程语言,例如C,C ,Perl,Java,Erlang,Scala,Haskell。 由 Miek Gieben 维护。 Git clone git:/ github.com/mikespook/Learning-Go-zh-cn.git. 然后根据 README.md 中的内容安装所需依赖包,编译即可得到 pdf。 20120409 同步到英文版 2012-04-09,标记为 1.0 版本。 20120210 同步到英文版 2012-02-08,更新了 Go-1 的工具变化。 20120110 更新部分 Go-1 的内容。 20111110 发布0.4版,同步到英文的 2011-10-25,增补 Windows 部分安装。 20110914 发布0.4版 6 寸屏幕版本 for Kindle 供试读。 鉴于我个人精力有限,建议有能力的同学通过 Pull requests 功能向这本书提交补丁,以便加快 issue 的修复。 Larr; Older Comments.

UPGRADE TO PREMIUM TO VIEW 1 MORE

TOTAL LINKS TO THIS WEBSITE

2

SOCIAL ENGAGEMENT



OTHER SITES

scola.barranquilla.edu.co scola.barranquilla.edu.co

GlassFish Server - Server Running

Your server is now running. To replace this page, overwrite the file. In the document root folder of this server. The document root folder for this server is the. Subdirectory of this server's domain directory. To manage a server on the local host. With the default administration port. Go to the Administration Console. Install and update additional software components. Use the Update Tool. To install and update additional technologies and frameworks such as:. Generic Resource Adapter for JMS.

scola.ca scola.ca

Home | Scola

Use Scola to post text, photos, videos, and audio so your students can explore additional content that supplements their course work. Post important dates, reminders and permission forms so parents and students can check in anytime and stay informed. Your Home on the Web. Check this out class! April 20, 2012 to Grade 5 Science. Scola is completely free and you can register in one minute with your School District email. Our dress rehearsal audio is ready. Let’s review before the show. You will love this!

scola.de scola.de

Startseite

SCOLA - SOFTWARE die führende Schulverwaltungs-Software in Schleswig Holstein. Direkt zur Hauptnavigation und Anmeldung. Haben Sie einen Partner an Ihrer Seite, der seit 25 Jahren in allen Schulbelangen an Ihrer Seite steht und mit Softwarelösungen überzeugt. Mit dem Büromodul können Sie alle Aufgaben einer modernen Schulverwaltung zentral an einer Stelle erledigen. Wir bieten Ihnen verschiedene Module zur Verwaltung Ihrer Offenen Ganztagssschule.

scola.deviantart.com scola.deviantart.com

Scola (Writings on the wall) - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Writings on the wall. Writings on the wall. Deviant for 10 Years. This deviant's full pageview. Writings on the wall. Writings on the wall. This is the place where you can personalize your profile! Favourite c...

scola.education scola.education

SCOLA : e-learning & serious game au collège - SCOLA E-learning & Serious Game !

Produit ajouté au panier avec succès. Produits dans votre panier. Il y a 1 produit dans votre panier. Des jeux vidéos en 2D et 3D et des manuels scolaires, de la 6ème à la 3ème. Établissements scolaires and enseignants. Des contenus pédagogiques créés par des professeurs. Un support numérique innovant, souple et adaptable. Un suivi individualisé du parcours de l’élève. Des épreuves adaptées à une utilisation en classe. Un apprentissage ludique à travers les jeux. La personnalisation de leur avatar.

scola.github.io scola.github.io

scola的个人笔记

scola.hartenberger.info scola.hartenberger.info

Home

Open Source Content Management. Direkt zur Hauptnavigation und Anmeldung. Herzlichen Glückwunsch, die Joomla! Website funktioniert. Mit Joomla! Fällt es leicht, eine Website nach eigenen Vorstellungen zu gestalten, sie zu pflegen und aufrecht zu erhalten. Ob man nun eine kleine private Website bauen will oder eine große Site mit hunderttausende Besucher, mit Joomla! Als flexible und mächtige Plattform, kein Problem. Joomla! Die Leute, für die dies hier die erste Joomla! Dem erfahrenen Anwender von Joomla!

scola.net scola.net

scola.net

Your browser does not support frames.

scola.org scola.org

Scola.org

On the Street Videos. Specialized Word Video Search. Home Smart Text Help. On the Street Videos. Specialized Word Video Search. On the Street Videos. Specialized Word Video Search. SCOLA is a non-profit educational organization that provides authentic foreign language resources in more than 200 native languages. SCOLA imports authentic foreign TV programming from around the world and provides other intriguing foreign language resources, language lessons and learning materials on this website. C Click â E...

scola.pl scola.pl

SCOLA - Centrum Języków Obcych - kursy, tłumaczenia - Nowy Sącz

Anna Krztoniewicz - 25 lat. Kurs daje mi możliwość poznania języka używanego na codzień. Zdecydowanie dobrym pomysłem jest nacisk na porozumiewanie się tyko w języku angielskim. Uczę sie języka niemieckiego w tej szkole i polecam każdemu zajęcia z Panią Moniką. Świetna organizacja zajęć, bardzo dobry lektor, który zrozumiale potrafi wytłamczyć materiał. Zdecydowanie polecam. Ja z pewnością nadal będę się uczyć w tej szkole. Darmowy kurs języka niemieckiego oraz gwarantowana praca w Niemczech!

scola.ulb.ac.be scola.ulb.ac.be

SCOLA

SCOLA is an interdisciplinary structure that regroups psychology and linguistic laboratories at the. Université libre de Bruxelles.