干炸牛_bian

导航

 

2020年9月13日

摘要: {"registry-mirrors":["https://hub-mirror.c.163.com/"]} 阅读全文
posted @ 2020-09-13 12:49 干炸牛_bian 阅读(940) 评论(0) 推荐(0)
 

2020年4月26日

摘要: https://www.cnblogs.com/hwagglee/p/5903383.html echarts 饼图 收藏待用 阅读全文
posted @ 2020-04-26 20:28 干炸牛_bian 阅读(167) 评论(0) 推荐(0)
 

2020年4月19日

摘要: 计划将vsftpd和samba这俩通过docker部署 vsftpd: docker run -d \ -v /mnt/ftp_data:/home/vsftpd/ftp_data \ #目录映射, 将宿主机目录映射到docker ftp目录 -p 20:20 \ -p 21:21 \ -p 211 阅读全文
posted @ 2020-04-19 10:45 干炸牛_bian 阅读(545) 评论(0) 推荐(0)
 
摘要: https://www.cnblogs.com/root0/p/9812789.html 1 官方地址 官方写的很详细并且是中文的,一步步按照操作就可以 https://www.zabbix.com/documentation/3.4/zh/manual/installation/container 阅读全文
posted @ 2020-04-19 09:32 干炸牛_bian 阅读(284) 评论(0) 推荐(0)
 
摘要: 在公司内网用了台垃圾电脑做服务器,费了些功夫, 以做记录. 等下次服务器挂了直接查. cpu:l5408 硬改 主板:技嘉g31 es2c 内存:2x2g 威刚+金士顿 硬盘:160g(系统) + 4t(数据) 网卡:pcie千兆网卡(板载百兆) 小超到2.66, 安装centos7.8 主要的服务 阅读全文
posted @ 2020-04-19 09:25 干炸牛_bian 阅读(128) 评论(0) 推荐(0)
 

2020年4月10日

摘要: https://my.oschina.net/colben/blog/1499527 环境 Linux 物理机,已安装 VirtualBox 虚拟机软件 CentOS6.9 live 启动 U 盘 CentOS6.9 iso 镜像文件 待安装笔记本 IBM x32 VirtualBox 创建 Red 阅读全文
posted @ 2020-04-10 20:39 干炸牛_bian 阅读(3196) 评论(0) 推荐(0)
 

2020年2月11日

摘要: i3 msg move workspace to output right 阅读全文
posted @ 2020-02-11 17:02 干炸牛_bian 阅读(337) 评论(0) 推荐(0)
 

2020年1月23日

该文被密码保护。 阅读全文
posted @ 2020-01-23 17:37 干炸牛_bian 阅读(1) 评论(0) 推荐(0)
 

2020年1月20日

摘要: cat /sys/class/thermal/thermal_zone0/temp 数值除以1000就是摄氏度 阅读全文
posted @ 2020-01-20 17:35 干炸牛_bian 阅读(358) 评论(0) 推荐(0)
 
摘要: ``` I've experienced the same error building on a Raspberry Pi running raspbian-strech. It seems to be a namespace issue. Changing; CV_IMWRITE_JPEG_QUALITY to cv::IMWRITE_JPEG_QUALITY in line 408 of f 阅读全文
posted @ 2020-01-20 15:46 干炸牛_bian 阅读(561) 评论(1) 推荐(0)