Skip to content

Instantly share code, notes, and snippets.

View fluviusmagnus's full-sized avatar
😃
Sowieso muss ich arbeiten.

人間夜行 fluviusmagnus

😃
Sowieso muss ich arbeiten.
View GitHub Profile

Using OpenWRT Device to Connect FU Berlin Campus WLAN

Sometimes you may want to connect multiple devices to the campus WLAN or form a local network while keeping the access to internet, but eduroam makes you crazy.

Consider using FUnkLAN with the legacy method of Cisco VPN if you own a OpenWRT Device!

This minimalistic tutorial supposes you are familiar with OpenWRT and its web UI luci.

Method

Keybase proof

I hereby claim:

  • I am fluviusmagnus on github.
  • I am fluviusmagnus (https://keybase.io/fluviusmagnus) on keybase.
  • I have a public key ASBt8KZMpNBEk_Lmznsj83qGpvQogqGFF-48Vf0l6g9aZAo

To claim this, I am signing this object:

@fluviusmagnus
fluviusmagnus / zenodown.py
Last active September 27, 2018 05:03
download and parse multiple paged works from zeno.org saving numbered as 000.html. no intention of any violation but only a proof of concept.
#!/usr/bin/env python3
# 使用说明
# 替换URL
# calibre制书,目录从文件取出!需要CSS
from bs4 import BeautifulSoup
import requests
import lxml.html