会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Fmaj7
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
9
10
11
12
13
14
15
16
17
18
下一页
2020年7月6日
cenots7更换国内pip源
摘要: cd mkdir .pip cd .pip vim pip.conf [global]#阿里index-url=http://mirrors.aliyun.com/pypi/simple/#百度index-url=https://mirror.baidu.com/pypi/simple#清华inde
阅读全文
posted @ 2020-07-06 15:33 Fmaj-7
阅读(236)
评论(0)
推荐(0)
2020年7月3日
FastDFS缩容
摘要: #删除 fdfs_monitor /etc/fdfs/storage.conf delete group1 192.168.110.128 #查看 fdfs_monitor /etc/fdfs/storage.conf #重启 fdfs_trackerd /etc/fdfs/tracker.conf
阅读全文
posted @ 2020-07-03 12:14 Fmaj-7
阅读(254)
评论(0)
推荐(0)
FastDFS基于group扩容
摘要: #新建path mkdir /home/fastdfs1 #storage.conf配置修改 vim /etc/fdfs/storage.conf 配置mod_fastdfs.conf vim /etc/fdfs/mod_fastdfs.conf
阅读全文
posted @ 2020-07-03 11:53 Fmaj-7
阅读(427)
评论(0)
推荐(0)
centos同步系统时间
摘要: yum -y install ntp ntpdate ntpdate cn.pool.ntp.org hwclock --systohc hwclock -w vi /etc/sysconfig/clock ZONE="Asia/Shanghai" UTC=false #设置为false,硬件时钟不
阅读全文
posted @ 2020-07-03 10:25 Fmaj-7
阅读(175)
评论(0)
推荐(0)
centos永久开放端口
摘要: firewall-cmd --get-active-zones firewall-cmd --zone=public --add-port=8080/tcp --permanent firewall-cmd --reload firewall-cmd --query-port=8080/tcp
阅读全文
posted @ 2020-07-03 08:57 Fmaj-7
阅读(236)
评论(0)
推荐(0)
2020年7月2日
windows pip更换国内源
摘要: 新建:C:\Users\Administrator\pip\pip.ini 添加: [global]index-url = http://pypi.douban.com/simple[install]trusted-host = pypi.douban.com
阅读全文
posted @ 2020-07-02 22:22 Fmaj-7
阅读(203)
评论(0)
推荐(0)
django-tinymce
摘要: pip install django-tinymce==2.6
阅读全文
posted @ 2020-07-02 22:02 Fmaj-7
阅读(104)
评论(0)
推荐(0)
FastDFS集群、安装、配置(精简版)
摘要: 集群架构: tracker服务器(跟踪服务器):192.168.110.128 storage服务器(存储服务器):192.168110.129/130 基础环境配置: 1 yum install -y gcc gcc-c++ libstdc++-devel pcre-devel zlib-deve
阅读全文
posted @ 2020-07-02 11:41 Fmaj-7
阅读(493)
评论(0)
推荐(0)
centos设置开机启动方法--nginx
摘要: 打开文件:vim /etc/rc.d/rc.local 添加命令:/usr/local/nginx/sbin/nginx 权限配置:chmod -R 777 /etc/rc.d/rc.local
阅读全文
posted @ 2020-07-02 10:31 Fmaj-7
阅读(197)
评论(0)
推荐(0)
centos查看服务进程端口监听状态
摘要: 安装netstat:yum install -y net-tools 查看:netstat -unltp | grep fdfs 结果:
阅读全文
posted @ 2020-07-02 10:08 Fmaj-7
阅读(1284)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
18
下一页
公告