会员
商店
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
linux_ng
博客园
首页
新随笔
新文章
联系
订阅
管理
2021年4月29日
docker&docker-compose安装
摘要: 一、docker安装 1、通过 uname -r 命令查看当前的内核版本,Docker 要求 CentOS 系统的内核版本高于 3.10 uname -r 2、查看系统是否安装过docker yum list installed | grep docker 3、卸载旧版本(如果安装过旧版本的话) y
阅读全文
posted @ 2021-04-29 15:41 linux_ng
阅读(342)
评论(0)
推荐(0)
编辑
2021年1月13日
win10 python + selenium 环境搭建
摘要: 一、安装python3 1、下载地址: https://www.python.org/downloads/windows/ 直接选择最新版,下拉 file列表中,选择win10版 64位 Windows installer (64-bit) 2、安装 安装包放到桌面, 双击, 点击Customize
阅读全文
posted @ 2021-01-13 17:39 linux_ng
阅读(216)
评论(0)
推荐(0)
编辑
2019年6月26日
centos7所有用户循环登录
摘要: 1 使用快捷键Ctrl+Alt+F2进入命令终端 2 输入账号密码 3 输入 /usr/bin/sudo 4 输入 startx 那种单用户,改配置的试了没有用
阅读全文
posted @ 2019-06-26 16:34 linux_ng
阅读(2394)
评论(0)
推荐(0)
编辑
2019年5月5日
centos7 启动Tomcat7时报错:The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found
摘要: INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /
阅读全文
posted @ 2019-05-05 10:54 linux_ng
阅读(2869)
评论(1)
推荐(1)
编辑
2019年4月25日
Jenkins搭建项目过程中遇到的问题解决方法
摘要: 1、运行时,报没有权限 报错: 解决方法: 将Jenkins运行用户改为root,默认Jenkins用户 vi /etc/sysconfig/jenkins 2、前端执行时,报没有env 报错: 解决方法: ln -s /usr/local/node/bin/node /usr/bin/node 3
阅读全文
posted @ 2019-04-25 19:53 linux_ng
阅读(6450)
评论(0)
推荐(0)
编辑
使用.pem密钥文件登录服务器
摘要: 一、使用puttygen工具将.pem文件转成.ppk文件 Load时,需注意选择文件类型为All Files 二、使用secureCRT工具登录 点击properties...按钮,上传ppk文件,登录时输入用户名,即可登录服务器
阅读全文
posted @ 2019-04-25 19:37 linux_ng
阅读(5975)
评论(0)
推荐(0)
编辑
2019年2月14日
nginx安装
摘要: 前提 yum install pcre* yum install openssl* yum install openssl openssl-devel yum -y install automake autoconf libtool make yum install gcc gcc-c++ yum
阅读全文
posted @ 2019-02-14 15:21 linux_ng
阅读(271)
评论(0)
推荐(0)
编辑
2019年1月29日
Linux挂载U盘报错:mount: unknown filesystem type 'ntfs'
摘要: 原因:由于Linux上无法识别NTFS格式的分区的原因 解决方法:安装 ntfs-3g 1、下载:wget https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2017.3.23.tgz 2、解压:tar zxvf ntfs-3g_ntfsprogs-20
阅读全文
posted @ 2019-01-29 18:11 linux_ng
阅读(3258)
评论(0)
推荐(0)
编辑
2019年1月9日
nginx配置https安全访问
摘要: 1、使用wosigncode生成CSR https://bbs.wosign.com/forum.php?mod=viewthread&tid=3526#lastpost 2、配置,选择第7小点 使用for Nginx.zip压缩包中的.crt文件 使用生成CSR时的.key文件 *配置完成后,域名
阅读全文
posted @ 2019-01-09 13:46 linux_ng
阅读(937)
评论(0)
推荐(0)
编辑
2018年11月2日
win10下Word点击链接跳转,提示“由于本机的限制,该操作已取消”
摘要: Word按住Ctrl点击链接进行跳转,提示“由于本机的限制,该操作已取消,请联系管理员” 网上很多,修改注册表 这边要说的是,修改重启word ,还不行的解决方法:点开任务管理器 >找到所有的Microsoft Word,点击结束任务。再次打开Word就可以了。
阅读全文
posted @ 2018-11-02 15:13 linux_ng
阅读(1954)
评论(0)
推荐(1)
编辑
下一页
点击右上角即可分享