- 博客(17)
- 收藏
- 关注
原创 gnu 编译参数
-fuse-linker-plugin为了使静态库既适用于LTO优化,也适用于常规链接,请使用-flto-ffat LTO对象编译其目标文件。dpkg-buildflags --get LDFLAGS-Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -flto=auto -Wl,-z,relrodpkg-buildflags --get CFLAGS-g -O2 -ffile-prefix-map=/home/tong=. -fl
2022-05-04 14:33:51 571
原创 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 855
原创 linux 回收站
每个用户的家目录下/.local/share/Trash输入命令 tree.├── expunged├── files│ ├── 未保存文档 1(1)│ └── libX11(1).pdf└── info ├── 未保存文档 1(1).trashinfo └── libX11(1).pdf.trashinfo3 directories, 4 files目录files是原始文件输入命令 file files/libX11\(1\).pdffiles/lib...
2020-07-29 17:27:12 629
原创 linux 字体字号设置
gsettings set org.mate.interface font-name 'Noto Sans CJK SC 36' 通用字体 ,作用于菜单栏gsettings set org.mate.interface document-font-name 'Noto Sans CJK SC 36' 文档字体,暂没找到作用于哪gsettings set org.mate.interface monospace-font-name 'DejaVu sans Mono 11' 等宽字体,...
2020-06-15 09:47:45 863
原创 g_file_new_for_commandline_arg ()机器翻译
GFile*g_file_new_for_commandline_arg (const char *arg);Creates a GFile with the given argument from the command line. The value of arg can be either a URI, an absolute path or a relative path resolved relative to the current working directory. This op..
2020-05-23 09:22:32 288
原创 g_get_system_data_dirs函数(机器翻译)
g_get_system_data_dirs ()const gchar* const * g_get_system_data_dirs (void);Returns an ordered list of base directories in which to access system-wide application data.On UNIX platforms this is determined using the mechanisms described i
2020-05-22 21:08:33 299
原创 苹果系统知识记录
一刷机原理:https://www.jianshu.com/p/cb20654558eb要点:实际上,刷机过程中,数据是这么流动的:ipsw文件 --> iTunes --> iOS设备的CPU --> iOS设备的Flash/eMMCiOS设备是全盘加密的,也就是说,往Flash/eMMC里写东西要先加密。这个加密密钥写在CPU内部.cpu需要验证来自苹果服务器的固件签名虽然数字签名不能伪造,但是可以保存下来重放。前几年可以使用SHSH刷入旧版固件,就是这个原
2020-05-08 20:37:00 266
原创 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 197
原创 查看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 362
原创 gdk_display_get_n_screens
1593 /**1594 * gdk_display_get_n_screens:1595 * @display: a #GdkDisplay1596 *1597 * Gets the number of screen managed by the @display.1598 *1599 * Returns: number of screens.1600 *1601...
2020-04-26 15:16:55 342
原创 centos编译5.4.10内核
清理make clean 删除大多数的编译生成文件, 但是会保留内核的配置文件.config, 还有足够的编译支持来建立扩展模块make mrproper 删除所有的编译生成文件, 还有内核配置文件, 再加上各种备份文件make distclean mrproper删除的文件, 加上编辑备份文件和一些补丁文件。配置makefilemake menuconfi...
2020-01-13 16:24:01 1057
原创 关于64位机器的c语言中各个类型的字节数
==sizeof-a=8, sizeof-b=12, sizeof int=4==sizeof-*p=8, sizeof-short=2 sizeof char=1==sizeof long=8, sizeof -double=8, sizeof float=4#include <stdio.h>struct a{ short s; char c;...
2019-12-18 09:45:57 551
原创 ubuntu获取软件deb包形式的源代码及编译
1,更新/etc/apt/source.list,把deb-src的注释打开2,获得源码apt source cups3,解决依赖apt build-dep cups4,进入源代码目录5,制作安装包dpkg-buildpackage此命令会在上一级目录下生产deb包。6安装dpkg -i *.deb7查看包信息sudo dpkg -I cups*deb...
2019-11-22 11:19:32 2196
原创 chroot使用
本文是基于:https://www.cnblogs.com/charlieroro/p/9259675.html 的学习笔记chroot的目的是,把指定目录设为/创建一个新环境,并进入一个bash。如果希望把这个目录设为/: /home/mock1/tmproot/lib64/先进入这个目录:cd /home/mock1/tmproot/lib64/如...
2019-11-11 17:50:34 584
原创 设置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 1368
原创 关于【error: expected identifier before ‘,’ token】错误的检查
在编译项目时,发生了如下错误:In file included from trunk/be/include/nodes/JoinedTable.h:11:0, from trunk/be/include/nodes/SelectStmt.h:34, from trunk/be/include/nodes/SubPlan.h
2017-10-17 17:45:51 14981
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人