自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 ubuntu编译ecli的依赖

sudo apt install --download-only eclipse-debian-helper libcommons-jxpath-java libeclipse-core-commands-java libeclipse-core-contenttype-java libeclipse-core-expressions-java libeclipse-core-filesystem-java libeclipse-core-jobs-java libeclipse-core-n...

2025-01-13 19:04:04 488 1

原创 udev 光盘事件

插入u盘的udev事件:udevadm monitor5/target5:0:0/5:0:0:0/block/sdc (block)KERNEL[11353.629010] bind /devices/pci0000:00/0000:00:05.0/0000:06:00.0/usb1/1-4/1-4.1/1-4.1:1.0/host5/target5:0:0/5:0:0:0 (scsi)UDEV [11353.693878] add /devices/pci0000:00/0...

2022-01-05 14:51:51 881

原创 suspend vs hibernate的区别

hibernate 和 suspend

2021-12-08 10:50:48 853

原创 苹果系统知识记录

一刷机原理:https://www.jianshu.com/p/cb20654558eb要点:实际上,刷机过程中,数据是这么流动的:ipsw文件 --> iTunes --> iOS设备的CPU --> iOS设备的Flash/eMMCiOS设备是全盘加密的,也就是说,往Flash/eMMC里写东西要先加密。这个加密密钥写在CPU内部.cpu需要验证来自苹果服务器的固件签名虽然数字签名不能伪造,但是可以保存下来重放。前几年可以使用SHSH刷入旧版固件,就是这个原

2020-05-08 20:37:00 313

原创 lanchpad提交代码

参考:https://blog.csdn.net/ligerendaqiu123/article/details/50603706秘钥操作gpg --gen-keygpg --keyserver keyserver.ubuntu.com --send-key xxxxxxxxgpg --list-keygpg --fingerprint.gnupg/pubring.kbx--------------------------pub rsa3072 2099-01-01 ...

2020-05-08 19:56:20 205

原创 查看linux版本

参考:https://blog.csdn.net/weixin_39876223/article/details/81782397cat /proc/versionLinux version 5.4.0-28-generic (buildd@lgw01-amd64-036) (gcc version 9.3.0 (Ubuntu 9.3.0-10ubuntu2)) #32-Ubuntu ...

2020-05-03 15:41:22 405

原创 centos编译5.4.10内核

清理make clean 删除大多数的编译生成文件, 但是会保留内核的配置文件.config, 还有足够的编译支持来建立扩展模块make mrproper 删除所有的编译生成文件, 还有内核配置文件, 再加上各种备份文件make distclean mrproper删除的文件, 加上编辑备份文件和一些补丁文件。配置makefilemake menuconfi...

2020-01-13 16:24:01 1090

原创 关于64位机器的c语言中各个类型的字节数

struct a{short s;char c;int i;struct b {char c;int i;short s;return 0;

2019-12-18 09:45:57 588 1

原创 设置hdfs磁盘配额

设置磁盘配额命令行:hdfs dfsadmin -setQuota  5 /tmp超额的错误提示为:put: The NameSpacequota (directories and files) of directory /tmp is exceeded: quota=5 filecount=8java代码:public static void main(Str

2017-10-17 18:17:33 1710

空空如也

空空如也

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

TA关注的人

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