9394952

导航

上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 31 下一页

2019年2月23日 #

今天学习到的几条shell技巧

摘要: 1、获取某个进程的进程号PID=`ps aux | grep 进程名 | grep -v "grep" | awk '{print $2}'` 2、获取某个进程的CPU(同理可获取内存点用)CPU=`top -b -n 1 -p $PID | awk -v pid=... 阅读全文

posted @ 2019-02-23 21:24 9394952 阅读(89) 评论(0) 推荐(0) 编辑

kvm配置USB直通

摘要: 参照:https://www.linuxidc.com/Linux/2014-12/110919.htm WebVirMgr界面是没有直接的途径了,只能靠修改xml文件,在....段内增加: ... 阅读全文

posted @ 2019-02-23 21:22 9394952 阅读(417) 评论(0) 推荐(0) 编辑

OpenWrt上搭建纯L2TP服务器[ZT]

摘要: 转自:http://www.openwrt.pro/post-389.html 纯L2TP(l2tp + ppp,无IPSec)首先安装xl2tpd软件包 opkg update opkg install xl2tpd 编辑/etc/xl2tpd/xl... 阅读全文

posted @ 2019-02-23 21:20 9394952 阅读(2298) 评论(0) 推荐(0) 编辑

将 DNSCrypt 部署到 Openwrt 路由器上+ DNSmasq 解析国内域名用本地 DNS[ZT+实践]

摘要: 原文地址:1、https://typcn.com/legacy/blog/posts/openwrt-dnscypt.html2、http://www.openwrt.pro/post-376.html下面红字部份为本人实践的笔记 之前一直用的是 ChinaDNS-C... 阅读全文

posted @ 2019-02-23 21:18 9394952 阅读(808) 评论(0) 推荐(0) 编辑

简单步骤Centos7安装Tomcat 8 (yum安装)(ZT)

摘要: 原文:https://blog.51cto.com/bestlope/1978114?source=drt说明:操作系统:Centos7系统环境:未安装其他服务Step 1:更新系统sudo yum install epel-release #安装epel源sudo ... 阅读全文

posted @ 2019-02-23 11:14 9394952 阅读(394) 评论(0) 推荐(0) 编辑

2019年2月22日 #

bcrelay广播包转发器

摘要: https://www.mankier.com/8/bcrelayPPTP原是基于PPP的三层通信协议,加入bcrelay后可以将二层的广播包转发到PPTP的client端在openwrt中实现的方法:修改/etc/pptpd.conf加入一行:bcrelay br-... 阅读全文

posted @ 2019-02-22 10:23 9394952 阅读(155) 评论(0) 推荐(0) 编辑

两台openwrt 间的免登陆ssh

摘要: 参考文档:http://www.360doc.com/content/13/1013/21/3884271_321222563.shtmlhttp://blog.csdn.net/u011007991/article/details/54378998http://ww... 阅读全文

posted @ 2019-02-22 10:22 9394952 阅读(198) 评论(0) 推荐(0) 编辑

2019年2月21日 #

HG255D刷机OPENWRT笔记

摘要: 1、按网上的办法如下:(http://www.right.com.cn/forum/thread-143721-1-1.html)自已编译了OPENWRT,然后拆开外壳接上TTL线,通电启动然后用超级终端连接COM口,57600速率通电启动后按4停下来setenv s... 阅读全文

posted @ 2019-02-21 21:29 9394952 阅读(625) 评论(0) 推荐(0) 编辑

OPENWRT路由3G拔号实验

摘要: 以下摘自:http://www.right.com.cn/forum/thread-155168-1-1.html 首先下载 Barrier Breaker 14.07 固件配置好网络,可以访问到internetopkg updateopkg install comg... 阅读全文

posted @ 2019-02-21 21:28 9394952 阅读(156) 评论(0) 推荐(0) 编辑

openwrt手工配置pptpd

摘要: 官方wiki:http://wiki.openwrt.org/doc/howto/vpn.server.pptpd#prerequisites20190220更新:PPTP VPN协议已经被 IOS 10及以后的版本取消了前提是用opkg安装的pptpd#######... 阅读全文

posted @ 2019-02-21 21:26 9394952 阅读(944) 评论(0) 推荐(0) 编辑

上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 31 下一页