上一页 1 2 3 4 5 6 7 8 ··· 18 下一页
摘要: 转自:https://www.cnblogs.com/wq242424/p/10402428.html 有时会由于某些原因(CPU过热?Mem占用过高?)导致centos7.x图形界面卡死,下面是解决办法,此方法不会关闭你打开的terminal。 1. 首先top命令查看gnome-shell的PI 阅读全文
posted @ 2021-06-16 17:31 阿C 阅读(2877) 评论(0) 推荐(0) 编辑
摘要: 一、VirtualBox虚拟介质管理器调整虚拟硬盘空间大小 二、GParted调整LVM分区大小 3、命令行调制LVM卷大小 [root@localhost ~]# vgs VG #PV #LV #SN Attr VSize VFree centos 1 3 0 wz--n- <299.00g 45 阅读全文
posted @ 2021-06-11 16:09 阿C 阅读(342) 评论(0) 推荐(0) 编辑
摘要: https://snapcraft.io/install/notepadqq/centos sudo yum install epel-releasesudo yum install snapdsudo systemctl enable --now snapd.socketsudo ln -s /v 阅读全文
posted @ 2021-06-08 09:14 阿C 阅读(43) 评论(0) 推荐(0) 编辑
摘要: 转自: https://zhuanlan.zhihu.com/p/151853503 在Windows 10升级到2004版本以后,自带的Windows subsystem for linux也可以升级至第二代也就是wsl2,它的轻量和不低的性能,使得它成为虚拟机的有力替代品,可以在不安装linux 阅读全文
posted @ 2021-04-17 13:28 阿C 阅读(1531) 评论(0) 推荐(0) 编辑
摘要: #include<glib.h> static void test_function(gpointer data, gpointer user_data) { int i; i = GPOINTER_TO_INT(data); g_print("test function %d\n",i); } i 阅读全文
posted @ 2021-03-29 15:00 阿C 阅读(159) 评论(0) 推荐(0) 编辑
摘要: glibc和libc都是Linux下的C函数库:libc是Linux下的ANSI C函数库,glibc是Linux下的GUN C函数库。glib是用C写的一些工具,即C的工具库,和libc/glibc没有关系。GLib是一个跨平台的、用C语言编写的五个底层库的集合,为GNOME所使用。 GLib起初 阅读全文
posted @ 2021-03-29 09:31 阿C 阅读(5377) 评论(0) 推荐(2) 编辑
摘要: 原文地址:http://blog.chinaunix.net/uid-17188120-id-2820866.html 1.通过已经连接的socket文件获取 int getpeermac( int sockfd, char *buf ) { int ret =0; struct arpreq ar 阅读全文
posted @ 2021-03-01 15:31 阿C 阅读(1374) 评论(0) 推荐(0) 编辑
摘要: 解决方案:https://docs.microsoft.com/nl-nl/windows/wsl/wsl2-kernel https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi 下载安装包然后安装即可解决问题 阅读全文
posted @ 2020-09-05 10:34 阿C 阅读(753) 评论(0) 推荐(0) 编辑
摘要: 请确保根目录的权限0755,如果不是,在root账号下执行: chmod 0755 / 阅读全文
posted @ 2020-07-17 15:37 阿C 阅读(1820) 评论(0) 推荐(1) 编辑
摘要: cd 到磁盘分区跟目录 su cpio -idv </home/arci/Xilinx/PetaLinux/hdmi_test/images/linux/rootfs.cpio sync 阅读全文
posted @ 2020-05-25 16:41 阿C 阅读(492) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 18 下一页