09 2017 档案

network command assistant
摘要:这篇文章收集了久经考验靠谱的命令,也收集了几个比较新的命令。多数命令都可以在图形桌面执行,即使是没什么终端使用经验的Linux用户也会常常执行命令来使用ping或是其它的网络诊断工具。 1.curl & wget 使用curl或wget命令,不用离开终端就可以下载文件。如你用curl,键入curl 阅读全文

posted @ 2017-09-28 11:14 szllq2000 阅读(323) 评论(0) 推荐(0)

gnome,xfce,unity,vncserver chinese,jvm locale language
摘要:__________________________ yum search vnc-server sudo yum install tigervnc-server vncserver -list yum install xauth sudo yum install xclock xclock -di 阅读全文

posted @ 2017-09-19 10:31 szllq2000 阅读(377) 评论(0) 推荐(0)

proxy ubuntu proxy--http://jingyan.baidu.com/article/8cdccae9913470315513cd70.html
摘要:apt-get 设置代理 proxy 方法 方法一 :这是一种临时的手段,如果你仅仅是暂时需要通过http代理使用apt-get,你可以使用这种方法。 在使用 apt-get 之前,在终端中输入以下命令: export http proxy=http://yourproxyaddress:proxy 阅读全文

posted @ 2017-09-19 10:00 szllq2000 阅读(459) 评论(0) 推荐(0)

Ubuntu proxychains && setProxy及 unsetProxy
摘要:https://www.socks-proxy.net/ (ubuntu proxy )[ 最近用各种脚本下载东西的时候发现有的站点需要当地IP才能下,比如.....nico, youtube等;所以就找了下能在终端用socks5代理的工具,最后找到了proxychains,从此再无压力=w= pr 阅读全文

posted @ 2017-09-18 15:02 szllq2000 阅读(784) 评论(0) 推荐(0)

console access jquery--------json
摘要:jq = document.createElement('script'); jq.src = "file:///home/liulqiang/jquery.js"; document.getElementsByTagName('head')[0].appendChild(jq); jQuery.n 阅读全文

posted @ 2017-09-16 16:47 szllq2000 阅读(200) 评论(0) 推荐(0)

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)