mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
new mirrors
This commit is contained in:
parent
7e539ce0cb
commit
158ec7df2b
2
Gemfile
2
Gemfile
|
|
@ -1,3 +1,3 @@
|
|||
source 'https://ruby.taobao.org'
|
||||
source 'https://mirrors.tuna.tsinghua.edu.cn/rubygems/'
|
||||
gem 'github-pages'
|
||||
gem 'jekyll-babel'
|
||||
|
|
|
|||
|
|
@ -30,4 +30,4 @@ gems:
|
|||
exclude: [Gemfile, Gemfile.lock, README.md, gen_robot.sh]
|
||||
|
||||
# Content Related
|
||||
new_mirrors: [virtualbox, dell, manjaro-cd, grafana, jenkins, influxdata, mysql, parrot]
|
||||
new_mirrors: [virtualbox, dell, manjaro-cd, grafana, jenkins, influxdata, mysql, parrot, rubygems]
|
||||
|
|
|
|||
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
category: help
|
||||
layout: help
|
||||
mirrorid: rubygems
|
||||
---
|
||||
|
||||
# Ruby Gems 镜像使用帮助
|
||||
|
||||
使用以下命令替换 gems 默认源
|
||||
|
||||
```bash
|
||||
# 添加 TUNA 源并移除默认源
|
||||
gems sources --add https://mirrors.tuna.tsinghua.edu.cn/rubygems/ --remove https://rubygems.org/
|
||||
# 列出已有源
|
||||
gem sources -l
|
||||
# 应该只有 TUNA 一个
|
||||
```
|
||||
|
||||
或者,编辑 `~/.gemrc`,将 `https://mirrors.tuna.tsinghua.edu.cn/rubygems/` 加到 `sources` 字段。
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
category: news
|
||||
layout: news
|
||||
title: "新增一系列镜像"
|
||||
author: Justin Wong
|
||||
---
|
||||
|
||||
新学期开始啦,暑假我们没闲着,新增了以下一大票镜像~
|
||||
|
||||
- VirtualBox: 著名开源虚拟机软件 [使用帮助](/help/virtualbox/)
|
||||
- Dell 服务器管理工具
|
||||
- grafana: 数据可视化工具
|
||||
- jenkins: 持续集成工具
|
||||
- influxdata: 由 Telegraf, InfluxDB, Chronograf, Kapacitor 组成的 TICK 开源时间序列工具栈
|
||||
- mysql: 常用开源数据库
|
||||
- parrot: 基于 Debian 的安全操作系统
|
||||
- rubygems: Ruby 包仓库
|
||||
|
||||
祝大家新学期取得新成绩
|
||||
|
|
@ -83,6 +83,7 @@ Disallow: /remi
|
|||
Disallow: /repo-ck
|
||||
Disallow: /repoforge
|
||||
Disallow: /rpmfusion
|
||||
Disallow: /rubygems
|
||||
Disallow: /sagemath
|
||||
Disallow: /slackware
|
||||
Disallow: /termux
|
||||
|
|
|
|||
Loading…
Reference in New Issue