Friday, November 1, 2019

完美黑苹果配置清单及安装教程

1. 配置清单
处理器 i7 8700/8700k/i5 8500/8500k (无核显版的不要买)
显卡 蓝宝石 RX560/RX580/AMD* (一定要买 OC 版,最好不要买 Nvidia 的)
主板 华硕 TUF B360M-PLUS GAMING S/* (其他未经测试)
硬盘 三星 860 EVO/*(其他未经测试)
内存 金士顿骇客神条 DDR4 2400/*(最好 2400MHz 的)

Saturday, October 26, 2019

github资料汇总

1 、后端技能汇总
https://github.com/xjjdog/javaok

《必看!java后端,亮剑诛仙》。java发展路线技术要点。根据基础、Java基础、Java进阶给分了下类,挑的也都是最常用最重要的工具。对于初、中学者,是不可多得的指引性文章。本仓库最近提交,属于王婆卖瓜类型。

star: 500

Saturday, October 19, 2019

How To Connect AWS RDS With PhpMyAdmin(Debian)

STEP 1. Updating Packages.

# apt-get update
STEP 2. Installing Web Server.
# apt-get install apache2 -y
STEP 3. Installing Mysql-Server.
# apt-get install mysql-server -y
STEP 4. Installaing php5.
# apt-get install php5-cgi -y
STEP 5. Installing PhpMyAdmin.

Friday, October 18, 2019

用cloud flare的worker搭建一个免服务器,免域名的翻墙网站

可以用cloud flare的worker搭建一个免服务器,免域名的谷歌镜像,走cloud flare的cdn,国内一般走香港或者新加坡线路,拿来搜索一下,总比百度好。
GitHub地址:
https://github.com/Siujoeng-Lau/WorkersProxy
作者搭建的示例:
https://cdn.reverse-proxy.live

首先需要注册一下cf账号:https://dash.cloudflare.com
复制大佬的GitHub项目上index.js的代码:
https://github.com/Siujoeng-Lau/WorkersProxy/blob/master/index.js
Start building,取一个子域名,Create a Worker创建一个worker,免费版每天有10万个调用限制,如果自己用怎么着都够用了。

Monday, October 14, 2019

SOLVED: WordPress JetPack Error Updating Settings – FetchNetworkError

One of my sites met this issue for a couple of months already. I have tried to uninstall / re-install this JetPack plug-in many times, but could not fix it until saw this article. For me, the solution 2 - Install Really Simple SSL works.

After installed and activate plug-in - Really Simple SSL, you will have to activate SSL for your site in the plug-in.
===========================================================
https://www.urtech.ca/2019/06/solved-wordpress-jetpack-error-updating-settings-fetchnetworkerror/

WordPress JetPack Error updating settings - FetchNetworkErrorWe run more than a dozen sites with nearly all of the configured the same way but one of our sites kept erroring out with “WordPress JetPack Error Updating Settings – FetchNetworkError” when we were trying to change settings in JetPack.
We suspect this error is related to our use of SSL via the CloudFlare CDN (Content Delivery Network) but were not able to prove it,

Tuesday, October 8, 2019

Azure学生订阅免费配额完全使用操作



Azure学生订阅包含有2个免费主机,但大部分人只会用到一个,而且默认情况下并不是真的完全免费。

为什么不是完全免费呢?
原因在于Azure的系统盘并不是像国内云是免费赠送的,他的系统盘也是要单独收费的,这就造成默认情况下创建好的b1s免费实例,实际使用中还会产生一些系统盘的费用。

这个系统盘的费用能不能也节省掉?
可以的,我们还有2个免费的64G磁盘,就是来给两个免费主机配套用的。
如何使用这两个免费磁盘呢?
linux主机默认情况下系统盘是30G,windows是120G,我们要做的就是把这个系统盘改成免费的64G的。
对于linux主机,可以直接创建,然后停止后修改磁盘大小。
对于windows,因为磁盘只能向上扩,不能缩小,所以windows的只能选择smalldisk系列的镜像,创建好后停止后修改磁盘大小。

Saturday, October 5, 2019

一些免费而且好用的图床工具

图床



Postimage 是一款来自国外的图床工具,支持按照一定大小缩放图片及设置图片自动删除。在上传完成后,Postimage 会为你生成多种链接格式以满足不同需求。令人眼前一亮的是,Postimage 还会生成一个用于删除当前图片的链接,你只要访问那个链接即可将图片删除。
    除了支持网页上传外,Postimage 也提供了 Windows 客户端。你可以在 这里 下载它的桌面客户端,支持直接将本地文件上传到 Postimage、截图上传等功能。Postimage 在测试中的表现不错,GIF 耗时 4 秒。或许是因为进度条的原因,PNG 的耗时要比其他工具稍长一点,但仍在可接受的范围内。Postimage 对文件大小暂时不设限,但官方的会对频繁传输大量图片的可疑账号进行监控甚至封禁。postimage 适合作为主力图床使用,如果你是身在海外的时差党,它或许会比国内图床更适合你。  https://postimages.org/



  • ImgURL 是由国内独立开发者制作的图床工具,已在 GitHub 开源。ImgURL 支持拖拽、粘贴等多种上传方式。在上传测试中,GIF 耗时 5 秒,PNG 实现秒传,处于可接受的范围内。

ImgURL 的图片编辑功能着实让人眼前一亮。在你上传了一张图片后,你可以对其进行裁切、压缩,甚至是添加水印的操作。除了可以将图片导出为 URL 外,ImgURL 还支持选择 HTML、Markdown 等格式。
ImgURL 对游客做出了上传限制。每日仅支持上传 10 张照片,每张照片的大小不能超过 5M,适合上传图片不多的用户。

Monday, September 16, 2019

Eight Tools to Track Registry and File Changes Plus other Two

Found this article is helpful and collected to here for future use. Original post is at
https://www.raymond.cc/blog/tracking-registry-and-files-changes-when-installing-software-in-windows/2/


1. Regshot unicode
Regshot is a long running utility that can quickly take a before and after snapshot of the system registry. Also in the more recent unicode version it’s gained the ability to monitor for file changes using CRC32 and MD5 file checksums although this function is turned off by default and you have to go to File -> Options -> Common Options -> and tick “Check files in the specified folders” to enable it.
Only the Windows folder is entered into the list of watched folders so you have to enter any others yourself through the Folders tab. This version also added the Connect to remote registry option.
RegShot

Friday, September 6, 2019

HELK:一款具有高级分析功能的漏洞挖掘平台

HELK的工具,它是一款具有高级分析能力的Hunting ELK(Elasticsearch, Logstash, Kibana)。
15192163199338.png

目标

1.   给安全社区提供一个免费的漏洞Hunting平台,并共享一些基本的安全威胁以及漏洞挖掘信息;
2.   帮助社区了解大量事件日志,并在漏洞Hunting的过程中给可疑事件添加更多的上下文信息;
3.   缩短部署ELK栈的时间;
4.   帮助社区以更加简单更加经济的方式改进漏洞挖掘测试用例;
5.   通过Apache Spark、GraphFrames & JupyterNotebooks启用数据科学分析;

YouTube Channel