随笔分类 -  Linux

摘要:Linux 查看端口占用情况 | 菜鸟教程 (runoob.com)(印象笔记Linux中有) 阅读全文
posted @ 2021-10-09 09:44 天气之子A 阅读(15) 评论(0) 推荐(0)
摘要:参考1:https://www.bilibili.com/video/BV1J74117714?from=search&seid=10340114107682623114 参考2:https://blog.csdn.net/diyiday/article/details/79817905 参考3:l 阅读全文
posted @ 2021-02-26 13:16 天气之子A 阅读(331) 评论(0) 推荐(0)
摘要:参考链接1:https://cloud.tencent.com/developer/article/1447067 1、下载 2、安装 3、使用参考 参考1:https://www.cnblogs.com/pluto-charon/p/14118514.html 参考2:https://www.cn 阅读全文
posted @ 2021-02-26 09:28 天气之子A 阅读(40) 评论(0) 推荐(0)
摘要:参考1:https://zhuanlan.zhihu.com/p/123275417 阅读全文
posted @ 2021-02-24 17:15 天气之子A 阅读(484) 评论(0) 推荐(0)
摘要:参考1:https://www.centos.org/ 参考2:https://blog.51cto.com/13178102/2115459 阿里云官方镜像站 Centos列表 官网列表 阅读全文
posted @ 2021-02-24 09:43 天气之子A 阅读(29) 评论(0) 推荐(0)
摘要:参考1:https://blog.csdn.net/teddy6866/article/details/78790234 参考2: 阅读全文
posted @ 2021-02-24 09:30 天气之子A 阅读(68) 评论(0) 推荐(0)
摘要:参考1:https://ipcmen.com/dnf 参考2:https://dnf.readthedocs.io/en/latest/use_cases.html 阅读全文
posted @ 2021-02-20 09:44 天气之子A 阅读(58) 评论(0) 推荐(0)
摘要:1.linux装机,U盘刻录服务器页面显示:https://blog.csdn.net/eppley/article/details/86166731ULTRAiso:制作u盘: https://blog.csdn.net/hanxh7/article/details/80236639?utm_me 阅读全文
posted @ 2021-01-08 10:28 天气之子A 阅读(242) 评论(0) 推荐(0)
摘要:Window下安装MQTT :https://www.cnblogs.com/sam-uncle/p/10979049.html MQTT测试软件:http://workswithweb.com/mqttbox.html Lunux:https://blog.csdn.net/ganquanzhon 阅读全文
posted @ 2020-12-27 11:25 天气之子A 阅读(553) 评论(0) 推荐(0)
摘要:安装参考 参考链接2:https://www.cnblogs.com/zhaifanhua/p/14535350.html 安装nginx nginx既然有那么多的优点,赶紧让我们使用它吧。在使用之前先来看看如何安装。 最简单的方法当然是使用yum install nginx了,在安装redis的时 阅读全文
posted @ 2020-12-09 14:25 天气之子A 阅读(110) 评论(0) 推荐(0)
摘要:Linux安装Python3.6 安装3.7.3 准备工作 目前CentOS自带的是python2.7,而实际工作中都使用的是python3。今天就来安装一下python3 先下载python3.6.7的安装包 wget https://www.python.org/ftp/python/3.6.7 阅读全文
posted @ 2020-12-07 15:42 天气之子A 阅读(223) 评论(0) 推荐(0)
摘要:Linux 安装Java 安装目录 我们创建如下路径/usr/develop,然后在develop目录下面创建mysql目录 一、配置JDK理解wget命令 wget命令是一个从网络上下载文件的自由工具,它支持http协议,https协议和ftp协议。因此我们可以通过wget命令来下载JDK。wge 阅读全文
posted @ 2020-12-07 15:12 天气之子A 阅读(161) 评论(0) 推荐(0)
摘要:Centos7安装Mysql的教程 1、下载 Mysql yum包 yum包文件在mysql官网里可以找到http://dev.mysql.com/downloads/repo/yum/ 一般默认是显示最新版mysql的noarch.rpm文件 下载到本地再上传到服务器,或者使用wget 直接下载 阅读全文
posted @ 2020-12-07 15:05 天气之子A 阅读(98) 评论(0) 推荐(0)
摘要:安装好wordpress后访问域名,没有弹出wordpress相关界面,而是下载一个文件。 <?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-heade 阅读全文
posted @ 2020-12-06 14:13 天气之子A 阅读(835) 评论(2) 推荐(0)