Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
deb http://mirrors.163.com/ubuntu/ precise main restricted universe multiverse | |
deb http://mirrors.163.com/ubuntu/ precise-security main restricted universe multiverse | |
deb http://mirrors.163.com/ubuntu/ precise-updates main restricted universe multiverse | |
deb http://mirrors.163.com/ubuntu/ precise-proposed main restricted universe multiverse | |
deb http://mirrors.163.com/ubuntu/ precise-backports main restricted universe multiverse | |
deb-src http://mirrors.163.com/ubuntu/ precise main restricted universe multiverse | |
deb-src http://mirrors.163.com/ubuntu/ precise-security main restricted universe multiverse | |
deb-src http://mirrors.163.com/ubuntu/ precise-updates main restricted universe multiverse | |
deb-src http://mirrors.163.com/ubuntu/ precise-proposed main restricted universe multiverse | |
deb-src http://mirrors.163.com/ubuntu/ precise-backports main restricted universe multiverse |
##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### | |
### Shell script to download Oracle JDK / JRE / Java binaries from Oracle website using terminal / command / shell prompt using wget. | |
### You can download all the binaries one-shot by just giving the BASE_URL. | |
### Script might be useful if you need Oracle JDK on Amazon EC2 env. | |
### Script is updated for every JDK release. | |
### Features:- | |
# 1. Resumes a broken / interrupted [previous] download, if any. | |
# 2. Renames the file to a proper name with including platform info. |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
#!/usr/bin/env python | |
import simplejson | |
import logging | |
import random | |
import re | |
import datetime | |
import string | |
import time | |
import sys | |
import urllib |
替换上你的 API Token,域名ID,记录ID等参数,就可以运行了。 会在后台一直运行,每隔30秒检查一遍IP,如果修改了就更新IP。
获得 domain_id 可以用 curl
curl -k https://dnsapi.cn/Domain.List -d "login_token=TOKEN"`
#!/bin/sh | |
# | |
# git autodeploy script when it matches the string "[deploy]" | |
# | |
# @author icyleaf <[email protected]> | |
# @link http://icyleaf.com | |
# @version 0.1 | |
# | |
# Usage: | |
# 1. put this into the post-receive hook file itself below |