上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 61 下一页
摘要: ./configure prefix=/tools/libevent make sudo make install 阅读全文
posted @ 2019-07-11 16:41 MoonXu 阅读(179) 评论(0) 推荐(0)
摘要: 汇编指令都是以.开头 .align integer, pad //pad是用于填充的一般为空或0The .align directive causes the next data generated to be aligned modulo integer bytes.Integer must be 阅读全文
posted @ 2019-07-10 15:28 MoonXu 阅读(778) 评论(0) 推荐(0)
摘要: 安装vmtools后还是不显示执行以下操作//但是只有root权限才行 1:输入命令 sudo apt-get install open-vm-tools 安装工具2:输入命令 vmhgfs-fuse .host:/ /mnt/hgfs 完成设置 去除root vi /etc/fstab: 在最后添 阅读全文
posted @ 2019-07-10 14:25 MoonXu 阅读(3347) 评论(1) 推荐(1)
摘要: ifconfig-push中的每一对IP地址表示虚拟客户端和服务器的IP端点。它们必须从连续的/30子网网段中获取(这里是/30表示xxx.xxx.xxx.xxx/30,即子网掩码位数为30),以便于与Windows客户端和TAP-Windows驱动兼容。明确地说,每个端点的IP地址对的最后8位字节 阅读全文
posted @ 2019-07-09 13:19 MoonXu 阅读(1381) 评论(0) 推荐(1)
摘要: 1.set -x 或set xtrace 会显示+以及脚本中的内容(执行的部分,没执行的不显示) set -xv(脚本中所有的内容都显示,包括没执行的部分) 2.debug=3 //多层级调试 test $debug -gt 0 && echo "a"test $debug -gt 1 && ech 阅读全文
posted @ 2019-07-08 17:50 MoonXu 阅读(714) 评论(0) 推荐(0)
摘要: vi /ect/vim/vimrc set mouse=r 阅读全文
posted @ 2019-07-05 13:35 MoonXu 阅读(1593) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/marvin-notes/p/4482805.html 分类 函数属性(Function Attributes) 变量属性(Variable Attributes) 类型属性 ( Type Attributes) 函数属性 aligned alloc_ 阅读全文
posted @ 2019-07-05 11:08 MoonXu 阅读(189) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/huxinga/p/7942194.html %s/husband/丈夫/g 阅读全文
posted @ 2019-07-05 09:53 MoonXu 阅读(108) 评论(0) 推荐(0)
摘要: set hlsset nusyntax onset tabstop=4set softtabstop=4set shiftwidth=4set cindentif &term=="xterm" set t_Co=8 set t_Sb=^[[4%dm set t_Sf=^[[3%dmendif 阅读全文
posted @ 2019-07-03 19:20 MoonXu 阅读(110) 评论(0) 推荐(0)
摘要: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing sudo gedit /etc/hosts #Download 下载203.208.46.146 dl.google.com203.20 阅读全文
posted @ 2019-07-02 22:43 MoonXu 阅读(1203) 评论(0) 推荐(0)
上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 61 下一页