Merge remote-tracking branch 'origin/transpile'

Signed-off-by: Miao Wang <shankerwangmiao@gmail.com>
This commit is contained in:
Miao Wang 2023-10-07 21:03:13 +08:00
commit 4583973a0a
No known key found for this signature in database
GPG Key ID: B031E3CA7BFED96E
5 changed files with 8 additions and 5 deletions

View File

@ -61,7 +61,8 @@ curl https://packages.gitlab.com/gpg.key 2> /dev/null | {{sudo}}apt-key add - &>
<div class="form-group">
<label>发行版:</label>
<select id="select-1-0" class="form-control content-select" data-target="#content-1">
<option data-os_name="debian" data-release_name="bullseye" selected>Debian 11</option>
<option data-os_name="debian" data-release_name="bookworm" selected>Debian 12</option>
<option data-os_name="debian" data-release_name="bullseye">Debian 11</option>
<option data-os_name="debian" data-release_name="buster">Debian 10</option>
<option data-os_name="debian" data-release_name="stretch">Debian 9</option>
<option data-os_name="debian" data-release_name="jessie">Debian 8</option>

View File

@ -41,7 +41,8 @@ Linux Mint 也采用 apt 作为包管理器,与 Ubuntu 和 Debian 类似,你
<div class="form-group">
<label>Linux Mint 版本:</label>
<select id="select-0-0" class="form-control content-select" data-target="#content-0">
<option data-release_name="vera" selected>21.1</option>
<option data-release_name="victoria" selected>21.2</option>
<option data-release_name="vera">21.1</option>
<option data-release_name="vanessa">21</option>
<option data-release_name="una">20.3</option>
<option data-release_name="uma">20.2</option>

View File

@ -84,7 +84,7 @@ deb {{http_protocol}}{{mirror}}/apt/{{os_name}} {{release_name}} mysql-{{version
新建 `/etc/yum.repos.d/mysql-community.repo`,内容如下:
注:`mysql-8.0`, `mysql-connectors`和`mysql-tools`在 RHEL 7/8上还提供了`aarch64`版本。
注:`mysql-8.0`, `mysql-connectors` `mysql-tools` 在 RHEL 7/8 上还提供了 `aarch64` 版本。

View File

@ -45,7 +45,8 @@ mirrorid: proxmox
<div class="form-group">
<label>Debian 版本:</label>
<select id="select-0-0" class="form-control content-select" data-target="#content-0">
<option data-release_name="bullseye" selected>Debian 11</option>
<option data-release_name="bookworm" selected>Debian 12</option>
<option data-release_name="bullseye">Debian 11</option>
<option data-release_name="buster">Debian 10</option>
<option data-release_name="stretch">Debian 9</option>
<option data-release_name="jessie">Debian 8</option>

View File

@ -35,7 +35,7 @@ Bioconductor 为高通量基因组数据的分析和可视化提供开源工具
使用方法:[Bioconductor](https://www.bioconductor.org) 镜像源配置文件之一是 `.Rprofile`linux 下位于 `~/.Rprofile`, Windows 下位于 `~\library\base\R\Rprofile`)。
在文末添加如下语句或在R/RStudio终端下键入
在文末添加如下语句或在 R/RStudio 终端下键入: