Skip to content

Lzxz1234 的小站

个人博客,专注 IT 相关技术分享

  • GitHub
  • 腾讯云

标签: linux

Windows Server 2016 安装 DockerEE 并启用 Linux Container

2018年7月28日 lzxz1234 Leave a comment

Win10 系统上安装 Docker 已经很方便了,也可以随时在 Linux 模式或者 Windows 模式间切换,但是在 Server 系统上就没那么友好了,目前官方渠道 Windows Server 2016 上还是只能运行 Windows Container,也就导致并

阅读全文

Java WebDriver PhantomJS 启动异常

2018年7月3日 lzxz1234 2 comments

直接看异常吧: org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure. Build info:

阅读全文

SpringBoot 通用启停脚本

2018年3月11日 lzxz1234 Leave a comment

注释懒得写了,自己看吧,用的时候将 spring boot 项目打成 jar 包,新建 server.sh 内容如下,执行 ./server.sh restart 即可 #!/bin/bash SERVICE_USER=$(whoami) JDK_VERSION=”jdk1.8.0_66″ SPRINGBOOTAPP_HOME=$

阅读全文

Squid 配置多代理动态自动转发

2018年1月10日 lzxz1234 Leave a comment

引言 经常会有些需求依赖大量 IP 代理,当然可以在程序中显式进行代理池的管理测速等操作,但还有一种更合理的做法是将代理池合并成一个唯一入口,这就依赖今天的主角 squid 了。 Squid 是一个高性能的代理缓存服务

阅读全文

Jar 包转换为 Linux 可执行文件

2018年1月4日 lzxz1234 Leave a comment

准备 一个正常可用的 helloworld.jar,可以直接通过 java -jar hellowrold.jar 运行 处理 新建文件 stub.sh,内容如下: #!/bin/sh MYSELF=`which “$0” 2>/dev/null` [ $? -gt 0 -a -f “$0” ] && MYSELF=

阅读全文

区块链之门罗币挖矿

2017年12月15日 lzxz1234 Leave a comment

最近区块链看的挺多,就想挖个矿体验体验,之所以称为体验是因为…………… 我已经预感到压根就不挖不出矿来 [捂脸][捂脸][捂脸] 本文操作基于 wsl + docker 环境,windows 下的环境安装可以参考 《Windows 10

阅读全文

Windows 10 及 WSL 上安装 docker

2017年12月9日 lzxz1234 Leave a comment

Windows 版 Docker 下载安装 注意 docker 分两个版本 CE(Community Edition) 和 EE(Enterprise Edition)。EE 面向企业,更稳定并提供一定的维护期,CE 版本领先,拥有更多新特性,一般开发使用 CE 版,下载地址

阅读全文

Nginx 域名映射简明设置

2017年11月26日 lzxz1234 Leave a comment

在 /etc/nginx/conf.d 目录下添加配置文件内容如下: server { server_name zhaobiao.58.com; listen 80; listen 443 ssl; ssl_certificate /opt/soft/nginx/server.crt; ssl_certificate_key /opt/soft/nginx/serve

阅读全文

分享一份 MySQL 通用配置

2017年7月27日 lzxz1234 Leave a comment

[mysqld] sql_mode=STRICT_ALL_TABLES datadir=/var/data/mysql socket=/var/data/mysql/mysql.sock user=mysql default_table_type=InnoDB slow_query_log=6 slow_query_log_file=/var/log/mysql_slow.log lower_ca

阅读全文

WordPress 安装简明教程

2017年7月26日 lzxz1234 Leave a comment

下载 wordpress wget https://cn.wordpress.org/wordpress-4.7.4-zh_CN.zip unzip wordpress-4.7.4-zh_CN.zip 创建数据库 mysql> create schema db_word_press; Query OK, 1 row affected (0.00 sec) mysql> g

阅读全文

文章分页

«Previous Posts 1 2 3 4 Next Posts»

近期文章

  • 高通410刷机精简指南
  • Git 执行 pull 时跳过填写 merge message
  • Docker 服务延时启动等待 ISCSI 挂载完成
  • 基于 Docker 部署 Fail2Ban 拦截 FreeSwitch 恶意请求
  • 慎用LLM、慎用中转商、慎用IDE插件

归档

  • 2025 年 9 月
  • 2025 年 8 月
  • 2025 年 7 月
  • 2025 年 6 月
  • 2025 年 5 月
  • 2025 年 4 月
  • 2025 年 2 月
  • 2025 年 1 月
  • 2023 年 2 月
  • 2022 年 5 月
  • 2022 年 3 月
  • 2021 年 12 月
  • 2021 年 10 月
  • 2021 年 1 月
  • 2020 年 10 月
  • 2020 年 9 月
  • 2020 年 8 月
  • 2020 年 6 月
  • 2020 年 5 月
  • 2020 年 4 月
  • 2020 年 3 月
  • 2020 年 2 月
  • 2020 年 1 月
  • 2019 年 12 月
  • 2019 年 11 月
  • 2019 年 10 月
  • 2019 年 9 月
  • 2019 年 8 月
  • 2019 年 7 月
  • 2019 年 6 月
  • 2019 年 5 月
  • 2019 年 4 月
  • 2019 年 3 月
  • 2019 年 2 月
  • 2019 年 1 月
  • 2018 年 12 月
  • 2018 年 11 月
  • 2018 年 10 月
  • 2018 年 9 月
  • 2018 年 8 月
  • 2018 年 7 月
  • 2018 年 6 月
  • 2018 年 5 月
  • 2018 年 4 月
  • 2018 年 3 月
  • 2018 年 2 月
  • 2018 年 1 月
  • 2017 年 12 月
  • 2017 年 11 月
  • 2017 年 9 月
  • 2017 年 7 月
  • 2016 年 10 月
  • 2015 年 3 月
  • 2014 年 12 月
  • 2014 年 11 月
  • 2014 年 7 月

标签云

Base58 BlockChain ByteBuddy CDN ClassLoader docker Email Encode ESXI Git Go GoLang GoProxy HTTPS Hyper-V IDE IIS iKuai Intellij Java JavaScript Javassist JDK JSR269 linux LLM mysql NAS Nginx ngrok ntfs OpenWrt PhantomJS Php proxy pyspider Python QiNiu shell SSL TokenAnalyzer windows wordpress WSL XiaoMi

其他操作

  • 登录
  • 条目 feed
  • 评论 feed
  • WordPress.org
WordPress Theme: Treville by ThemeZee.
CopyRight © 2017-2025 版权所有 | 京ICP备17040779号 | 隐私协议