上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 56 下一页

nginx ---refine---按需时间/流量进行调整后台服务器---geocity,proxypass

摘要: 原理相当于配置文件在启动时进行编译,proxyPass http://mydomain/path/xxxx这种方式是编译成静态的,直接替换成它解析到的ip/vip,只有重新启动时才会重新解析。而set $host mydomain proxyPass http://$host/path/xxxx这种 阅读全文
posted @ 2017-09-10 17:06 szllq2000 阅读(184) 评论(0) 推荐(0)

HTTP监视器charles入门使用教程分享---http/s packet monitors---ubuntu installation

摘要: charles --usage http://www.cnblogs.com/chenlogin/p/5849471.html 按照Charles的提示,PC打开 chls.pro/ssl下载得到一个 charles-proxy-ssl-proxying-certificate.pem 证书传送到手 阅读全文
posted @ 2017-09-10 16:51 szllq2000 阅读(295) 评论(0) 推荐(0)

ubuntu ibus ,chinese input-method

摘要: 第一:安装IBus框架, sudo apt-get install ibus ibus-clutter ibus-gtk ibus-gtk3 ibus-qt4 启动IBus框架,在终端输入: im-switch -s ibus 安装完IBus框架后注销系统,保证更改立即生效。 第三步:安装拼音引擎 阅读全文
posted @ 2017-09-08 14:35 szllq2000 阅读(943) 评论(0) 推荐(0)

介绍一个Redis的WEB 客户端

摘要: http://webd.is/$ git clone git://github.com/nicolasff/webdis.git $ cd webdis$ make$ ./webdis &接下来使用CHROME的插件POSTMAN,,对数据操作,可是非常简单http://127.0.0.1:7379 阅读全文
posted @ 2017-09-07 13:54 szllq2000 阅读(345) 评论(0) 推荐(0)

ubuntu video,gdm swith

摘要: 如果已经安装LightDM和GDM登录显示器。那么在Ubuntu下怎么在各种DM间任意切换呢? 以切换到GDM为例,打开终端,使用命令: sudo dpkg-reconfigure gdm 如果已经安装LightDM和GDM登录显示器。那么在Ubuntu下怎么在各种DM间任意切换呢? 以切换到GDM 阅读全文
posted @ 2017-09-05 15:08 szllq2000 阅读(136) 评论(0) 推荐(0)

三种不同类型的ssh隧道

摘要: http://codelife.me/blog/2012/12/09/three-types-of-ssh-turneling/ 想通过ssh隧道连接远端机器的VNC服务,对ssh -L命令不太熟悉,man ssh后发现3组与隧道(turnnel)相关的参数:ssh -D,ssh -L,ssh -R 阅读全文
posted @ 2017-07-17 17:52 szllq2000 阅读(958) 评论(0) 推荐(0)

teamviewer and openconnect-gp (globalprotect) in ubuntu

摘要: wget https://download.teamviewer.com/download/teamviewer_i386.deb sudo dpkg -i teamviewer_i386.deb sudo apt-get install -f 在 Ubuntu 轻松安装 TeamViewer,运行 阅读全文
posted @ 2017-07-17 17:46 szllq2000 阅读(752) 评论(0) 推荐(0)

解决mac 10.11 以后 无法使用未签名第三驱动

摘要: 解决 最新版 mac 系统 无法使用未签名第三驱动 10.12.多 我的情况是 10.11.4 Beta (15E27e) 使用绿联usb网卡不正常.下面的命令为检测驱动是否装载的一些命令.sudo kextload /Library/Extensions/AX88772.kext 报错: fail 阅读全文
posted @ 2017-07-17 17:45 szllq2000 阅读(367) 评论(0) 推荐(0)

how to verify email address

摘要: 1. nslookup q=mx gmail.com 2. telnet server 25 HELO 命令和 EHLO 命令 SMTP 协议规定,连接成功后,必须向邮件服务器提供连接的域名,也就是邮件将从哪台服务器发来。 五、MAIL FROM 命令 然后,连接者要使用MAIL FROM命令,向邮 阅读全文
posted @ 2017-07-02 08:35 szllq2000 阅读(454) 评论(0) 推荐(0)

centos7 iptables/firewalld docker open port

摘要: here are multiple "hackish" ways to do it: scan kernel logs, as mentioned by Jiri (but you have to do it right after starting the container, otherwise 阅读全文
posted @ 2017-06-29 16:04 szllq2000 阅读(270) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 56 下一页