上一页 1 2 3 4 5 6 7 8 ··· 19 下一页

2020年2月5日

macos vim 增加配色

摘要: 在 ~目录下,vim .vimrc set nu colorscheme desert syntax on 在 ls /usr/share/vim/vim81/colors 下可看到所有配色方案名称 阅读全文

posted @ 2020-02-05 20:52 震撼起飞 阅读(224) 评论(0) 推荐(0)

2020年2月4日

macos 多开微信

摘要: nohup /Applications/WeChat.app/Contents/MacOS/WeChat > /dev/null 2>&1 & 命令行命令,或做成脚本 阅读全文

posted @ 2020-02-04 18:49 震撼起飞 阅读(235) 评论(0) 推荐(0)

2020年2月2日

mac book 安装brew

摘要: 下载编译最新版 mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew cd bin 目录下 ./brew install 你要的 阅读全文

posted @ 2020-02-02 21:54 震撼起飞 阅读(430) 评论(0) 推荐(0)

2020年2月1日

mac book 的终端主题

摘要: https://sspai.com/post/53008 阅读全文

posted @ 2020-02-01 19:44 震撼起飞 阅读(230) 评论(0) 推荐(0)

2019年12月21日

ssh 与服务器保持连接

摘要: 直接改客户端,服务器端不应该更改。sudo vi /etc/ssh/ssh_config # 或 ~/.ssh/config TCPKeepAlive=yes # Client每隔 60 秒发送一次请求给 Server,然后 Server响应,从而保持连接 ServerAliveInterval 6 阅读全文

posted @ 2019-12-21 08:20 震撼起飞 阅读(1171) 评论(0) 推荐(0)

2019年10月10日

群晖在 Exsi 虚拟机的一些话题

摘要: 1、群晖加载额外硬盘,从群晖界面存储找到新挂的硬盘: vmkfstools -z /vmfs/devices/disks/未格式化硬盘标识符 /vmfs/volumes/ESXI系统盘路径/自定义名称.vmdk 2、Active Backup for Business 激活破解 https://19 阅读全文

posted @ 2019-10-10 18:22 震撼起飞 阅读(349) 评论(0) 推荐(0)

2019年10月2日

privoxy 安装

摘要: https://www.privoxy.org/sf-download-mirror/Sources/ 1、挑选源码版本,下载,解压 2、增加用户 useradd privoxy 3、make & make install 4、配置: /usr/local/etc/privoxy/config ht 阅读全文

posted @ 2019-10-02 09:35 震撼起飞 阅读(2739) 评论(0) 推荐(0)

2019年10月1日

centos7 安装 python3

摘要: sudo yum -y updatesudo yum -y install openssl-devel libffi-devel bzip2-develsudo yum -y groupinstall "Development Tools"#安装 Python 3.10 必需的 openssl >= 阅读全文

posted @ 2019-10-01 21:57 震撼起飞 阅读(173) 评论(0) 推荐(0)

2019年9月15日

安装 adb centos 7

摘要: 打开 https://centos.pkgs.org/7/epel-x86_64/android-tools-20130123git98d0789-5.el7.x86_64.rpm.html 下载 rpm -Uvh xxxxxxxxx.rpm 阅读全文

posted @ 2019-09-15 22:44 震撼起飞 阅读(1051) 评论(0) 推荐(0)

2019年8月11日

关于 ros

摘要: 1、https://mikrotik.com/download 下载 x86 架构的 cd image (当日这是试用版,特殊版下载后道理一样) 2、exsi 上传,并新建 linux 的 其他linux 64位 虚拟机, 添加所有网卡(至少 lan 、 wan),注意: 硬盘必须使用 ide , 阅读全文

posted @ 2019-08-11 23:31 震撼起飞 阅读(285) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 ··· 19 下一页

导航