Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4140442
  • 博文数量: 447
  • 博客积分: 1241
  • 博客等级: 中尉
  • 技术积分: 5786
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-27 06:48
个人简介

读好书,交益友

文章分类

全部博文(447)

文章存档

2023年(6)

2022年(29)

2021年(49)

2020年(16)

2019年(15)

2018年(23)

2017年(67)

2016年(42)

2015年(51)

2014年(57)

2013年(52)

2012年(35)

2011年(5)

发布时间:2019-07-10 15:23:23

安装opensslsudo apt-get install openssl libssl-dev安装pcresudo apt-get install libpcre3 libpcre3-dev安装zlibsudo apt-get install zlib1g-dev编译nginxCFLAGS="-g -O0"./configure --prefix=/usr/local/server/nginx --with-cc-opt="-I /usr/include/pcre -I /usr/include/openssl" --with-debug --with-.........【阅读全文】

阅读(1065) | 评论(0) | 转发(0)

发布时间:2019-06-21 14:23:22

修改/apache-tomcat-8.5.35/conf的web.xml在</web-app>标签前,添加 <login-config> <!-- Authorization setting for SSL --> <auth-method>CLIENT-CERT</auth-method> <realm-name>Client Cert Users-only Area</realm-name>    </login-config>    <security-constraint> <!-- Authoriz.........【阅读全文】

阅读(1385) | 评论(0) | 转发(0)

发布时间:2019-05-07 16:39:03

目前要在没有桌面环境的情况下,安装字体首先自己下载字体,不用使用apt-getsudo mkdir -p /usr/share/fonts/customsudo mv Monaco.ttf /usr/share/fonts/customsudo chmod 744 /usr/share/fonts/custom/* mkfontscale mkfontdir fc-cache -fv然后重启搞定......【阅读全文】

阅读(978) | 评论(0) | 转发(0)

发布时间:2019-03-29 15:42:53

fdisk -lDisk /dev/sda: 120 GiB, 128849018880 bytes, 251658240 sectorsUnits: sectors of 1 * 512 = 512 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisklabel type: dosDisk identifier: 0x6e1af0b8Device     Boot  .........【阅读全文】

阅读(2196) | 评论(0) | 转发(0)

发布时间:2019-03-28 16:56:05

 parted /dev/sda查看剩余空间print free                                                       Model: VMware, VMware Virtual S (scsi)Disk /dev/sda: 129GB.........【阅读全文】

阅读(2718) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册