Wesley13 Wesley13
3年前
ubuntu中使用guacamole访问远程桌面
是什么简单讲guacamole是一个支持多用协议(vnc,rdp,ssh等协议),可以用来进行远程桌面访问的客户端程序(个人理解),对于要想更深入理解的可以参见官方说明(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fguacamole.incubator.apache
Stella981 Stella981
3年前
ELk之使用kibana展示访问IP地图
  参考文档:http://blog.51cto.com/ls40905250/1915280       https://blog.csdn.net/zsjwish/article/details/79792212       https://blog.csdn.net/yanggd1987/article/details/50469113  
Stella981 Stella981
3年前
Angular 应用解决跨域访问的问题
在前后台分离的应用中,Angular与Java是一对好搭档。但是如果是分开部署应用,则势必会遇到跨域访问的问题。什么是跨域启动应用之后,有些浏览器会提示如下告警信息:No'AccessControlAllowOrigin'headerispresentontherequestedresource.
Stella981 Stella981
3年前
CentOS7配置Nginx支持HTTPS访问
1.安装git和bc  yumyinstallgitbc2.安装Nginx  1.准备:    yuminstallygcccpcrepcredevelzlibzlibdevelopensslopenssldevel  2.下载:   
Stella981 Stella981
3年前
Redis未授权访问漏洞复现学习
0x00前言前段时间看到想复现学习一下,然后就忘了越临近考试越不想复习!在这里插入图片描述(https://oscimg.oschina.net/oscnet/ec73a943a3d9e18184946ee4c4ca290e14f.jpg)常见的未授权访问漏洞Redis未授权访问漏洞MongoDB未授权访问漏
Wesley13 Wesley13
3年前
mysql ubuntu 开启3306端口,设置远程访问
远程登陆数据库的时候出现了下面出错信息:ERROR2003(HY000):Can'tconnecttoMySQLserveron'xxx.xxx.xxx.xxx',经过今天下午的反复纠结,关于MySql数据库无法远程连接的问题可以归结为以下几点:1).没有授予相应的权限:例如,你想root使用12345
Stella981 Stella981
3年前
Ngrok搭建环境映射外网访问本地
!(http://static.oschina.net/uploads/space/2016/0105/151215_OnNg_1444646.png)!(http://static.oschina.net/uploads/space/2016/0112/144706_tH0X_1444646.jpg)在开发微信公众号、企业号等需要外
Stella981 Stella981
3年前
Logstash收集nginx访问日志和错误日志
1、收集访问日志1)、首先是要在nginx里面配置日志格式化输出log_formatmain"$http_x_forwarded_for|$time_local|$request|$status|$body_bytes_sent|$request_body|$content_length|$http_ref
Stella981 Stella981
3年前
PHP获取referer判断来路防止非法访问
近期有个项目需要用到防止用户非法访问某json页面,基础解决方法就是判断来路来限制非调用访问:$\_SERVER\‘HTTP\_REFERER’\:来路链接,可能带尾巴(如:http://www.benhailong.com/oldben/1.html),可以通过php内置函数parse\_url()来获取到当前网址(www.benhailon
Wesley13 Wesley13
3年前
Java对象的创建、内存分配和访问
StudentstudentnewStudent();student.study();(1)对象的创建①检查new指令的参数是否能在常量池中定位到一个类的符号引用,检查符号引用代表的类是否已经加载、解析和初始化  类的加载机制(https://www.oschina.net/action/GoToLink?urlhttps%3