会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
浊鉴
博客园
首页
新随笔
联系
订阅
管理
2022年5月19日
debin系统安装及其它
摘要: 1、腾讯的轻量服务器,使用Debin11系统镜像 命令操作(引自百度百科) 功能 具体语句 软件源设置 /etc/apt/sources.list 更新软件源数据 apt-get update 更新已安装软件 apt-get upgrade 更新系统版本 apt-get dist-upgrade 通
阅读全文
posted @ 2022-05-19 11:53 浊鉴
阅读(326)
评论(0)
推荐(0)
2022年3月9日
Linux安装常用
摘要: 一、阿里轻服务器(Anolis OS)(红帽系) yum upgrade systemctl enable firewalld #(默认未启动防火墙) systemctl start firewalld firewall-cmd --zone=public --add-port=3306/tcp -
阅读全文
posted @ 2022-03-09 09:40 浊鉴
阅读(48)
评论(0)
推荐(0)
2021年9月16日
IIS配置ThinkPHP重写
摘要: IIS10+ThinkPHP6: 根目录public下新建web.config 1 <?xml version="1.0" encoding="UTF-8"?> 2 3 <configuration> 4 <location path="." inheritInChildApplications="
阅读全文
posted @ 2021-09-16 10:11 浊鉴
阅读(427)
评论(0)
推荐(0)
2021年9月14日
Redis安装
摘要: 键值对内存数据库,应该是比较快, [root@aliyun ~]# yum install redis [root@aliyun ~]# systemctl status redis [root@aliyun ~]# systemctl enable redis [root@aliyun ~]# s
阅读全文
posted @ 2021-09-14 10:10 浊鉴
阅读(20)
评论(0)
推荐(0)
2021年9月8日
ubuntu学习笔记
摘要: 20210907: 镜像使用: ubuntu-21.04-desktop-amd64.iso 默认root用户未开启、不登录 sudo su sudo passwd root apt-get install vim sudo vim /usr/share/lightdm/lightdm.conf.d
阅读全文
posted @ 2021-09-08 11:51 浊鉴
阅读(62)
评论(0)
推荐(0)
2021年7月1日
PHP连接MySQL数据库SELinux中一些setsebool的用法
摘要: PHP连接MySQL数据库Permission Deny,需关闭Selinux或进行设置 关闭方法:# setenforce 0 设置方法:# setsebool -P httpd_can_network_connect_db 1 #允许网页访问数据库 #给httpd添加某个目录(如/website
阅读全文
posted @ 2021-07-01 18:40 浊鉴
阅读(221)
评论(0)
推荐(0)
2021年1月29日
centos+frp
摘要: https://zhuanlan.zhihu.com/p/129076009https://www.jianshu.com/p/93bf511ea72ehttps://www.cnblogs.com/L-ran/p/12082670.htmlwget https://github.com/fated
阅读全文
posted @ 2021-01-29 16:33 浊鉴
阅读(116)
评论(0)
推荐(0)
2021年1月19日
centos7.6安装nginx
摘要: [root@vmcentos7 ~]# yum install nginxLoaded plugins: fastestmirrorLoading mirror speeds from cached hostfile * remi-php80: mirrors.tuna.tsinghua.edu.c
阅读全文
posted @ 2021-01-19 14:52 浊鉴
阅读(758)
评论(0)
推荐(0)
在CentOS 7-8上安装PHP 8.0
摘要: 原文:https://www.iplayio.cn/post/739811 在CentOS 8上安装PHP 8.0 我们将使用REMI存储库在CentOS 8 / CentOS 7 Linux系统上安装PHP 8。安装有两种选择 安装PHP 8.0作为主要的PHP版本 与其他PHP版本一起安装PHP
阅读全文
posted @ 2021-01-19 12:49 浊鉴
阅读(3682)
评论(0)
推荐(0)
2021年1月18日
centos7安装.net5.0(core)
摘要: [root@vmcentos7 ~]# rpm -Uvh https://packages.microsoft.com/config/centos/7/packages-microsoft-prod.rpmRetrieving https://packages.microsoft.com/confi
阅读全文
posted @ 2021-01-18 17:00 浊鉴
阅读(1064)
评论(0)
推荐(0)
下一页
公告