自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 linux 复制磁盘 dd

$ dd if=/dev/sda of=/dev/sdb bs=64Mif=FILE read from FILE instead of stdinof=FILE write to FILE instead of stdoutbs=BYTES read and write up to BYTES bytes at a time (default: 512); overrides ibs and obs ibs=BYT

2020-12-26 20:50:23 163

原创 如何在内核中读写仅提供物理地址的寄存器 ioremap

void __iomem *map_base=0; # __iomem is useless, just for scalability and flexibility.#if 1 printk(KERN_ERR "ioremap start\n"); map_base = ioremap_nocache(0x(physical address of registers base address), 0x1000(分配大小)); printk(KERN_ERR "ioremap base:

2020-12-19 23:34:07 291 1

原创 从skb结构中获取packet的ipv4地址

# this piece of code in the clean_rx_irq function#if 0# similar logic to the another article of mine (need a little adaption)--> [从skb结构中获取packet的mac地址](https://editor.csdn.net/md/?articleId=111411995)# use the %pI4 instead of %pM#endif e1000_r

2020-12-19 23:23:27 346 1

原创 从skb结构中获取packet的mac地址

#if 1 // mac src. this piece of code in the clean_rx_irq function. skb_reset_mac_header(skb); struct ethhdr *mh0 = eth_hdr(skb); printk(KERN_ERR "mac src: %pM, 0x%x, dest: %pM, 0x%x", mh0->h_source, *(unsigned int*) mh0->h_source, mh0->h

2020-12-19 23:15:30 903 1

原创 windows sublime 获取outline view

ctrl + r (windows)

2020-12-11 22:57:44 512

原创 how to use multipass for ubuntu

# Launch an instance (by default you get the current Ubuntu LTS)multipass launch --name ubuntu-lts# Run commands in that instance, try running bash (logout or ctrl-d to quit)multipass exec ubuntu-lts -- lsb_release -a*********************************

2020-12-06 22:46:53 280

slavoj-zizek-the-sublime-object-of-ideology.pdf

slavoj-zizek-the-sublime-object-of-ideology.pdf

2023-05-29

Hegel-Phil-of-Right.pdf

Hegel-Phil-of-Right.pdf

2023-05-29

schelling-system-of-transcendental-idealismpdf-pdf-free.pdf

schelling-system-of-transcendental-idealismpdf-pdf-free.pdf

2023-05-29

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除