Skip to content

Instantly share code, notes, and snippets.

View geekyouth's full-sized avatar
💪
fighting

极客青年 geekyouth

💪
fighting
View GitHub Profile
@geekyouth
geekyouth / provinces.json
Created July 29, 2019 08:01
全国城市区号列表.json
[
{
"code": "010",
"city": "北京",
"pinyin": "beijing"
},
{
"code": "021",
"city": "上海",
"pinyin": "shanghai"
@geekyouth
geekyouth / README.MD
Last active October 21, 2021 11:35
lastpass 汉化资料语言包【参考 http://www.3gz.xin/wp/?p=7593

参考以下路径,替换文件

C:\Users\你的账户名\AppData\Local\CentBrowser\User Data\Default\Extensions\hdokiejnpimakedhajhdlcegeplioahd\4.39.0.2_0_locales\en_US\messages.json

重启浏览器

@geekyouth
geekyouth / .Cloud.md
Created March 30, 2021 05:12 — forked from imba-tjd/.Cloud.md
☁️ 一些免费的云资源

IaaS指提供系统(可以自己选)或者储存空间之类的硬件,软件要自己手动装;PaaS提供软件/框架(可以自己选);SaaS只能使用开发好的软件(卖软件本身);BaaS一般类似于非关系数据库,但各家不通用,有时还有一些其它东西。

其他人的集合

// ==UserScript==
// @name YARN Cluster Prettyfication
// @namespace http://thedeetch.github.io
// @version 0.5
// @description Prettyfier for YARN cluster web UI
// @author thedeetch
// @match *://*/cluster*
// @grant none
// @require http://cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment.js
// ==/UserScript==
@geekyouth
geekyouth / docker-registry-mirrors.md
Created June 21, 2023 05:14 — forked from y0ngb1n/docker-registry-mirrors.md
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized

Docker Hub 镜像加速器

国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。Docker 官方和国内很多云服务商都提供了国内加速器服务。

Dockerized 实践 https://github.com/y0ngb1n/dockerized

配置加速地址

Ubuntu 16.04+、Debian 8+、CentOS 7+