3个内核配置跟modules有关:CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y MODULE_FORCE_UNLOAD=y -----...
3个内核配置跟modules有关:CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y MODULE_FORCE_UNLOAD=y -----...
安装 toolchains 主要是gcc 和 make 其他的缺什么安什么 sudo apt install gcc binutils aarch64-linux-gnu-g...
bootcamp已经找不到了 ,可能被卸载了 先关机, 按开机键后立即按住win+R, 进入mac的恢复模式, 点左上角退出 就可以选择启动磁盘了 此时选择从 mac盘启动 ...
#include #include static int __init helloworld_init(void) { pr_info("Hello world initia...
在/lib/systemd/system下新建服务文件 test.service ,格式参看其他 Systemctl enable 绝对地址 可开机自启 disable ma...
wget 下载 linux 系统 .img 文件 插入要写sd卡读卡器 不挂载 fdisk -l #找到卡位置 我这里是 /dev/sdb xz -d rock-5b_ub...
#insert disk fdisk -l #show the disk name and info mkdir /mnt/mysda1 & mount /dev/sda1 ...
apt install vsftpd service vsftpd status netstat -antup | grep ftp cat /etc/vsftpd.conf...
https://www.cyberciti.biz/faq/debian-ubuntu-linux-setting-wireless-access-point/ https:...
List nearby Wi-Fi networks: $ nmcli device wifi list Connect to a Wi-Fi network: $ nmcl...
内容学自《深入理解计算机系统》 #include void *dlopen(const char *filename, int flag ); 成功返回指向句柄的指针,失败返...
1 允许ssh的网络连接 vi /etc/inetd.conf 使用ee编辑器编辑/etc/inetd.conf,去掉ssh前的#,按ctrl+c,再输入exit保存退出 编...
使用pkg pkg update pkg install gcc
#include "moveline.h" void CreateNewDrectionByClockCycle(int baseDrectionX,int baseDrec...
linux建立 vsftpd 服务 samba 服务 本机可以正常访问,有手机连接就不行!!! Service firewalld status 防火墙active! 改! ...
connections: #include #include #include #include #include #define MY_SOCK_PATH "/somepa...