<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[qq_43365747的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/qq_43365747</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; qq_43365747]]></copyright><item><title><![CDATA[Linux快捷键]]></title><link>https://blog.csdn.net/qq_43365747/article/details/83817380</link><guid>https://blog.csdn.net/qq_43365747/article/details/83817380</guid><author>qq_43365747</author><pubDate>Wed, 07 Nov 2018 08:45:24 +0800</pubDate><description><![CDATA[ctrl+C（终止前台运行程序）
ctrl+D（退出，等价于exit）
ctrl+L（清屏）
ctrl+A（光标移动到命令行最前端）
ctrl+E（光标移动到命令行最后端）
ctrl+U（删除光标前所有字符）
ctrl+K（删除光标后所有字符）
ctrl+R（利用关键词搜索历史命令）
ESC .（引用上一个命令，等价于！$）   //按下’ESC’松开再按’ . ’

...]]></description><category></category></item><item><title><![CDATA[Xshell保持会话连接]]></title><link>https://blog.csdn.net/qq_43365747/article/details/83538217</link><guid>https://blog.csdn.net/qq_43365747/article/details/83538217</guid><author>qq_43365747</author><pubDate>Tue, 30 Oct 2018 10:45:03 +0800</pubDate><description><![CDATA[服务器端设置
[root@localhost ~]# vim /etc/ssh/sshd_config
#Compression delayed
#ClientAliveInterval 0
#ClientAliveCountMax 3
修改为
#Compression delayed
ClientAliveInterval 60
ClientAliveCountMax 3

去掉#表示开启。意为...]]></description><category></category></item><item><title><![CDATA[CentOS 7 设置IP地址]]></title><link>https://blog.csdn.net/qq_43365747/article/details/83537892</link><guid>https://blog.csdn.net/qq_43365747/article/details/83537892</guid><author>qq_43365747</author><pubDate>Tue, 30 Oct 2018 10:29:24 +0800</pubDate><description><![CDATA[ifcfg-eno后的数字是随机生成，可以修改
[root@localhost ~]# vim /etc/sysconfig/network-scripts/ifcfg-eno16777728 

修改或添加如下
HWADDR=00:0C:29:6B:6F:96
TYPE=Ethernet
BOOTPROTO=static     //将这里修改为static（手动）默认为DHCP
DEFROUT...]]></description><category></category></item><item><title><![CDATA[Xshell远程登录Linux]]></title><link>https://blog.csdn.net/qq_43365747/article/details/83536917</link><guid>https://blog.csdn.net/qq_43365747/article/details/83536917</guid><author>qq_43365747</author><pubDate>Tue, 30 Oct 2018 09:36:44 +0800</pubDate><description><![CDATA[1.启动Linux SSH服务
[root@localhost ~]# service sshd start     //CentOS 7以下版本使用此命令
Redirecting to /bin/systemctl start  sshd.service
[root@localhost ~]# systemctl start  sshd.service  //CentOS 7以上版本可以使用此命...]]></description><category></category></item><item><title><![CDATA[CentOS 7 图形文本界面切换]]></title><link>https://blog.csdn.net/qq_43365747/article/details/83536372</link><guid>https://blog.csdn.net/qq_43365747/article/details/83536372</guid><author>qq_43365747</author><pubDate>Tue, 30 Oct 2018 08:59:01 +0800</pubDate><description><![CDATA[无需记住全部命令，可以使用Tab补全
[root@localhost ~]# systemctl get-default    //查看当前启动模式
multi-user.target   //文本界面
[root@localhost ~]# systemctl set-default multi-user.target  //切换为文本模式
[root@localhost ~]# reboot ...]]></description><category></category></item><item><title><![CDATA[WordPress页面详情出现file not found]]></title><link>https://blog.csdn.net/qq_43365747/article/details/83536246</link><guid>https://blog.csdn.net/qq_43365747/article/details/83536246</guid><author>qq_43365747</author><pubDate>Tue, 30 Oct 2018 08:45:51 +0800</pubDate><description><![CDATA[问题：在阿里云部署WordPress后创建页面或查看文章详情出现file not found提示
原因：因为你的网站目前不支持带有中文的网站链接URL。
解决方法：在仪表盘–设置–固定链接中将常用设置 设置为朴素 保存即可。

原帖链接：https://blog.csdn.net/salmonwilliam/article/details/82527525
注：本博客为本人的学习笔记，方便以后阅读...]]></description><category></category></item><item><title><![CDATA[学习前的准备工作]]></title><link>https://blog.csdn.net/qq_43365747/article/details/83536197</link><guid>https://blog.csdn.net/qq_43365747/article/details/83536197</guid><author>qq_43365747</author><pubDate>Tue, 30 Oct 2018 08:38:27 +0800</pubDate><description><![CDATA[安装Workstation12 许可密钥：5A02H-AU243-TZJ49-GTC7K-3C61N
或安装Workstation15 许可密钥：FU19K-6EX06-481PQ-RXZG9-ZYREF
下载CentOS7或REHL7 ISO镜像文件
Linux下载地址
https://opsx.alibaba.com/mirror
下载Windows2008或Windows2012 ISO镜像...]]></description><category></category></item></channel></rss>