All public logs
Combined display of all available logs of 清冽之泉. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:21, 20 November 2024 Mwroot talk contribs created page How strong is chatgpt setting automated tasks in 10 seconds (Created page with "{| class="wikitable" |我 |How to write a corntab to run sth.sh at everyday 21:30? |- |ChatGPT | To schedule a task to run a shell script (sth.sh) every day at 21:30 using a cron job, you can create a cron tab entry. Cron tab entries have the following format: <syntaxhighlight lang="scss" line> * * * * * command_to_be_executed - - - - - | | | | | | | | | +----- Day of the week (0 - 7) (Sunday is both 0 and 7) | | | +------- Month (1 - 12) | | +--------- Day of the month...")
- 17:21, 20 November 2024 Mwroot talk contribs deleted page ChatGPT 有多强:用 ChatGPT 使 qcow2 容量与实际相符 (content was: "不同类型的Guest机有不同解决方式,基本思路就是用0填充未使用的客户机磁盘空间,然后用qemu-img转换磁盘镜像文件,转换后的磁盘镜像文件将只包含所有已使用的磁盘空间。[http://bbs.chinaunix.net/thread-3728461-1-1.html 致谢] {| class="wikitable" |我 | Hi, I have a KVM Windows 10 guest, its C:\ disk is just 50G, but...", and the only contributor was "Mwroot" (talk))
- 17:21, 20 November 2024 Mwroot talk contribs created page How strong is chatgpt resizing qcow2 to match actual size (Created page with "不同类型的Guest机有不同解决方式,基本思路就是用0填充未使用的客户机磁盘空间,然后用qemu-img转换磁盘镜像文件,转换后的磁盘镜像文件将只包含所有已使用的磁盘空间。[http://bbs.chinaunix.net/thread-3728461-1-1.html 致谢] {| class="wikitable" |我 | Hi, I have a KVM Windows 10 guest, its C:\ disk is just 50G, but the host /home/user/Documents/win10.qcow2 is 93G. How to let the 93G smaller as actual? |- |C...")
- 17:20, 20 November 2024 Mwroot talk contribs deleted page ChatGPT 有多强:用 ChatGPT 自定义键盘 (content was: "{{#css: .poem { color: green; } }} 用电脑自带键盘时,PrtSc 键在右 Ctrl 旁边,经常误触,成功把 PrtSc 键改成了 Ctrl。过了段时间就忘记具体操作步骤了。 后来买了一把外设键盘,没有了 PrtSc 键的烦恼。但是,右下角四个修饰键分别是 Alt RWin Memu Ctrl,刚开始想把 RWin 定义成 Menu,本以为照猫画虎...", and the only contributor was "Mwroot" (talk))
- 17:20, 20 November 2024 Mwroot talk contribs created page How strong is chatgpt customizing keyboards (Created page with "{{#css: .poem { color: green; } }} 用电脑自带键盘时,PrtSc 键在右 Ctrl 旁边,经常误触,成功把 PrtSc 键改成了 Ctrl。过了段时间就忘记具体操作步骤了。 后来买了一把外设键盘,没有了 PrtSc 键的烦恼。但是,右下角四个修饰键分别是 Alt RWin Memu Ctrl,刚开始想把 RWin 定义成 Menu,本以为照猫画虎即可自定义,没想到不成,于是有了下文的第一次向 ChatGPT 求助。 用了...")
- 17:20, 20 November 2024 Mwroot talk contribs deleted page ChatGPT 有多强:用 ChatGPT 写发言材料 (content was: "参加一个关于绍兴和陆游的读书会,准备发言时用 ChatGPT 生成了一份。 {| class="wikitable" |我 |陆游的人生经历与绍兴市有较强的联系。鉴湖文化、三山故里、养生文化都很受陆游诗词歌赋的影响。根据陆游人生经历,谈一谈陆游的养生理念,要求:引用他的诗歌作为例证,且有诗歌的解读...", and the only contributor was "Mwroot" (talk))
- 17:19, 20 November 2024 Mwroot talk contribs created page How strong is chatgpt writing speeches with it (Created page with "参加一个关于绍兴和陆游的读书会,准备发言时用 ChatGPT 生成了一份。 {| class="wikitable" |我 |陆游的人生经历与绍兴市有较强的联系。鉴湖文化、三山故里、养生文化都很受陆游诗词歌赋的影响。根据陆游人生经历,谈一谈陆游的养生理念,要求:引用他的诗歌作为例证,且有诗歌的解读;不超过300字;对文化发展有一定借鉴意义 |- |ChatGPT |陆游是中国南宋时...")
- 17:18, 20 November 2024 Mwroot talk contribs deleted page ChatGPT 有多强:用 ChatGPT 当搜索引擎 (content was: "{|class="wikitable" |我 |hi, I use a Linux command "find". How to use find to locate a .jpg file modified probably from 2022-05-07 to 2022-06-06? |- |ChatGPT | You can use the <code>find</code> command in Linux to locate <code>.jpg</code> files modified within a specific date range. You can use the <code>-newermt</code> option to specify the date range. Here's how you can use it...", and the only contributor was "Mwroot" (talk))
- 17:18, 20 November 2024 Mwroot talk contribs created page How strong is chatgpt using it as a search engine (Created page with "{|class="wikitable" |我 |hi, I use a Linux command "find". How to use find to locate a .jpg file modified probably from 2022-05-07 to 2022-06-06? |- |ChatGPT | You can use the <code>find</code> command in Linux to locate <code>.jpg</code> files modified within a specific date range. You can use the <code>-newermt</code> option to specify the date range. Here's how you can use it to find <code>.jpg</code> files modified between May 7, 2022, and June 6, 2022: <syntaxhigh...")
- 17:18, 20 November 2024 Mwroot talk contribs deleted page 对网络分享的倡议 (content was: "== 总述 == * 分享不清晰的电子书是不道德的行为,不想分享可以不分享,没有任何人有义务分享电子书 * 但若是要分享,无图的书要分享 .txt,有图的书要找高清扫描仪,制成清晰度很高的成品 * 凡是分享,一定要留好版本、版次信息,不要阉割版权页 * 但凡有改动,一定要标明,最好不...", and the only contributor was "Mwroot" (talk))
- 17:18, 20 November 2024 Mwroot talk contribs created page Advocacy for sharing on the internet (Created page with "== 总述 == * 分享不清晰的电子书是不道德的行为,不想分享可以不分享,没有任何人有义务分享电子书 * 但若是要分享,无图的书要分享 .txt,有图的书要找高清扫描仪,制成清晰度很高的成品 * 凡是分享,一定要留好版本、版次信息,不要阉割版权页 * 但凡有改动,一定要标明,最好不要改动纸质版的内容 * 不要为了营利而在百度网盘留转账链接,人品太...")
- 17:18, 20 November 2024 Mwroot talk contribs deleted page Beautiful classical Chinese songs which use Dialect (content was: "When you find the Listening links broken, you can contact me via email: lgqnr1863 at outlook dot com. Or via Wechat: qlzq-tqp. I will fix it asap. {| class = "wikitable" style="width: 100%;" ! Info ! style="min-width: 350px;" | 歌词节选 ! style="min-width: 350px;" | some Lyrics |- | ; 《你刚走风又来》 : Pinyin: Ni Gang Zou Feng You Lai : English: Wind comes again af...", and the only contributor was "Mwroot" (talk))
- 17:17, 20 November 2024 Mwroot talk contribs created page Beautiful classical chinese songs using dialect (Created page with "When you find the Listening links broken, you can contact me via email: lgqnr1863 at outlook dot com. Or via Wechat: qlzq-tqp. I will fix it asap. {| class = "wikitable" style="width: 100%;" ! Info ! style="min-width: 350px;" | 歌词节选 ! style="min-width: 350px;" | some Lyrics |- | ; 《你刚走风又来》 : Pinyin: Ni Gang Zou Feng You Lai : English: Wind comes again after you : Singer: 怪豆儿 Fancy Beans : Reason: In Chinese literature, life is a circle. In...")
- 17:17, 20 November 2024 Mwroot talk contribs deleted page Beautiful classical Chinese songs which about Love (content was: "When you find the Listening links broken, you can contact me via email: lgqnr1863 at outlook dot com. Or via Wechat: qlzq-tqp. I will fix it asap. {| class = "wikitable" style="width: 100%;" ! Info ! style="min-width: 240px;" | 歌词节选 ! style="min-width: 580px;" | some Lyrics |- | ; 《喜帖街》 : Pinyin: Xi Tie Jie : English: Wedding Invitation Street : Singer: 谢安...", and the only contributor was "Mwroot" (talk))
- 17:17, 20 November 2024 Mwroot talk contribs created page Beautiful classical chinese songs about love (Created page with "When you find the Listening links broken, you can contact me via email: lgqnr1863 at outlook dot com. Or via Wechat: qlzq-tqp. I will fix it asap. {| class = "wikitable" style="width: 100%;" ! Info ! style="min-width: 240px;" | 歌词节选 ! style="min-width: 580px;" | some Lyrics |- | ; 《喜帖街》 : Pinyin: Xi Tie Jie : English: Wedding Invitation Street : Singer: 谢安琪 Kay Tse : Reason: Why this song so attractive? Because Silence, Loss, Upset, are acceptab...")
- 17:17, 20 November 2024 Mwroot talk contribs deleted page Beautiful classical Chinese songs which about Youth (content was: "When you find the Listening links broken, you can contact me via email: lgqnr1863 at outlook dot com. Or via Wechat: qlzq-tqp. I will fix it asap. When you have many feelings about youth, you are not young any longer. The English lyrics was tranlated by ChatGPT! PERFECT. MANY THANKS! {| class = "wikitable" style="width: 100%;" ! Info ! style="min-width: 350px;" | 歌词节选...", and the only contributor was "Mwroot" (talk))
- 17:17, 20 November 2024 Mwroot talk contribs created page Beautiful classical chinese songs about youth (Created page with "When you find the Listening links broken, you can contact me via email: lgqnr1863 at outlook dot com. Or via Wechat: qlzq-tqp. I will fix it asap. When you have many feelings about youth, you are not young any longer. The English lyrics was tranlated by ChatGPT! PERFECT. MANY THANKS! {| class = "wikitable" style="width: 100%;" ! Info ! style="min-width: 350px;" | 歌词节选 ! style="min-width: 350px;" | some Lyrics |- | ; 《借我》 : Pinyin: Jie Wo : English: Gi...")
- 17:16, 20 November 2024 Mwroot talk contribs deleted page Beautiful classical Chinese songs which miss a boy (content was: "When you find the Listening links broken, you can contact me via email: lgqnr1863 at outlook dot com. Or via Wechat: qlzq-tqp. I will fix it asap. {| class = "wikitable" style="width: 100%;" ! Info ! style="min-width: 350px;" | 歌词节选 ! style="min-width: 350px;" | some Lyrics |- | ; 《说时依旧》 : Pinyin: Shuo Shi Yi Jiu : English: Never Change : Singer: 林慧萍...", and the only contributor was "Mwroot" (talk))
- 17:15, 20 November 2024 Mwroot talk contribs created page Beautiful classical chinese songs that miss a boy (Created page with "When you find the Listening links broken, you can contact me via email: lgqnr1863 at outlook dot com. Or via Wechat: qlzq-tqp. I will fix it asap. {| class = "wikitable" style="width: 100%;" ! Info ! style="min-width: 350px;" | 歌词节选 ! style="min-width: 350px;" | some Lyrics |- | ; 《说时依旧》 : Pinyin: Shuo Shi Yi Jiu : English: Never Change : Singer: 林慧萍 Monique Lin : Reason: In China, every students of Chinese language and literature know 三毛...")
- 17:14, 20 November 2024 Mwroot talk contribs deleted page Beautiful classical Chinese songs which miss a girl (content was: "When you find the Listening links broken, you can contact me via email: lgqnr1863 at outlook dot com. Or via Wechat: qlzq-tqp. I will fix it asap. {| class = "wikitable" style="width: 100%;" ! Info ! style="min-width: 350px;" | 歌词节选 ! style="min-width: 350px;" | some Lyrics |- | ; 《莉莉安》 : Pinyin: Li Li An : English: Lilian : Singer: 宋冬野 Donye.S : Reason:...", and the only contributor was "Mwroot" (talk))
- 17:14, 20 November 2024 Mwroot talk contribs created page Beautiful classical chinese songs that miss a girl (Created page with "When you find the Listening links broken, you can contact me via email: lgqnr1863 at outlook dot com. Or via Wechat: qlzq-tqp. I will fix it asap. {| class = "wikitable" style="width: 100%;" ! Info ! style="min-width: 350px;" | 歌词节选 ! style="min-width: 350px;" | some Lyrics |- | ; 《莉莉安》 : Pinyin: Li Li An : English: Lilian : Singer: 宋冬野 Donye.S : Reason: This song draws a beautiful thinking scene. The girl is thinking the complex world, she told...")
- 17:13, 20 November 2024 Mwroot talk contribs deleted page 我的养生观:最高级的养生是追求身体与灵魂的共同进步、自我认可 (content was: "某一天,我突然发现,我不开心。我陷入了沼泽。有一股力量,在拉着我往下沉。 我并不想听之任之。我开始做一些让自己开心的事。 很久以前,我受到两种思想的毒害,一是生活在别处,永远向往远方,仿佛远方有一个天堂般的世界,没有任何忧愁,随意恣肆,此处只是污水沟。二是...", and the only contributor was "Mwroot" (talk))
- 17:13, 20 November 2024 Mwroot talk contribs created page My philosophy on health pursuing progress of body and soul (Created page with "某一天,我突然发现,我不开心。我陷入了沼泽。有一股力量,在拉着我往下沉。 我并不想听之任之。我开始做一些让自己开心的事。 很久以前,我受到两种思想的毒害,一是生活在别处,永远向往远方,仿佛远方有一个天堂般的世界,没有任何忧愁,随意恣肆,此处只是污水沟。二是灵魂比身体重要,外貌是肤浅的。 我读了一些书,去了一些地方,焦...")
- 17:13, 20 November 2024 Mwroot talk contribs deleted page 开心最重要 (content was: "{| class = wikitable |- | 有没有皇帝没文化。不把自己叫zhen而叫lian啊。 刚发现。朕。和关联的朕是一个字。。 | 可以,这个帖子让我感到很偷税 |- | 一只母狗和一只公狗一起在公园玩,之后母狗去了医院妇科,公狗去了牙医诊所,为什么? | 母狗是妇科医生养的,公狗是牙医养的。 |- | 完犊...", and the only contributor was "Mwroot" (talk))
- 17:12, 20 November 2024 Mwroot talk contribs created page Happiness matters most (Created page with "{| class = wikitable |- | 有没有皇帝没文化。不把自己叫zhen而叫lian啊。 刚发现。朕。和关联的朕是一个字。。 | 可以,这个帖子让我感到很偷税 |- | 一只母狗和一只公狗一起在公园玩,之后母狗去了医院妇科,公狗去了牙医诊所,为什么? | 母狗是妇科医生养的,公狗是牙医养的。 |- | 完犊子了,海投了三百份简历,“有丰富的工程造价经验”写成了“有丰富...")
- 17:12, 20 November 2024 Mwroot talk contribs deleted page 颜值大作战 (content was: "== 衣服 == === 颜色 === ; 不适合 * <span style="background-color: #A6814C; display: inline-block; width: 30px; height: 18px; vertical-align: middle; margin-right: 5px;"></span> 咖啡色卫衣 * <span style="background-color: #0000B3; display: inline-block; width: 30px; height: 18px; vertical-align: middle; margin-right: 5px;"></span> 深蓝牛仔裤 * <span style="backg...", and the only contributor was "Mwroot" (talk))
- 17:12, 20 November 2024 Mwroot talk contribs created page Battle for good looks (Created page with "== 衣服 == === 颜色 === ; 不适合 * <span style="background-color: #A6814C; display: inline-block; width: 30px; height: 18px; vertical-align: middle; margin-right: 5px;"></span> 咖啡色卫衣 * <span style="background-color: #0000B3; display: inline-block; width: 30px; height: 18px; vertical-align: middle; margin-right: 5px;"></span> 深蓝牛仔裤 * <span style="background-color: #1D5DEC; display: inline-block; width: 30px; height: 18px; vertical-align: middl...")
- 17:12, 20 November 2024 Mwroot talk contribs deleted page 实用的网站 (content was: "[https://ttsmaker.cn/ 在线免费文字转语音] 实用的语音转文字工具 音色都不错", and the only contributor was "Mwroot" (talk))
- 17:11, 20 November 2024 Mwroot talk contribs created page Practical websites (Created page with "[https://ttsmaker.cn/ 在线免费文字转语音] 文字转语音工具 音色都不错")
- 17:11, 20 November 2024 Mwroot talk contribs deleted page 常用的网站 (content was: "[https://wangdoc.com/ 阮一峰文档] 阮一峰的开源文档 有八份技术文档,对新人友好 [https://learnxinyminutes.com/ 软件速学] Learn X in Y Minutes 精简后的软件速学教程 [https://jyutping.org/jyutping/ 粤拼方案] 粤语实在太有文化了 粤语歌实在太好听了 唱粤语歌实在太帅了 [https://www.bilibili.com/video/BV1dY4116...", and the only contributor was "Mwroot" (talk))
- 17:11, 20 November 2024 Mwroot talk contribs created page Websites i often use (Created page with "[https://wangdoc.com/ 阮一峰文档] 阮一峰的开源文档 有八份技术文档,对新人友好 [https://learnxinyminutes.com/ 软件速学] Learn X in Y Minutes 精简后的软件速学教程 [https://jyutping.org/jyutping/ 粤拼方案] 粤语实在太有文化了 粤语歌实在太好听了 唱粤语歌实在太帅了 [https://www.bilibili.com/video/BV1dY41167yu/ 100 首粤语金曲] 我的精神养料 士气低迷必听 它里面有力量 [http:...")
- 17:10, 20 November 2024 Mwroot talk contribs deleted page 常读的博客 (content was: "[https://linux.vbird.org/ 鳥哥博客] 鳥哥私房菜 Linux 入门读他没错 [https://manateelazycat.github.io/ 懒猫博客] ManateeLazyCat 从他的博客里,能学到执着 [http://www.yinwang.org/ 王垠博客] 当然我在扯淡 思维独特,观点独特,很有启发性 [https://www.liaoxuefeng.com/ 廖雪峰博客] 廖雪峰的官方网站 有十份技...", and the only contributor was "Mwroot" (talk))
- 17:10, 20 November 2024 Mwroot talk contribs created page Blogs i often read (Created page with "[https://linux.vbird.org/ 鳥哥博客] 鳥哥私房菜 Linux 入门读他没错 [https://manateelazycat.github.io/ 懒猫博客] ManateeLazyCat 从他的博客里,能学到执着 [http://www.yinwang.org/ 王垠博客] 当然我在扯淡 思维独特,观点独特,很有启发性 [https://www.liaoxuefeng.com/ 廖雪峰博客] 廖雪峰的官方网站 有十份技术教程,分享值得敬佩 [https://blog.ops-coffee.cn/travels 运维咖啡吧] 自驾...")
- 17:10, 20 November 2024 Mwroot talk contribs deleted page 完美日用小工具 (content was: "{| class = "wikitable" ! 目标或作用 ! 对应方法 |- | 解决 zip 文件解压后文件名乱码 | unar -e GBK |- | 显示所有进程,且只显示第 12 列 | ps aux | awk '{print $11}' |- | 让 apache2 中的 php 代码活起来 | <syntaxhighlight lang="apache"> # Add module for PHP 8 LoadModule php_module libexec/apache2/libphp.so AddHandler php-script .php </syntaxhig...", and the only contributor was "Mwroot" (talk))
- 17:10, 20 November 2024 Mwroot talk contribs created page Perfect tools for daily use (Created page with "{| class = "wikitable" ! 目标或作用 ! 对应方法 |- | 解决 zip 文件解压后文件名乱码 | unar -e GBK |- | 显示所有进程,且只显示第 12 列 | ps aux | awk '{print $11}' |- | 让 apache2 中的 php 代码活起来 | <syntaxhighlight lang="apache"> # Add module for PHP 8 LoadModule php_module libexec/apache2/libphp.so AddHandler php-script .php </syntaxhighlight> |- | 复制东西进另一个地方 | scp sth.zip host:~ |- | 给当前目录下所...")
- 17:07, 20 November 2024 Mwroot talk contribs deleted page MediaWiki 怎么设置缓存 (content was: "之前的版本,没有特定设置过缓存,MediaWiki 默认有设置。 这次更新的新版,LocalSettings.php 中没有设置缓存目录,把它设置好即可。 首先,<code># $wgCacheDirectory = "$IP/cache";</code> 去除前面的 #。 另外,<code>chown -R www-data:www-data cache</code>。 之后就不会有 304 not found 的缓存报错了。 好了。", and the only contributor was "Mwroot" (talk))
- 17:07, 20 November 2024 Mwroot talk contribs created page How to configure caching for mediawiki (Created page with "之前的版本,没有特定设置过缓存,MediaWiki 默认有设置。 这次更新的新版,LocalSettings.php 中没有设置缓存目录,把它设置好即可。 首先,<code># $wgCacheDirectory = "$IP/cache";</code> 去除前面的 #。 另外,<code>chown -R www-data:www-data cache</code>。 之后就不会有 304 not found 的缓存报错了。 好了。")
- 17:07, 20 November 2024 Mwroot talk contribs deleted page Plausible 及 Docker 折腾指北 (content was: "== Plausible == 我是因为之前用了自建版,还挺好用,服务器搬迁后又想用。 我滴个乖乖,现在自建版已经完全不适合个人自用了,连文档都找不到一个完全的。即使我凭以前的经验,和 ChatGPT 的帮助,成功装上了,依然在折腾的路上遇到了很多大无语事件,无法明说。 plausible-ce 爹不疼娘...", and the only contributor was "Mwroot" (talk))
- 17:06, 20 November 2024 Mwroot talk contribs created page Plausible and docker guide (Created page with "== Plausible == 我是因为之前用了自建版,还挺好用,服务器搬迁后又想用。 我滴个乖乖,现在自建版已经完全不适合个人自用了,连文档都找不到一个完全的。即使我凭以前的经验,和 ChatGPT 的帮助,成功装上了,依然在折腾的路上遇到了很多大无语事件,无法明说。 plausible-ce 爹不疼娘不爱,强烈建议放弃。如果硬要用,我分享一点经验:装在子域名里。...")
- 17:06, 20 November 2024 Mwroot talk contribs deleted page Screen 使用指南 (content was: "500px <pre> 列出 screen -ls 进入 screen 让离开 screen -d 在显示 attached 无法连接时用 退出 exit 连入 screen -[r]eattach 强行连入 screen -D -r sth 离开 C-a [d]etach 创建 screen -S sth 改名 C-a A 再建 C-a c 关闭 C-a X 杀死 C-a k 加解密 C-a x 切换 C-a n 或 C-a p 切换 C-a tab 切换 C-a 1234.abcd 计数...", and the only contributor was "Mwroot" (talk))
- 17:06, 20 November 2024 Mwroot talk contribs created page Screen user guide (Created page with "500px <pre> 列出 screen -ls 进入 screen 让离开 screen -d 在显示 attached 无法连接时用 退出 exit 连入 screen -[r]eattach 强行连入 screen -D -r sth 离开 C-a [d]etach 创建 screen -S sth 改名 C-a A 再建 C-a c 关闭 C-a X 杀死 C-a k 加解密 C-a x 切换 C-a n 或 C-a p 切换 C-a tab 切换 C-a 1234.abcd 计数 C-a w 分屏 C-a S 或 C-a | </pre> 对我来说,使用 screen -S 创建, C-a d 离开...")
- 17:06, 20 November 2024 Mwroot talk contribs deleted page 一台 apache 服务器托管多个网站的方法 (content was: "一台服务器放多个网站,无外乎子目录、子域名两种方法。 == 子目录 == <syntaxhighlight lang="apache" line> <VirtualHost *:80> ServerName sample.com DocumentRoot /var/www/site1 <Directory /var/www/site1> AllowOverride All Require all granted </Directory> Alias /site2 /var/www/site2 <Directory /var/www/site2>...", and the only contributor was "Mwroot" (talk))
- 17:06, 20 November 2024 Mwroot talk contribs created page How to host multiple sites on one apache server (Created page with "一台服务器放多个网站,无外乎子目录、子域名两种方法。 == 子目录 == <syntaxhighlight lang="apache" line> <VirtualHost *:80> ServerName sample.com DocumentRoot /var/www/site1 <Directory /var/www/site1> AllowOverride All Require all granted </Directory> Alias /site2 /var/www/site2 <Directory /var/www/site2> AllowOverride All Require all granted </Directory> Alias /site3 /var/www/s...")
- 17:05, 20 November 2024 Mwroot talk contribs deleted page MediaWiki git 安装指南 (content was: "第一步,下载 MediaWiki:<code>git clone https://gerrit.wikimedia.org/r/mediawiki/core.git --branch REL1_42 mediawiki</code> 第二步,配置 数据库 <syntaxhighlight lang="sql" line> CREATE DATABASE my_wiki; CREATE USER 'wikiuser'@'localhost' IDENTIFIED BY 'database_password'; GRANT ALL PRIVILEGES ON my_wiki.* TO 'wikiuser'@'localhost' WITH GRANT OPTION; -- 注:数...", and the only contributor was "Mwroot" (talk))
- 17:05, 20 November 2024 Mwroot talk contribs created page Mediawiki git installation guide (Created page with "第一步,下载 MediaWiki:<code>git clone https://gerrit.wikimedia.org/r/mediawiki/core.git --branch REL1_42 mediawiki</code> 第二步,配置 数据库 <syntaxhighlight lang="sql" line> CREATE DATABASE my_wiki; CREATE USER 'wikiuser'@'localhost' IDENTIFIED BY 'database_password'; GRANT ALL PRIVILEGES ON my_wiki.* TO 'wikiuser'@'localhost' WITH GRANT OPTION; -- 注:数据库名,用户名,密码,均自行更改为自己能记住的 </syntaxhighlight> 第...")
- 17:05, 20 November 2024 Mwroot talk contribs deleted page 怎样安装 MediaWiki Math extension (content was: "Math 由 MediaWiki 自带,只是因为网络问题我们用不了。最佳建议是,删掉 extensions/Math,另行安装 SimpleMathJax extension,只需要三分钟,全程无阻碍。 之所以写这篇小札,纯粹因为 <code> npm i mathoid </code> 让我不吐不快。从未见过如此闹心的情况。 # npm 安装一堆网络问题,npm 真是一个千疮百孔...", and the only contributor was "Mwroot" (talk))
- 17:05, 20 November 2024 Mwroot talk contribs created page How to install mediawiki math extension (Created page with "Math 由 MediaWiki 自带,只是因为网络问题我们用不了。最佳建议是,删掉 extensions/Math,另行安装 SimpleMathJax extension,只需要三分钟,全程无阻碍。 之所以写这篇小札,纯粹因为 <code> npm i mathoid </code> 让我不吐不快。从未见过如此闹心的情况。 # npm 安装一堆网络问题,npm 真是一个千疮百孔的坑 # npm 使用 cnpm 后,关于 mathoid 能见到一堆废弃申明、不安全申明、...")
- 17:04, 20 November 2024 Mwroot talk contribs deleted page 现在配置 SSL 证书实现 https 非常简单了 (content was: "各大服务商都有商用的 SSL 证书卖,对个人站点来说费用还是有点高。可能贵有贵的道理。不过使用 [https://letsencrypt.org/ Let's Encrypt] 实现 https,现在已经可以用三分钟部署成功了。 首先,你得保证你的 http 站点已经正常上线、运行、可访问。 其次,跟着 [https://certbot.eff.org/instructions?ws=apac...", and the only contributor was "Mwroot" (talk))
- 17:04, 20 November 2024 Mwroot talk contribs created page Setting up ssl certificates for https is now very easy (Created page with "各大服务商都有商用的 SSL 证书卖,对个人站点来说费用还是有点高。可能贵有贵的道理。不过使用 [https://letsencrypt.org/ Let's Encrypt] 实现 https,现在已经可以用三分钟部署成功了。 首先,你得保证你的 http 站点已经正常上线、运行、可访问。 其次,跟着 [https://certbot.eff.org/instructions?ws=apache&os=pip Certbot 官方教程] 走: <syntaxhighlight lang="bash" line> sudo apt update sud...")
- 17:04, 20 November 2024 Mwroot talk contribs deleted page 最简单的 Anki 同步教程 (content was: "作为一款强大的记忆卡软件,原理如同一张纸质卡片,正面记问题,反面记答案,再加一套渐进式、抗遗忘、间隔复习的算法,Anki 对许多学生的知识记忆,起到了不可估量的作用。Anki 在知识记忆领域的生态蓬勃发展,未来将会有更多人参与进来,Anki 的功能也会更加强大。 Anki 的多端同...", and the only contributor was "Mwroot" (talk))