Author Archives: Node

CentOS 7.9 2009 ISO 官方原版镜像下载

适用于 x86_64 架构大小
CentOS-7-x86_64-DVD-2009.iso4.4G
CentOS-7-x86_64-DVD-2009.torrent176K
CentOS-7-x86_64-Minimal-2009.iso973MB
CentOS-7-x86_64-Minimal-2009.torrent38K
适用于 AArch64 架构
暂无
更多版本下载请参阅《下载 CentOS ISO》。
版本区别:
DVD:标准安装镜像,含所有软件包,一般常用;
Minimal:最小安装镜像,自带的软件最少,无网也可安装;
另外、提供 ISO 与 种子 2种下载方法,根据需要选择。该 Centos8.2 发行版,官方未提供 Everything/NetInstall 版本,两者已整合到 DVD 标准镜像中。
架构说明:
x86_64 x86-64是x86架构的64位拓展,向后兼容于16位及32位的x86架构
ARM AArch64或ARM64是ARM体系结构的64位扩展,目标是为低成本、高性能、低耗电的特性。

特别说明:本站所有OS镜像下载源均为官方地址,可放心下载。

Ubuntu 20.10 (Groovy Gorilla) 官方原版镜像下载

适用于 x86_64 架构:
ubuntu-20.10-desktop-amd64.iso                     22-Oct-2020 14:31      3G
ubuntu-20.10-desktop-amd64.iso.torrent             22-Oct-2020 16:44    220K
ubuntu-20.10-desktop-amd64.iso.zsync               22-Oct-2020 16:44      5M
ubuntu-20.10-desktop-amd64.list                    22-Oct-2020 14:31     19K
ubuntu-20.10-desktop-amd64.manifest                22-Oct-2020 14:28     54K
ubuntu-20.10-live-server-amd64.iso                 22-Oct-2020 14:31    998M
ubuntu-20.10-live-server-amd64.iso.torrent         22-Oct-2020 16:42     78K
ubuntu-20.10-live-server-amd64.iso.zsync           22-Oct-2020 16:42      2M
ubuntu-20.10-live-server-amd64.list                22-Oct-2020 14:31    4381
ubuntu-20.10-live-server-amd64.manifest            22-Oct-2020 14:15     15K

Debian 10.6.0 官方原版镜像下载

适用于 x86_64 架构 下载大小
debian-10.6.0-amd64-DVD-1.iso.torrent3.7G
debian-10.6.0-amd64-DVD-2.iso.torrent4.4G
debian-10.6.0-amd64-DVD-3.iso.torrent4.3G
更多版本下载请参阅《下载 Debian ISO
说明:
若仅安装系统,DVD ISO版本下载DVD-1即可,DVD-2/DVD-3包含官方源里的所有软件包,若服务器无网,可全部下载。

特别说明:本站所有 Debian 下载地址均为官方镜像源,可放心下载。

PostgreSQL Server v11.9 官方镜像源下载

适用于通用 Linux x86_64 PostgreSQL下载类型大小
postgresql-11.9.tar.gzSource24.9 MB
适用于 Windows  x86_64 PostgreSQL下载
postgresql-11.9-1-windows-x64.exeEXE196 MB
适用于 macOS 64-bit PostgreSQL下载
postgresql-11.9-1-osx.dmgdmg161 MB
更多PostgreSQL版本下载请参阅《PostgreSQL Download》。
PostgreSQL版本区别:
Source 需要从源代码编译安装PostgreSQL;
EXE执行文件 带有安装向导界面的 Windows exe软件包
macOS软件包 交互式的安装程序,包括PostgreSQL服务器pgAdmin、StackBuilder、软件包管理器,可用于下载和安装其他PostgreSQL工具和驱动程序,Stackbuilder包括管理,集成,迁移,复制,地理空间,连接器和其他工具。

特别说明:本站所有PostgreSQL下载地址均为官方镜像源,可放心下载。

