上一页 1 2 3 4 5 6 7 8 9 10 ··· 45 下一页
摘要: sudo apt-get remove --purge `dpkg --get-selections | grep i386 | awk '{print $1}'`; sudo dpkg --remove-architecture i386 阅读全文
posted @ 2018-04-24 23:24 自由出土文物 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 转自这里 一般我们用ros限速只是使用了max-limit,其实ros限速可以更好的运用。比如我们希望客户打开网页时速度可以快一些,下载时速度可以慢一些。ros2.9就可以实现。 看图片 max-limit 我们最常用的地方,最大速度 burst-limit 突破速度的最大值 burst-thers 阅读全文
posted @ 2018-04-24 14:57 自由出土文物 阅读(992) 评论(0) 推荐(0) 编辑
摘要: {ok, Cwd} = file:get_cwd(). Filelist = filelib:fold_files( Cwd, ".*", true, fun(File, Acc) -> [File|Acc] end, []). io:format("~p", [Filelist]). 阅读全文
posted @ 2018-04-18 17:21 自由出土文物 阅读(224) 评论(0) 推荐(0) 编辑
摘要: go tool dist list 阅读全文
posted @ 2018-04-17 13:50 自由出土文物 阅读(342) 评论(0) 推荐(0) 编辑
摘要: alias proxy='export http_proxy=socks5://127.0.0.1:1080 https_proxy=socks5://127.0.0.1:1080 all_proxy=socks5://127.0.0.1:1080' alias unproxy='unset http_proxy https_proxy all_proxy'alias get_ip='curl ... 阅读全文
posted @ 2018-04-17 12:59 自由出土文物 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 编译 一般有编译脚本,不需要在vscode里面集成,自己写好以后,vscode直接调用即可 代码include和补全 在项目目录按F1, 输入edit configuration,includePath里面输入头文件目录 调试设置 目标版运行gdbserver :1234 xxx,xxx为我们要调试 阅读全文
posted @ 2018-04-16 20:30 自由出土文物 阅读(619) 评论(0) 推荐(0) 编辑
摘要: sudo sysctl -w net.ipv4.ip_forward=1 sudo sysctl -p arpspoof -i eth0 -t 目标ip -r 伪装ip或者ettercap -i eth0 -Tq -M arp:remote //目标ip// //伪装ip// 注意,一定要关闭iptables,或者清空规则,坑爹的 阅读全文
posted @ 2018-03-29 17:32 自由出土文物 阅读(243) 评论(0) 推荐(0) 编辑
摘要: qt支持库得下载,pip的不行, designer在这个里面 https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.4.1/ python只能用3.4.3,自己下载 pyinstall需要的pywin32也要手工下载,不能pip,需要32位 阅读全文
posted @ 2018-03-15 10:28 自由出土文物 阅读(292) 评论(0) 推荐(0) 编辑
摘要: debian下的erlang版本太老 安装kerl,并且在profile内添加到PATH 显示可安装的erlang版本 直接远程构建版本 但是太慢了,直接下载源码构建 安装 profile内添加 阅读全文
posted @ 2018-03-08 14:14 自由出土文物 阅读(251) 评论(0) 推荐(0) 编辑
摘要: mac下 debian下版本可能太低,需要kiex 安装 把下面的添加到profile 显示可用的版本 安装版本 使用默认版本 阅读全文
posted @ 2018-03-08 14:05 自由出土文物 阅读(127) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 45 下一页