上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 61 下一页
摘要: cd C:\Program Files\OpenVPN\binopenvpn --genkey --secret ..\config\ta.key init-config vars clean-all ..\bin\openvpn --genkey --secret keys\ta.key buil 阅读全文
posted @ 2019-06-28 17:53 MoonXu 阅读(14) 评论(0) 推荐(0) 编辑
摘要: .section .data.section .text.global _start.global fun_start: pushl $5 call fun addl $4, %esp movl %eax, %ebx movl $1, %eax int $0x80.type fun, @functi 阅读全文
posted @ 2019-06-27 23:32 MoonXu 阅读(159) 评论(0) 推荐(0) 编辑
摘要: .section .data.section .text.global _start_start: pushl $5 pushl $4 call fun addl $8, %esp pushl %eax pushl $7 pushl $2 call fun addl $8, %esp popl %e 阅读全文
posted @ 2019-06-27 18:18 MoonXu 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 横向分割显示: $ vim -o filename1 filename2 纵向分割显示: $ vim -O filename1 filename2 ctl w w 切换文件 $ vim -o filename1 filename2 纵向分割显示: $ vim -O filename1 filenam 阅读全文
posted @ 2019-06-27 16:15 MoonXu 阅读(377) 评论(0) 推荐(0) 编辑
摘要: as --32 --gstabs -o power.o power.s ld -m elf_i386 -o power power.s 执行 as 命令时带上参数 --gstabs 可以告诉汇编器在生成的目标代码中加上符号表,同时需要注意的是, 在用 ld 命令进行链接时不要加上 -s 参数,否则目 阅读全文
posted @ 2019-06-27 09:53 MoonXu 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 错误的命令:sudo apt-get install nvidiar-430好多教程都是这样 sudo apt-get install nvidia-driver-430 很奇怪这个命令变成这样 https://www.mvps.net/docs/install-nvidia-drivers-ubu 阅读全文
posted @ 2019-06-24 17:33 MoonXu 阅读(2192) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get install gcc-multilib sudo apt-get install g++-multilib gcc -m32 -S a.c -o a.s gcc -m64 -S a.c -o a1.s 阅读全文
posted @ 2019-06-24 16:41 MoonXu 阅读(224) 评论(0) 推荐(0) 编辑
摘要: sudo dpkg-reconfigure gdm3 阅读全文
posted @ 2019-06-21 16:03 MoonXu 阅读(5295) 评论(0) 推荐(0) 编辑
摘要: 启动按shfit (或者ctl shift f1) 然后光标在第一行按e 倒数第二行末尾添加quiet splash $vt_handoff 3 然后按CTRL+X或F10引导系统,启动之后就是命令行模式了 阅读全文
posted @ 2019-06-21 10:39 MoonXu 阅读(2667) 评论(0) 推荐(0) 编辑
摘要: sudo vi /etc/network/interfaces 2 auto lo 3 iface lo inet loopback auto eth0iface eth0 inet dhcp 4 auto ens33 5 iface ens33inet static 6 address 192.1 阅读全文
posted @ 2019-06-21 09:50 MoonXu 阅读(317) 评论(0) 推荐(0) 编辑
上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 61 下一页