PostgreSQL Server v12.4 官方镜像源下载

适用于通用 Linux x86_64 PostgreSQL下载类型大小
postgresql-12.4.tar.gzSource25.8 MB
适用于 Windows  x86_64 PostgreSQL下载
postgresql-12.4-1-windows-x64.exeEXE199 MB
适用于 macOS 64-bit PostgreSQL下载
postgresql-12.4-1-osx.dmgdmg164 MB
更多PostgreSQL版本下载请参阅《PostgreSQL Download》。
PostgreSQL版本区别:
Source 需要从源代码编译安装PostgreSQL;
EXE执行文件 带有安装向导界面的 Windows exe软件包
macOS软件包 交互式的安装程序,包括PostgreSQL服务器pgAdmin、StackBuilder、软件包管理器,可用于下载和安装其他PostgreSQL工具和驱动程序,Stackbuilder包括管理,集成,迁移,复制,地理空间,连接器和其他工具。

特别说明:本站所有PostgreSQL下载地址均为官方镜像源,可放心下载。

PostgreSQL Server v13.0 官方镜像源下载

适用于通用 Linux x86_64 PostgreSQL下载类型大小
postgresql-13.0.tar.gzSource26.1 MB
适用于 Windows  x86_64 PostgreSQL下载
postgresql-13.0-1-windows-x64.exeEXE204 MB
适用于 macOS 64-bit PostgreSQL下载
postgresql-13.0-1-osx.dmgdmg166 MB
更多PostgreSQL版本下载请参阅《PostgreSQL Download》。
PostgreSQL版本区别:
Source 需要从源代码编译安装PostgreSQL;
EXE执行文件 带有安装向导界面的 Windows exe软件包
macOS软件包 交互式的安装程序,包括PostgreSQL服务器pgAdmin、StackBuilder、软件包管理器,可用于下载和安装其他PostgreSQL工具和驱动程序,Stackbuilder包括管理,集成,迁移,复制,地理空间,连接器和其他工具。

特别说明:本站所有PostgreSQL下载地址均为官方镜像源,可放心下载。

MongoDB数据库用户角色与权限管理

查看数据库

使用终端命令行输入 mongo 登陆 mongodb 之后切换到 admin 库,并认证后可查看所有数据库,操作如下所示:

[root@renwole.com ~]# mongo
MongoDB shell version v4.4.0
connecting to: mongodb://127.0.0.1:27017/?compressors=disabled&gssapiServiceName=mongodb
Implicit session: session { "id" : UUID("1ea1-4343-9523-167a101973a9") }
MongoDB server version: 4.4.0
> use admin
> db.auth("admin","InaM6Aip#2JBlWwY")
1
> show dbs
admin      0.000GB
config     0.000GB
local      0.000GB

说明:1 表示认证成功,0 表示认证失败,认证失败后查看数据库无任何返回。

创建数据库及用户

创建一个 renwoledb 数据库并授权 renwole 用户为该库的 dbOwner 角色。另外、MongoDB数据库实行注册制,数据库内无内容时,无法查看到新建的数据库,操作如下:

> use renwoledb
> db.createUser(
        {
            user:"renwole",
            pwd:"renwolecom",
            roles:[{role:"dbOwner",db:"renwoledb"}]
        }
)

此时已完成了一库一账号的创建。如果创建用户提示无权限,请先使用超级管理员登录之后切换到对应的数据库再创建即可,如下所示:

MongoDB shell version v4.4.0
connecting to: mongodb://127.0.0.1:27017/?compressors=disabled&gssapiServiceName=mongodb
Implicit session: session { "id" : UUID("7be9-4c30-ad2e-2a5b58127ab7") }
MongoDB server version: 4.4.0
> use renwoledb
switched to db renwoledb
> db.createUser(
         {
             user:"renwole",
             pwd:"renwolecom",
             roles:[{role:"dbOwner",db:"renwoledb"}]
         }
 )
