文章分类 -  OS/Linux/GLib

GLib Intro - G_DEFINE_TYPE and g_object_new
摘要:1. G_DEFINE_TYPE#define G_DEFINE_TYPE(TN, t_n, T_P) G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, {}) #define G_DEFINE_TYPE_WITH_CODE(TN, t_n, T_P, _C_) _G 阅读全文

posted @ 2019-11-01 16:12 fanbird2008 阅读(352) 评论(0) 推荐(0)

Valgrind Intro - Example 01
摘要:valgrind --xtree-memory=allocs --leak-check=full ./Sample 阅读全文

posted @ 2019-06-11 10:17 fanbird2008 阅读(89) 评论(0) 推荐(0)

Install Nvidia Driver Problem Solution
摘要:1. https://forums.linuxmint.com/viewtopic.php?t=281922 2. cat /proc/driver/nvidia/version NVRM version: NVIDIA UNIX x86_64 Kernel Module 418.67 Sat Ap 阅读全文

posted @ 2019-05-30 12:28 fanbird2008 阅读(136) 评论(0) 推荐(0)

NVIDIA Intro - Review infos
摘要:1. lshw 1.1 lshw 1.2 lshw -C display 1.3 lshw -C cpu 2. cat /proc/cpuinfo 3. nvidia-smi 4. lspci 5. dmidecode 6. sudo apt install mesa-utils sudo glxi 阅读全文

posted @ 2019-05-30 10:52 fanbird2008 阅读(77) 评论(0) 推荐(0)

Unix Command Intro
摘要:addgroup --quiet --system jettyadduser --quiet --system --ingroup jetty --no-create-home --disabled-password jettyusermod -c "Jetty 9" -d /opt/jetty9 阅读全文

posted @ 2017-09-25 09:44 fanbird2008 阅读(58) 评论(0) 推荐(0)

导航