Geoip可视化攻击图谱:打造专属的炫酷风
Geoip可视化攻击图谱可以用于实时显示您正在遭受的网络攻击,它会跟踪系统日志文件,解析出日志里的源IP、目的IP、源端口和目的端口。 介绍 该工具的可视化机制会根据 常见端口进行细分,通过不同 的协议 类型进行颜色区别。 Geoip可视化攻击图谱 项目的诞生,需要特别感谢Sam...
View ArticleCycle-accurate NES emulator in ~1000 lines of code
LaiNES Compact, cycle-accurate NES emulator in ~1000 lines of C++. Requirements LaiNES should run on any Unix system that is compatible with the following tools. SConstruct C++11 compatible compiler...
View ArticleLinux Kernel 4.4.35 LTS发布
摘要: 今天linux Kernel 4.8稳定版迎来维护更新的同时,Greg Kroah-Hartman还宣布了Linux Kernel 4.4长期支持分支的第35个维护版本更新。和上个版本同样相隔5天时间,因此并未带来太大的调整,根据短日志显示共计对34个文件进行调整,插入309处删除102处。 Greg Kroah-Hartman说道:“Linux Kernel 4.4.35...
View ArticleLinux Kernel 4.4.35 LTS Hits the Streets with x86 Improvements, Updated Drivers
Immediately after announcing the release of linux kernel 4.8.11 , renowned Linux kernel maintainer Greg Kroah-Hartman informed the community about the availability of the thirty-fifth maintenance...
View ArticleMicrosoft update servers left all Azure RHEL instances hackable
Microsoft has patched flaws that attackers could exploit to compromise all Azure Red Hat Enterprise linux (RHEL) instances. Software engineer Ian Duffy found the flaws while building a secure RHEL...
View ArticleChakra GNU/Linux Users Get KDE Plasma 5.8.4, Apps 16.08.3, and Frameworks 5.28.0
On November 27, 2016, Chakra GNU/linux developer Neofytos Kolokotronis informs the community about the availability of a set of new software updates for the rolling distro originally based on Arch...
View Article教你在 Linux 上使用 Calibre 创建电子书
教你在 linux 上使用 Calibre 创建电子书 一点号Linux资讯速推2小时前 在 Linux 上创建一本电子书 要创建一本电子书,你可能需要两个软件:一个文本处理器(当然,我使用的是LibreOffice)和 Calibre 。Calibre 是一个非常优秀的电子书阅读器,也是一个电子书库的程序。你可以使用它来在Linux上打开ePub文件或者管理你收集的电子书。(LCTT...
View Articlealecmuffett/the-onion-diaries - A Basic "Production" Ubuntu Server for Onion ...
A Basic "Production" Ubuntu Server for Onion Sites (c) 2016 Alec Muffett - licensed under CC-BY-SA-4.0 Goals: create a fully up-to-date Ubuntu instance with automatic security patches (network access...
View ArticleUnder the rules of Sociometry
Under the rules of Sociometry Track, find, mining, parsing & analyzing data from social networks. Software provides nimble operations with web-data. Current state: minimum viable product (MVP)....
View Articlevim-go 1.11 发布,Vim 的 Go 开发插件
vim-go 1.11 发布了,vim-go 是 Vim 的 Go 开发插件。 更新如下: 改进: Add statusline support for :GoMetaLinter [gh-1120] Add new g:go_updatetime setting to change the default updatetime (which was hardcoded previously)...
View ArticleLinux文件查找命令
linux系统文件查找 使用linux系统难免会忘记文件所在的位置,可以使用以下命令对系统中的文件进行搜索。 locate命令: locate命令其实是“find...
View ArticleSkype for Linux Alpha 1.13发布:支持发送短信
尽管linux桌面操作系统有着很高的生产力和安全性,但其在软件和功能的丰富程度上仍无法与windows 10和macOS Sierra相比,比如Microsoft Office和Adobe Photoshop。 好消息是,微软刚刚发布了Skype for Linux 1.13版本,允许从该平台上发布文本短信。 此前,尽管Google...
View ArticleLinux Apache GCC binutils elf .com a.out binary loader blob freedom Ralph...
Apache Nullam scelerisque vitae leo et laoreet. Nunc scelerisque interdum mauris, varius feugiat augue luctus a. Nulla pellentesque in neque maximus tempor. Duis commodo leo mi, ut ultricies sem...
View ArticleUCloud-201611-007: NTP DoS高危漏洞安全预警 | U刻
UCloud-201611-007: NTP DoS高危漏洞安全预警 2016年11月28日 栏目:安全资讯 尊敬的UCloud用户: NTP官方发布新版本,修复了多个安全漏洞,其中包含1个DoS高危漏洞(CVE-2016-9311),此漏洞只影响启用了trap服务的windows系统。 默认配置下的UCloud云主机不在影响范围之内 ,请检查自身业务是否受影响,并及时升级。 影响范围...
View ArticleBash Prompt -PS1
Some students in my SEC542 SANS class noted the funky Bash shell prompt I have for my terminal windows and wanted me to share it. So, this is a post to share it. My Bash shell prompt is:...
View ArticleNTP拒绝服务漏洞(CVE-2016-9312)
NTP拒绝服务漏洞(CVE-2016-9312) 发布日期:2016-11-24 更新日期:2016-11-28 受影响系统: NTP NTP < 4.2.8p9 描述: CVE(CAN) ID: CVE-2016-9312 Network Time Protocol(NTP)是用来使计算机时间同步化的一种协议。...
View ArticleLinux / Mac 下 基本的 bash shell 命令详解
linux / Mac 下 基本的 bash shell 命令详解 前言 本篇主要介绍了在Linux / Mac 系统下,一些基本的bash shell命令。 遍历目录 cd cd destination cd命令可以带单个参数destination,用以制定你想切换到的目录名。如果用户没有指定目标路径,将会切换到当前用户主目录。 目录路径参数可以使用两种方式表达: 绝对文件路径...
View ArticleLinux 基础教程――命令行基础
1.如何编写命令 1)命令与程序 linux命令: 用于实现某一类功能的指令或程序 命令的执行依赖于解释器(eg:/bin/bash) Linux命令的分类: 内部命令:属于Shell解释器的一部分 外部命令:独立于Shell解释器之外的程序文件 检查命令类型: type 检查命令字类型 type name eg: 类型 含义 builtin Shell内建命令 file 磁盘文件,外部命令...
View ArticleApplication Pauses When Running JVM Inside Linux Control Groups
linux cgroups -based solutions (e.g., Docker , CoreOS ) are increasingly being used to host multiple applications on the same host. We have been using cgroups at LinkedIn to build our...
View ArticleDocker 1.13.0 RC2 Supports Building of Docker DEBs for Ubuntu 16.10 on PPC64LE
Two weeks ago, we discussed here the upcoming features of the Docker 1.13.0 open-source and cross-platform application container engine as part of the new version's first Release Candidate build . And...
View Article