uncaught exception: Error: couldn't add user: command createUser requires authentication :
_getErrorWithCode@src/mongo/shell/utils.js:25:13
DB.prototype.createUser@src/mongo/shell/db.js:1343:11
@(shell):1:1

> use admin
switched to db admin
> db.auth("root","renwolecompassword")
1
> use renwoledb
switched to db renwoledb
> db.createUser(
         {
             user:"renwole",
             pwd:"renwolecom",
             roles:[{role:"dbOwner",db:"renwoledb"}]
         }
 )
Successfully added user: {
	"user" : "renwole",
	"roles" : [
		{
			"role" : "dbOwner",
			"db" : "renwoledb"
		}
	]
}

添加 root 用户,拥有整个 MongoDB 最高权限,建议取消认证模式后,先进入到 admin 库,再添加 root 用户权限

> use admin
> db.createUser({user: "root",pwd: "renwolecom",roles: [ { role: "root", db: "admin" } ]})

密码修改

修改某个账号的数据库密码需要进入到该数据库,认证后再修改,否则报错,操作如下:

> use renwoledb
> db.changeUserPassword("renwole", "renwolecompwdnew")
> db.auth("renwole","renwolecompwdnew")
1

删除用户及数据库

删除用户(必须切换到admin使用最高权限删除某个用户角色)
> db.system.users.remove({user:"renwole"});
WriteResult({ "nRemoved" : 1 })

删除所有用户(必须具备超级管理权限才能删除)
> db.system.users.remove({})

删除数据库(必须切换到指定的数据库,然后再删除)
> use renwoledb
switched to db renwoledb
> db.dropDatabase()
{ "ok" : 1 }
>

你可能还需要查看 《MongoDB 基本常用管理命令详解
参阅:https://www.cnblogs.com/pl-boke/p/10063351.html

Alma Linux 8.5 ISO 镜像下载

Index of /vault/8.5/isos/aarch64/


AlmaLinux-8.5-aarch64-boot.iso                     11-Nov-2021 16:46           726857728
AlmaLinux-8.5-aarch64-boot.iso.manifest            28-May-2021 17:50                 274
AlmaLinux-8.5-aarch64-dvd.iso                      11-Nov-2021 16:56          8049061888
AlmaLinux-8.5-aarch64-dvd.iso.manifest             11-Nov-2021 16:56              404705
AlmaLinux-8.5-aarch64-minimal.iso                  11-Nov-2021 16:25          1786243072
AlmaLinux-8.5-aarch64-minimal.iso.manifest         11-Nov-2021 16:25               74066
AlmaLinux-8.5-aarch64.torrent                      12-Nov-2021 09:21               51401
CHECKSUM                                           11-Nov-2021 17:28                1191

Index of /vault/8.5/isos/x86_64/


AlmaLinux-8.5-x86_64-boot.iso                      11-Nov-2021 16:35           773849088
AlmaLinux-8.5-x86_64-boot.iso.manifest             12-Oct-2021 23:41                 626
AlmaLinux-8.5-x86_64-dvd.iso                       11-Nov-2021 16:42         10627317760
AlmaLinux-8.5-x86_64-dvd.iso.manifest              11-Nov-2021 16:42              513260
AlmaLinux-8.5-x86_64-minimal.iso                   11-Nov-2021 16:16          2085617664
AlmaLinux-8.5-x86_64-minimal.iso.manifest          11-Nov-2021 16:16               96436
AlmaLinux-8.5-x86_64.torrent                       12-Nov-2021 09:21               65335
CHECKSUM                                           11-Nov-2021 17:28                1186

Index of /vault/8.5/isos/ppc64le/


