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

推荐订阅源

Stack Overflow Blog
Stack Overflow Blog
L
LangChain Blog
人人都是产品经理
人人都是产品经理
酷 壳 – CoolShell
酷 壳 – CoolShell
T
Tailwind CSS Blog
N
Netflix TechBlog - Medium
Microsoft Security Blog
Microsoft Security Blog
J
Java Code Geeks
博客园 - 【当耐特】
量子位
有赞技术团队
有赞技术团队
Jina AI
Jina AI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园_首页
C
Check Point Blog
B
Blog RSS Feed
M
MIT News - Artificial intelligence
H
Help Net Security
雷峰网
雷峰网
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 聂微东
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
A
About on SuperTechFans
腾讯CDC

噜啦 - 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

 •