上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 26 下一页
摘要: 准备工作 1.快速了解PKI/CA PKI(Public Key Infrastructure)公钥基础设施 CA (Certificate Of Authority) 认证中心 2. 利用easy-rsa构建PKI easy-rsa是OpenVPN下管理密钥的一个工具,它是以shell写成,主要是 阅读全文
posted @ 2020-09-29 18:26 thammer 阅读(916) 评论(0) 推荐(0)
摘要: 简介 OpenVPN 是一个健壮且高度灵活的VPN守护进程。OpenVPN 支持 SSL/TLS 安全性、以太网桥接、TCP 或 UDP 隧道通过代理或 NAT 传输、对动态 IP 地址和 DHCP 的支持、对成百上千用户的可扩展性以及大多数主要操作系统平台的可移植性。OpenVPN 与 OpenS 阅读全文
posted @ 2020-09-23 15:27 thammer 阅读(5) 评论(0) 推荐(0)
摘要: 有时候在ubuntu上做一些测试,需要安装一些软件,但是用过后呢,以后基本不会用到,所以想卸载他们。这个测试过程也许持续几天,中间安装过各种包,你根本不记得到底安装了哪些。可以通过看bash的历史纪录,但是还是麻烦,最方便的是按照时间逆序列出apt安装的软件。可以通过如下脚本实现 for x in 阅读全文
posted @ 2020-09-21 09:53 thammer 阅读(1821) 评论(0) 推荐(1)
摘要: CBI models are Lua files describing the structure of an UCI config file and the resulting HTML form to be evaluated by the CBI parser. All CBI model f 阅读全文
posted @ 2020-09-08 11:25 thammer 阅读(1265) 评论(0) 推荐(0)
摘要: quilt介绍 openwrt使用quilt工具对patch进行管理,quilt其实就是一系列shell脚本组成的一个工具。 安装quilt openwrt好像在host tools里面有quilt,不过也可以通过apt安装 sudo apt install quilt -y 配置quilt qui 阅读全文
posted @ 2020-09-03 16:36 thammer 阅读(1595) 评论(0) 推荐(0)
摘要: Ubuntu 18.04预装GCC版本为7.3,但有时在编译是需要用的不同gcc版本,下面介绍,如何安装不同的gcc 和g++,并设置根据不同的需要在不同版本之间切换。 ##1. 可以通过如下命令查看当前安装的版本: ll /usr/bin/gcc* ##2. 安装gcc-4.8 sudo apt 阅读全文
posted @ 2020-08-30 13:48 thammer 阅读(2903) 评论(0) 推荐(0)
摘要: svn add . --no-ignore --force 阅读全文
posted @ 2020-08-21 18:43 thammer 阅读(104) 评论(0) 推荐(0)
摘要: openwrt编译下载各种源码在国内非常费时间,甚至是github上的东西都非常慢,还不用说是SourceForge上面那些,下载openwrt和它的几个feeds倒是可以用gitee来下 https://gitee.com/openwrt-mirror 这个镜像包含了openwrt,package 阅读全文
posted @ 2020-08-19 18:35 thammer 阅读(3447) 评论(1) 推荐(0)
摘要: 进入插件安装目录,直接删除 cd ~/.local/share/JetBrains/CLion2020.2 rm IntelliJ-EmmyLua -rf 阅读全文
posted @ 2020-08-17 17:22 thammer 阅读(1103) 评论(0) 推荐(0)
摘要: 如果想要NAT功能能够正常使用,需要开启Linux主机的核心转发功能。 echo 1 > /proc/sys/net/ipv4/ip_forward 方式一:以wan口ip作为匹配条件 1. 新增一条端口映射规则 将访问wan口的端口转发至内网某个ip上 iptables -t nat -A PRE 阅读全文
posted @ 2020-08-08 15:55 thammer 阅读(3046) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 26 下一页