These are my blogs

and also my life

论文笔记| YODA: Enabling computationally intensive contracts on blockchains with Byzantine and Selfish nodes

2019-05-14 reading 区块链

YODA: Enabling computationally intensive contracts on blockchains with Byzantine and Selfish nodes Sourav Das, Vinay Joseph Ribeiro and Abhijeet Anand ... Read More

论文笔记| Sajin Sasy, Sergey Gorbunov, Christopher W. Fletcher. ZeroTrace: Oblivious Memory Primitives from Intel SGX.

2019-05-14 reading

Sajin Sasy, Sergey Gorbunov, Christopher W. Fletcher. ZeroTrace: Oblivious Memory Primitives from Intel SGX. Network and Distributed Systems Security ... Read More

技术摘要| 现代 C99, C11 标准下的 C 语言编程

2019-04-13 coding c linux

现代 C99, C11 标准下的 C 语言编程 一、摘要 一直以来,我们所学习的 C 语言大多是 ANSI-C 标准,也就是后来被标准化的 C89 标准。在 1999 年发布的 C99 和 2011 年发布的 C11 标准在此之上,引入了许多新的特性,也解决了许多问题。因此,随着标准的发布, ... Read More

技术摘要| Atom 的第一次尝试

2019-04-09 coding atom editor

Atom 的第一次尝试 对于我来说,折腾已经成为了一种习惯了。耐不住性子的我常常会去折腾各种新的东西,编辑器、系统、浏览器这些我都会经常去尝试,去找到哪一款自己最喜爱的和效率最高的产品。 我个人对于编辑器的要求还是很高的,要能够敏捷、好用,还得长得好看。也尝试过主流的各种编辑器, ... Read More

Windows专题| Windows Server Core 管理与 PowerShell 笔记(九)———— PowerShell 面向对象脚本语言

2019-04-07 coding windows powershell

Windows Server Core 管理与 PowerShell 笔记(九)———— PowerShell 面向对象脚本语言 前面的几篇文章都是使用 PowerShell 作为主要交互脚本。在这些命令的使用过程中,已经初步体验到了面向对象的脚本语言于传统的基于文本的脚本语言的区别。这篇文章中将综 ... Read More

Windows专题| Windows Server Core 管理与 PowerShell 笔记(八)———— 计算机管理(进程、服务、日志)

2019-04-07 coding windows powershell

Windows Server Core 管理与 PowerShell 笔记(八)———— 计算机管理(进程、服务、日志) 在 Windows Server Core 中,可以按住 Ctrl+Alt+Delete 来打开任务管理器,因此可以图形化的管理进程和服务。在 PowerShell 下也有非常良 ... Read More

论文笔记| Understanding Open Ports in Android Applications: Discovery, Diagnosis, and Security Assessment

2019-04-07 reading 论文 安卓 security

Understanding Open Ports in Android Applications: Discovery, Diagnosis, and Security Assessment 作者:Daoyuan Wu, Debin Gao, Rocky K. C. Chang, En He, ... Read More

Windows专题| Windows Server Core 管理与 PowerShell 笔记(七)———— 防火墙与网络安全

2019-04-06 coding windows powershell

Windows Server Core 管理与 PowerShell 笔记(七)———— 防火墙与网络安全 这篇文章主要介绍 Windows 网络安全的相关知识。Windows Server 的工作核心是提供网络服务,因此不可避免的会有遭受攻击的风险。从这个角度说,Windows ... Read More

Windows专题| Windows Server Core 管理与 PowerShell 笔记(六)———— 文件共享

2019-04-06 coding windows powershell

Windows Server Core 管理与 PowerShell 笔记(六)———— 文件共享 一、SMB/CIFS 协议 Windows 使用 SMB/CIFS 协议来承载文件共享和打印机共享等网络共享服务。这一部分文章就将开始介绍 Windows 的文件共享相关知识和架构。主要包括文件共享设 ... Read More

Windows专题| Windows Server Core 管理与 PowerShell 笔记(五)———— 磁盘管理

2019-04-05 coding windows powershell

Windows Server Core 管理与 PowerShell 笔记(五)———— 磁盘管理 在这一部分,我们将会介绍 PowerShell 如何管理磁盘以及如何设置文件网络共享。磁盘管理是系统管理中非常重要的一部分。 本部分文章不包括分布式文件系统(DFS)。 一、磁盘管理 1.1 ... Read More