-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
55 lines (55 loc) · 3.78 KB
/
Copy pathconfig.example.json
File metadata and controls
55 lines (55 loc) · 3.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"groups": [
{"id": -1001234567890},
{"id": -1009876543210, "required_channel_id": -1001112223334, "channel_display": "@OtherChannel"},
{"id": -1005556667778, "trusted_member_group_ids": [-1001234567890]}
],
"required_channel_id": 0,
"channel_display": "@YourChannel",
"channel_invite_url": "",
"timeout_seconds": 240,
"notify_ttl_seconds": 60,
"lookup_ttl_seconds": 180,
"warn_limit": 3,
"private_query_per_min": 3,
"ban_seconds": 0,
"mute_seconds": 3600,
"verify_retry_seconds": 180,
"verify_max_fails": 3,
"required_channel_fail_open": true,
"trusted_member_group_ids": [],
"known_chat_ids": [],
"admin_log_chat_id": 0,
"rich_messages": false,
"user_agent": "",
"private_reply": "",
"block_channel_senders": false,
"channel_whitelist": [],
"feeds": [
{"chat_id": 0, "lang": "en", "interval_seconds": 300, "bugs": true, "news": true, "bug_product": "", "bug_component": "", "silent_bugs": false},
{"chat_id": 0, "lang": "zh", "interval_seconds": 300}
],
"stats_timezone": "Asia/Shanghai",
"news_url": "https://www.gentoo.org/support/news-items/",
"overlays": [
{"name": "gentoo-zh", "repo": "microcai/gentoo-zh", "branch": "master"},
{"name": "guru", "repo": "gentoo/guru", "branch": "master"}
],
"questions": [
{"q": "Gentoo 中文社区的 overlay 叫什么名字?", "options": ["gentoo-zh", "guru", "pacman", "gentoo-us"], "answer": 0},
{"q": "Gentoo 官方的包管理器是哪个?", "options": ["Portage", "apt", "pacman", "dnf"], "answer": 0},
{"q": "在 Gentoo 上安装软件最常用的命令是?", "options": ["emerge", "apt install", "yum install", "brew install"], "answer": 0},
{"q": "Gentoo 是一个什么类型的发行版?", "options": ["源码编译型", "纯二进制不可编译", "只能用于手机", "闭源商业系统"], "answer": 0},
{"q": "Gentoo 官方的用户维护 overlay(GURU)是用来放什么的?", "options": ["用户贡献的软件包", "病毒样本", "游戏存档", "桌面壁纸"], "answer": 0},
{"q": "Linux 内核最初是由谁创造的?", "options": ["Steve Jobs", "Linus Torvalds", "Bill Gates", "Mark Zuckerberg"], "answer": 1},
{"q": "在 Linux / 类 Unix 系统中,用来列出当前目录下文件的常用命令是?", "options": ["show", "list-files", "ls", "dir.exe"], "answer": 2},
{"q": "在 Linux 命令行里,用来临时以管理员(root)权限执行命令的常用命令是?", "options": ["sudo", "admin", "root.exe", "superuser"], "answer": 0},
{"q": "Linux 本质上是一种什么?", "options": ["一款杀毒软件", "一种网页浏览器", "一种编程语言", "操作系统 / 操作系统内核"], "answer": 3},
{"q": "下面哪一个是 Linux 发行版?", "options": ["Microsoft Office", "Gentoo", "Adobe Photoshop", "Google Chrome"], "answer": 1},
{"q": "Gentoo 是基于哪种操作系统内核的?", "options": ["Windows", "Linux", "Android 专用内核", "它没有内核"], "answer": 1},
{"q": "和大多数「直接安装编译好的二进制包」的发行版相比,Gentoo 最出名的特点是什么?", "options": ["完全不能联网", "只能用鼠标不能用键盘", "软件主要从源代码在本机编译安装", "必须付费才能使用"], "answer": 2},
{"q": "Gentoo 用户常说的 USE flag(USE 标志)大致是用来做什么的?", "options": ["设置开机密码", "在编译时开关软件的功能特性", "调节屏幕亮度", "给文件夹换图标"], "answer": 1},
{"q": "Gentoo 这样的 Linux 发行版属于哪一类软件?", "options": ["自由 / 开源软件", "付费购买的盗版破解软件", "手机里的短视频 App", "一种杀毒软件"], "answer": 0},
{"q": "这个群主要是讨论什么话题的?", "options": ["炒股和理财", "美妆护肤", "Gentoo / Linux 系统", "宠物养殖"], "answer": 2}
]
}