logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

VirtualBox压缩虚拟硬盘

Virtralbox使用一个Vdi文件来为虚拟机提供一个虚拟硬盘,在使用过程中,这个文件增长比实际使用要多,比如在虚拟机中,操作系统连带其他文件可能实际只占有2G空间,但到宿主机中,这个虚拟硬盘文件可能会有5G,而且最关键是即使虚拟机中删除了文件,也不会体现到VDI文件中,也就是说这个文件不会自己变小,只会越来越大,如果你有很多虚机,或者频繁的安装和卸载软件,这个问题就比较大了,所以virtual

#虚拟机#windows#数据库
linux Shell: 定时清理指定目录下大于指定大小、指定文件名的文件?

定时清理指定目录下大于指定大小、指定文件名的文件1、查找指定目录下大于(小于)指定大小、指定文件名的文件find pathname –size +filesizec –name filenamefind pathname –size -filesizec –name

#linux
编译Linux驱动程序

基于Ubuntu 12.10,编译Linux驱动程序1. 准备linux内核源码此时,我要编译的驱动是基于Ubuntu 12.10内核的,所以我下载的是其对应的内核源码包:linux_3.5.0-17.28.diff.gzlinux_3.5.0-17.28.dsclinux_3.5.0.orig.tar.gz使用命令dpkg-source -x linux_3.5.0-17

Dump Linux Memory

/** Accessing a physical memory region using mmap() on /dev/mem* Compile with 'gcc -Wall -O peeker.c -o peeker' (-O *is* mandatory)**/#include#include#include#include#inc

Patch workflow with mutt and git

Patch workflow with mutt and gitIt's easy to grab a patch from a mailing list with mutt and get it merged on your local git tree.The steps are quite simple:1. Save a copy of the e-mailmutt

到底了