AlmaLinux-8.5-ppc64le-boot.iso                     24-Feb-2022 12:23           772055040
AlmaLinux-8.5-ppc64le-boot.iso.manifest            24-Feb-2022 12:23                9132
AlmaLinux-8.5-ppc64le-dvd.iso                      24-Feb-2022 12:25          9184739328
AlmaLinux-8.5-ppc64le-dvd.iso.manifest             24-Feb-2022 12:25              423546
AlmaLinux-8.5-ppc64le-minimal.iso                  24-Feb-2022 12:01          1861148672
AlmaLinux-8.5-ppc64le-minimal.iso.manifest         24-Feb-2022 12:01               91836
CHECKSUM                                           24-Feb-2022 19:17                1191

Ubuntu 16.04.7 LTS (Xenial Xerus) 官方原版镜像下载

For Ubuntu Desktop image X64 FrameworkSize
ubuntu-16.04.7-desktop-amd64.iso1.6G
ubuntu-16.04.7-desktop-amd64.iso.torrent127K
For Ubuntu Server image X64 Framework
ubuntu-16.04.7-server-amd64.iso880M
ubuntu-16.04.7-server-amd64.iso.torrent69K
更多版本请参阅《下载 Ubuntu ISO
版本说明:
Desktop
: 专为桌面PC和笔记本精心打造的Ubuntu长期支持 (LTS) 版本,LTS意味着该版本将提供长期免费的安全更新维护支持至2025年4月。
Server: Ubuntu服务器的长期支持版本将包含OpenStack,同样地安全更新也将支持至2025年4月,仅限64位平台。

特别说明:本站所有 Ubuntu镜像下载地址均为官方源,可放心下载。

Ubuntu 18.04.5 LTS (Bionic Beaver) 官方原版镜像下载

ubuntu-18.04.5-desktop-amd64.iso                   06-Aug-2020 22:59      2G
ubuntu-18.04.5-desktop-amd64.iso.torrent           13-Aug-2020 15:02    164K
ubuntu-18.04.5-desktop-amd64.iso.zsync             13-Aug-2020 15:02      4M
ubuntu-18.04.5-desktop-amd64.list                  06-Aug-2020 22:59    8054
ubuntu-18.04.5-desktop-amd64.manifest              06-Aug-2020 22:56     59K
ubuntu-18.04.5-live-server-amd64.iso               06-Aug-2020 23:05    945M
ubuntu-18.04.5-live-server-amd64.iso.torrent       13-Aug-2020 15:00     74K
ubuntu-18.04.5-live-server-amd64.iso.zsync         13-Aug-2020 15:00      2M
ubuntu-18.04.5-live-server-amd64.list              06-Aug-2020 23:05     10K
ubuntu-18.04.5-live-server-amd64.manifest          06-Aug-2020 23:02     14K
ubuntu-18.04.5-server-amd64.iso                    10-Aug-2020 08:54    951M
ubuntu-18.04.5-server-amd64.iso.torrent            13-Aug-2020 14:57     75K
ubuntu-18.04.5-server-amd64.iso.zsync              13-Aug-2020 14:57      2M
ubuntu-18.04.5-server-amd64.jigdo                  13-Aug-2020 14:57    146K
ubuntu-18.04.5-server-amd64.list                   10-Aug-2020 08:54    107K
ubuntu-18.04.5-server-amd64.manifest               10-Aug-2020 08:44    6111
ubuntu-18.04.5-server-amd64.template               10-Aug-2020 08:54    106M
ubuntu-18.04.5-server-arm64.iso                    10-Aug-2020 08:56    984M
ubuntu-18.04.5-server-arm64.iso.torrent            13-Aug-2020 14:57     77K
ubuntu-18.04.5-server-arm64.iso.zsync              13-Aug-2020 14:57      2M
ubuntu-18.04.5-server-arm64.jigdo                  13-Aug-2020 14:57    174K
ubuntu-18.04.5-server-arm64.list                   10-Aug-2020 08:56    101K
ubuntu-18.04.5-server-arm64.manifest               10-Aug-2020 08:51    6111
ubuntu-18.04.5-server-arm64.template               10-Aug-2020 08:56     91M

特别说明:本站所有 Ubuntu镜像下载地址均为官方源,可放心下载。