- 博客(12)
- 收藏
- 关注
转载 剪切板方面的好文
剪切板方面的好文:https://laurent.modolo.fr/notes.phpThere exist two buffers to perform copy and paste operations in Xorg: the selection buffer and ...
2019-03-08 10:05:00
152
转载 several ways playing a mp4 video using gst-launch
gst-launch-1.0 uridecodebin uri= file:///home/zuo/Videos/1490881276537.mp4 ! autovideosinkgst-launch-1.0 filesrc location= /home/zuo/Videos/149088...
2018-05-07 13:18:00
186
转载 Video BIOS
1, 显卡中的bios。Video BIOS is the BIOS of a graphics card in a (usually IBM PC-derived) computer. It also implements Int 10h interrupt[1] for basic te...
2018-04-10 14:41:00
1610
转载 一个优盘弹出测试脚本
这是我写的用于模拟测试优盘插拔的程序。#!/bin/bashwhich sg_inqif [[ $? -eq 1 ]];thentar xf sg3_utils-1.42.tgzcd sg3_utils-1.42./configuremakesudo make install...
2018-03-13 17:45:00
274
转载 翻译:GtkPaned 的说明
DescriptionGtkPaned has two panes, arranged either horizontally or vertically. The division between the two panes is adjustable by the user by dra...
2018-03-13 10:15:00
235
转载 打出来的deb是空的
下面是dpkg-buildpackage最后的输出信息:这里输入引用文本fakeroot debian/rules binarydh_installdebinstall -d debian/dia-common/DEBIANinstall -d debian/dia/DEBIANs...
2018-03-06 17:59:00
336
转载 转: 内核文件定义
vmlinuz Definitionvmlinuz is the name of the Linux kernel executable.A kernel is a program that constitutes the central core of a computer operat...
2018-03-05 09:18:00
201
转载 遇到的git的奇怪现象
今天遇到两个怪事1, 在机器A(162.80)上zuo@zuo-ThinkStation-P300:~/now/dia$ git add dia_0.97.3.orig.tar.bz2fatal: unable to deflate new object 7c41305ce14fa1c9...
2018-03-02 17:02:00
607
转载 debian rules 等文件的解读
control文件是为包管理工具准备的,比如apt show命令的输出就来自于这个文件。 control 文件是 dh_make 命令为我们创建的。相对难理解的是Build-Depends 项, 列出了编译此软件包需要的软件包。要找出编译你的软件所需的软件包可以使用这个命令:$ dpkg-d...
2018-03-01 15:11:00
3008
转载 debian类操作系统的livecd安装盘的半路加载
在制作安装盘的时候,有这么一种需求:软件模块A不能集成进去、但是有时候没有有不行。那么怎么办呢?因为只有在特定的条件下才需要软件模块A,那么我们可以在安装盘启动过程中检查这个条件是否满足,如果满足再临时安装进来就可以了。具体来讲,debian类的安装盘都有一个ubiquity.servic...
2018-02-01 12:27:00
587
转载 纪念Solaris
SLAB 分配器源于 Solaris 2.4 的分配算法。 转载于:https://my.oschina.net/hudson/blog/807097...
2016-12-16 14:12:00
92
转载 我的博客
http://www.eu-linux.com/ 是易悠linux主页,也是我的博客,欢迎赐教! 转载于:https://my.oschina.net/hudson/blog/1...
2013-09-05 10:56:00
109
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人