
linux
柳鲲鹏
建立了编程学(编程基本功、平台化编程)、六石管理学等几个流派。
每涉及一个领域,都是顶级砖家。在这些领域中,如果遇到问题,最后肯定是搜索到本博客。
展开
-
LINUX临时添加静态路由
静态路由原创 2025-05-12 16:50:59 · 122 阅读 · 0 评论 -
Ubuntu强制安装libssl1.1
libss1.1已经被libssl3一代。有时就是需要这个东西,不安装不行。原创 2025-04-24 18:53:13 · 153 阅读 · 0 评论 -
Ubuntu社区论坛正确网址
以前的错误,正确:https://discourse.ubuntu.com/原创 2025-03-29 21:09:56 · 213 阅读 · 0 评论 -
WINDOWS hane NFS配置可写办法
配置如图:原创 2025-03-25 11:37:24 · 204 阅读 · 0 评论 -
WINDOWS NFS出错解决办法:NFS failed: Connection refused
同事那边能正常使用,发了一个安装文件。版本号一样,大小略有差异。原创 2025-03-25 10:28:49 · 208 阅读 · 0 评论 -
嵌入式交叉编译:LINUX编译tcping-1.3.5
【代码】嵌入式交叉编译:LINUX编译tcping-1.3.5。原创 2025-03-20 11:36:05 · 321 阅读 · 0 评论 -
嵌入式交叉编译:ethtool
注意配置PKG_CONFIG_PATH指向libmnl的编译结果目录。原创 2025-03-20 09:21:19 · 228 阅读 · 0 评论 -
嵌入式交叉编译:libmnl
【代码】嵌入式交叉编译:libmnl。原创 2025-03-20 09:07:54 · 232 阅读 · 0 评论 -
嵌入式交叉编译:glib(2.29.92未成功)
【代码】嵌入式交叉编译:glib(2.29.92未成功)原创 2025-03-11 18:59:21 · 191 阅读 · 0 评论 -
linux获得秒、毫秒、微秒、纳秒
【代码】linux获得秒、毫秒、微秒、纳秒。原创 2025-02-10 14:55:01 · 261 阅读 · 0 评论 -
make时指定安装目录
默认是安装系统目录下。有时候需要单独打包使用,就需要指定安装目录。原创 2025-02-07 16:06:23 · 301 阅读 · 0 评论 -
chrpath给so修改rpath失败:libWY.so: no rpath or runpath tag found.
使用patchelf。原创 2025-02-07 14:48:38 · 258 阅读 · 0 评论 -
登录Ubuntu论坛报错:Your username cannot be shorter than 1000 characters.
换个网址登录:原创 2025-01-27 11:28:52 · 247 阅读 · 0 评论 -
SHELL函数返回值,不要使用echo,要使用return
使用echo,整个函数执行的所有echo,都会返回。所以要使用return返回。原创 2025-01-27 10:17:59 · 128 阅读 · 0 评论 -
LINUX编译LibreOffice
【代码】LINUX编译LibreOffice。原创 2025-01-18 14:13:23 · 433 阅读 · 0 评论 -
dbus-launch: not found
【代码】dbus-launch: not found。原创 2025-01-15 10:29:00 · 152 阅读 · 0 评论 -
SHELL获取当前执行脚本所在路径
【代码】SHELL获取当前执行脚本所在路径。原创 2025-01-13 16:04:16 · 129 阅读 · 0 评论 -
cmake 编译:goto error: jump to label [-fpermissive]
goto语句之后,不能有新定义变量,必须放在函数开头。这个应该还是编译选项有关。我直接编译是可以的。增加-fpermissive。即使是C++也不行。原创 2025-01-13 09:20:54 · 126 阅读 · 0 评论 -
全网首发:嵌入式交叉编译libssh,正确编译脚本
注意ssh需要指定的版本。比如我编译libssh-0.11.1,需要的版本是openssl-1.1.1。原创 2025-01-12 15:33:42 · 483 阅读 · 0 评论 -
warning: libcrypto.so.1.1, needed by ../lib/libssh.so.4.10.1, not found (try using -rpath or -rpath-
只是在编译examples时出错。原创 2025-01-12 10:25:03 · 169 阅读 · 0 评论 -
GTK控件颜色外观
【代码】GTK控件颜色外观。原创 2025-01-11 09:17:52 · 90 阅读 · 0 评论 -
调用libssh接口,终端登录SSH服务器,执行命令、sftp上传、sftp下载的C代码
登录后默认路径是/root;执行命令改为/data;再执行命令发现还是/data。执行命令的channel不能复用,只能执行一次。原创 2025-01-10 10:48:03 · 170 阅读 · 0 评论 -
LINUX下载编译libX11
我下载1.8.10。1.8.4编译不过去,错误莫名其妙。原创 2025-01-05 09:10:27 · 288 阅读 · 0 评论 -
No package ‘libnotify‘ found
【代码】No package ‘libnotify‘ found。原创 2025-01-04 08:38:03 · 181 阅读 · 0 评论 -
No package ‘dbusmenu-glib-0.4‘ found
【代码】No package ‘dbusmenu-glib-0.4‘ found。原创 2025-01-03 09:44:21 · 205 阅读 · 0 评论 -
No package ‘dconf‘ found
【代码】No package ‘dconf‘ found。原创 2025-01-03 07:49:28 · 207 阅读 · 0 评论 -
ERROR: python is missing modules: packaging
【代码】ERROR: python is missing modules: packaging。原创 2025-01-02 21:02:27 · 149 阅读 · 0 评论 -
LINUX下载编译gtk
【代码】LINUX下载编译gtk。原创 2025-01-02 20:49:14 · 342 阅读 · 0 评论 -
No package ‘gtk4‘ found
【代码】No package 'gtk4' found。原创 2025-01-02 16:01:27 · 195 阅读 · 0 评论 -
No package ‘gtk+-2.0‘ found
【代码】No package ‘gtk+-2.0‘ found。原创 2025-01-02 15:14:59 · 157 阅读 · 0 评论 -
./autogen.sh: 66: gtkdocize: not found
【代码】./autogen.sh: 66: gtkdocize: not found。原创 2025-01-02 10:39:05 · 155 阅读 · 0 评论 -
libpango1.0-dev : 依赖: gir1.2-pango-1.0 (= 1.50.6+ds-2)
注意,以下操作会导致很多功能不能用。原创 2025-01-02 09:15:45 · 240 阅读 · 0 评论 -
fatal error: gtk/gtk.h: No such file or directory
【代码】fatal error: gtk/gtk.h: No such file or directory。原创 2025-01-02 09:07:58 · 261 阅读 · 0 评论 -
cannot open core-libreoffice/sources.ver: No such file
因为确实没有这个东西,也没有产生。原创 2025-01-01 20:41:08 · 138 阅读 · 2 评论 -
configure: error: Package requirements (gstreamer-1.0 gstreamer-plugins-base-1.0 gstreamer-pbutils-1
【代码】configure: error: Package requirements (gstreamer-1.0 gstreamer-plugins-base-1.0 gstreamer-pbutils-1。原创 2025-01-01 19:59:52 · 191 阅读 · 0 评论 -
you may set the environment variables GTK3_CFLAGS and GTK3_LIBS to avoid the need to call pkg-config
其实就是要安装相应的库。原创 2025-01-01 19:57:03 · 185 阅读 · 0 评论 -
configure: error: Package requirements (gtk+-3.0 >= 3.20 gmodule-no-export-2.0 glib-2.0 >= 2.38 atk
【代码】configure: error: Package requirements (gtk+-3.0 >= 3.20 gmodule-no-export-2.0 glib-2.0 >= 2.38 atk。原创 2025-01-01 19:55:04 · 123 阅读 · 0 评论 -
configure: error: X11/extensions/Xrandr.h could not be found. X11 dev missing?
【代码】configure: error: X11/extensions/Xrandr.h could not be found. X11 dev missing?原创 2025-01-01 19:18:19 · 140 阅读 · 0 评论 -
configure: error: Python headers not found. You probably want to set both the PYTHON_CFLAGS and PYTH
【代码】configure: error: Python headers not found. You probably want to set both the PYTHON_CFLAGS and PYTH。原创 2025-01-01 18:43:37 · 103 阅读 · 0 评论 -
configure: error: could not find function ‘com_err‘ required for Kerberos 5
【代码】configure: error: could not find function 'com_err' required for Kerberos 5。原创 2025-01-01 18:29:33 · 136 阅读 · 0 评论