Quantcast
Channel: CodeSection,代码区,Linux操作系统:Ubuntu_Centos_Debian - CodeSec
Browsing all 11063 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

QEMU '/hw/usb/redirect.c'拒绝服务漏洞(CVE-2016-9907)

QEMU '/hw/usb/redirect.c'拒绝服务漏洞(CVE-2016-9907)发布日期:2016-12-26更新日期:2016-12-26受影响系统:QEMU QEMU描述: BUGTRAQ ID: 94759CVE(CAN) ID: CVE-2016-9907QEMU是一款开源模拟器软件。支持'USB redirector usb-guest...

View Article


Image may be NSFW.
Clik here to view.

QEMU 'virtio-gpu-3d.c'信息泄露漏洞(CVE-2016-9908)

QEMU 'virtio-gpu-3d.c'信息泄露漏洞(CVE-2016-9908)发布日期:2016-12-26更新日期:2016-12-26受影响系统:QEMU QEMU描述: BUGTRAQ ID: 94761CVE(CAN) ID: CVE-2016-9908QEMU是一款开源模拟器软件。支持'Virtio GPU...

View Article


Image may be NSFW.
Clik here to view.

QEMU 'qemu-char.c' 拒绝服务漏洞(CVE-2016-9923)

QEMU 'qemu-char.c' 拒绝服务漏洞(CVE-2016-9923)发布日期:2016-12-26更新日期:2016-12-26受影响系统:QEMU QEMU描述: BUGTRAQ ID: 94827CVE(CAN) ID:...

View Article

Even my mother can run Linux

My mother, voluntarily and expertly, is now using Ubuntu linux on her computer. The computer is a 2007 ThinkPad my uncle had lying around. Unlike her 2007 MacBook running MacOS, which is now incapable...

View Article

Interesting corners of SFTP

January 11, 2017 is an auspicious day in tech history. No, I'm not talking about the 10 year anniversary of the iPhone announcement, I'm talking about with much more impact: today marks a decade since...

View Article


回顾2014,展望2015

我的历年总结 回顾2014,展望2015 正文开始 从2015年的1月份开始,由于一些杂七杂八的事情及一些客观原因,导致在工作和学习上的精力和劲头逐渐下降,这是个危险的信号,一个自我放纵的危险信号。 一个人,要勇于总结回顾过去,善于展现发掘未来。仅以此文为长鞭,以冕自身。 回顾2014 2013年末,我从上海群硕软件离职,正式摆脱万年乙方的尴尬境地,并发誓再也不会染指外包企业。...

View Article

Image may be NSFW.
Clik here to view.

How to use Pulse to manage sound on Linux

It happens to everyone, and usually only when it matters the most. You might be gearing up for a family Christmas video chat, settling in for a movie night on your big screen TV, or getting ready to...

View Article

Image may be NSFW.
Clik here to view.

3 to-do list managers for the Linux command line

There are dozens, if not more, tools out there that can help you manage your ever-expanding lists of tasks and to-dos. If you want to manage your tasks like a techie, or just feel like going back to...

View Article


Image may be NSFW.
Clik here to view.

Finding Evasive System Level Bugs Using Memory Consistency Algorithm

Over Easter weekend in 2015 there was a jewelry heist at the safe deposit building at Hatton Gardens in London. The safe deposit vault was in the basement of a building and is used by jewelers in the...

View Article


Image may be NSFW.
Clik here to view.

Bash: Enable rsyslog support to record command history in CentOS

In this post, we show how to patch the default release of bash in CentOS-7.3 to enable built-in support of Rsyslog, in order to send command history to a central log server. THis is helpful for...

View Article

Image may be NSFW.
Clik here to view.

Oi, Mint 18.1! KEEP UP! Ubuntu LTS love breeds a laggard

The linux Mint project dropped a last-minute gift during the Christmas period Mint 18.1. Mint 18.1 builds on the same Ubuntu LTS release base as Mint 18.0, the result being a smooth upgrade path for...

View Article

Image may be NSFW.
Clik here to view.

一个前端开发工程师的Vim跟IDE一样

这里是我新配置出来的 jaywcjlove/vim-web 一直在打磨中,基本上可以用了。拿出来骗 star 先上图 安装 最新版本的Vim 7.4+ 使用( brew install macvim )安装,vim 版本更新 brew install macvim --override-system-vim $ git clone...

View Article

Image may be NSFW.
Clik here to view.

Linux利用lsof命令恢复删除的文件

lsof命令 lsof命令用于查看你进程开打的文件,打开文件的进程,进程打开的端口(TCP、UDP)。找回/恢复删除的文件。是十分方便的系统监视工具,因为lsof命令需要访问核心内存和各种文件,所以需要root用户执行。 在linux环境下,任何事物都以文件的形式存在,通过文件不仅仅可以访问常规数据,还可以访问网络连接和硬件。所以如传输控制协议 (TCP) 和用户数据报协议 (UDP)...

View Article


Shell处理json数据

Shell处理json数据的方法,简单介绍一下,本文基于CentOS 6 64bit。 yum install jq #需要EPEL源 下面我们有一个config.json文件 { "USERNAME": "admin", "CLUSTERMAP_HOSTS": { "staging":{ "pc": "10.191.130.70", "app": "10.191.76.250", "wx":...

View Article

Image may be NSFW.
Clik here to view.

OnePlus 3 & 3T Bootloader Bug Makes SELinux Permissive

OnePlus’ 3 and 3T flagships, it has been discovered, have been affected by a vulnerability that can open them up to all sorts of privilege escalation attacks, but the bug requires eitherphysical...

View Article


Image may be NSFW.
Clik here to view.

Linux中fork()函数详解

一个进程,包括代码、数据和分配给进程的资源。fork()函数通过系统调用创建一个与原来进程几乎完全相同的进程, 也就是两个进程可以做完全相同的事,但如果初始参数或者传入的变量不同,两个进程也可以做不同的事。 一个进程调用fork()函数后,系统先给新的进程分配资源,例如存储数据和代码的空间。然后把原来的进程的所有值都 复制到新的新进程中,只有少数值与原来的进程的值不同。相当于克隆了一个自己。...

View Article

Mill Computing in 2017

Mill Computing in 2017 The past year First, a look back at 2016. We spent the past year in patents and software, and have come far with both. Patents: Getting a patent application through the USPTO is...

View Article


Blast from the Past: The Distributions of Debian

This post was originally published on August 21, 2009. The original can befound here. Like many of the other varieties of linux, Debian gives the end user a number of different installation choices....

View Article

Image may be NSFW.
Clik here to view.

New Linux WiFi Daemon Streamlines Networking Stack

If you’ve ever used an embedded linux development device with wireless networking, you’ve likely benefited from the work of Marcel Holtmann, the maintainer of the BlueZ Bluetooth daemon since 2004,...

View Article

Image may be NSFW.
Clik here to view.

Ubuntu下添加Intellij IDEA启动器

在 Ubuntu 下把Android Studio安装到用户目录,每次启动都是命令行浏览到对应的目录然后启动,这样太麻烦了,那么如何添加桌面启动器呢?只用在 Dash 中搜一下就能找到这该多好。 重点在这里: 创建 /usr/share/applications/studio.desktop 文件, 编辑那个文件的内容如下: [Desktop Entry] Encoding=UTF-8...

View Article
Browsing all 11063 articles
Browse latest View live