`
JadeLuo
  • 浏览: 426183 次
  • 性别: Icon_minigender_1
  • 来自: 珠海
社区版块
存档分类
最新评论
文章列表
Ubuntu下使用VI编辑文件必知的常用命令http://www.linuxidc.com/Linux/2009-04/19489.htm [日期:2009-04-18] 来源:Linux社区  作者:Ubuntu整理 Ubuntu下使用VI编辑文件必知的常用命令 进入vi的命令 vi filename :打开或新建文件,并将光标置于第一行首 vi +n filename :打开文件,并将光标置于第n行首 vi + filename :打开文件,并将光标置于最后一行首 vi +/pattern filename:打开文件,并将光标置于第一个与pattern匹配的串处 vi -r file ...
Geode与Redis服务器相比的优势 Geode的主要优势是可伸缩性。Redis服务器是单线程的,而Geode支持高并发性。许多Redis客户端可以同时在Geode服务器上执行命令。 Geode支持存储过程,该过程可以在服务器上执行并将结果报告给发出请求的客户端。 Geode架构和管理功能可帮助检测和解决网络分区问题,而无需Redis客户端进行显式管理。 Geode WAN复制允许数据存储在物理上遥远的站点之间水平扩展,同时保持数据一致性。
https://www.cnblogs.com/harrymore/p/10307769.html https://www.geforce.cn/drivers/results/145265 https://www.geforce.cn/drivers/results/142963 https://www.jb51.net/article/125294.htm  
https://www.javatang.com/archives/2017/10/19/33151873.html
链接: https://pan.baidu.com/s/1smMxiKP 密码:  

mongoldb create user

https://docs.mongodb.com/v3.2/reference/method/db.createUser/   { user: "<name>", pwd: "<cleartext password>", customData: { <any information> }, roles: [ { role: "<role>", db: "<database>" } | "<role>& ...
http://ictclas.nlpir.org

vpn server install

    博客分类:
  • vpn
open vpn http://blog.csdn.net/sxhong/article/details/78934425 pptp http://blog.csdn.net/woainimax/article/details/75388842 test ok by shimo izou**.cn r00t Vc001  

http 417

    博客分类:
  • java
http://blog.csdn.net/silence1214/article/details/6647421 http 417 http://www.cnblogs.com/walle2014/p/3815490.html  

Linux安全

Linux下反弹shell方法
xfrp ngrok
"chromium-args" : "--allow-running-insecure-content --ignore-certificate-errors --disable-web-security --enable-file-cookies --load-plugin=plugins\\Screenshot.dll"  
http://blog.csdn.net/dobell/article/details/55047811   http://justcoding.iteye.com/blog/1927891  
https://www.hexcode.cn/article/show/java-wol  

websocket run shell

    博客分类:
  • java
<!DOCTYPE html> <html> <head> <title>Testing runshell</title> </head> <body> <script type="text/javascript"> var webSocket = new WebSocket('ws://izouxiang.cn:8080/club/ws'); webSocket.onerror = function(event) { onError(event ...
Global site tag (gtag.js) - Google Analytics