惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
G
Google Developers Blog
M
MIT News - Artificial intelligence
Vercel News
Vercel News
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
GbyAI
GbyAI
B
Blog RSS Feed
Blog — PlanetScale
Blog — PlanetScale
Microsoft Security Blog
Microsoft Security Blog
V
Visual Studio Blog
Stack Overflow Blog
Stack Overflow Blog
雷峰网
雷峰网
The Cloudflare Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
F
Fortinet All Blogs
L
LangChain Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
A
About on SuperTechFans
T
The Blog of Author Tim Ferriss
B
Blog
J
Java Code Geeks
Hugging Face - Blog
Hugging Face - Blog
I
InfoQ
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com

噜啦 - telegram

CentOS 7 搭建私聊 Telegram Bot Debian 9 搭建私聊 Telegram Bot Debian 9 搭建私聊 Telegram Bot
CentOS 7 搭建私聊 Telegram Bot
博主: 噜啦 · 2019-05-04 · via 噜啦 - telegram
  1. 首页
  2. 正文  

本教程基于CentOS 7 x64,架构为OVZ,128M RAM

更新yum

yum update -y
yum install unzip curl sudo libunwind8 gettext apt-transport-https -y

安装.NET Core Runtime

教程来自:Microsoft官网,不懂的话,直接运行下面的命令行即可

Add the dotnet product feed

sudo rpm -Uvh https://packages.microsoft.com/config/rhel/7/packages-microsoft-prod.rpm

Install the .NET Runtime

sudo yum update
sudo yum install aspnetcore-runtime-2.2

剩下的运行不多写了,看之前写的Debian 9 的教程吧

赞赏作者

如果觉得我的文章对你有用,请随意赞赏

CentOS 7 搭建私聊 Telegram Bot

 •