LonelyPointer

  • Home

  • Categories

  • Tags

  • Archives

  • About

TimeMachine恢复失败解决方案

Posted on 2019-04-04 | In Lifestyle
Symbols count in article: 237 | Reading time ≈ 1 mins.

TimeMachine恢复失败解决方案系统中某些软件可能会出现有空格的文件夹名字,导致恢复失败,详情可以通过Windows菜单查看日志需要删除备份中的文件夹,才能恢复成功删除需要用terminal(可以在recover的terminal下操作) /System/Library/Extensions/TMSafetyNet.kext/Contents/Helpers/bypass rm -rf /Volumes/.../...此处为log中显示无法复制的带空格的文件夹

Read more »

tensorflow-gpu环境搭建

Posted on 2019-04-04 | In ml , tensorflow
Symbols count in article: 3.7k | Reading time ≈ 3 mins.

tensorflow-gpu环境搭建环境依赖Ubuntu-16.04.3-desktop-amd64cuda_8.0.61_375.26_linux.runcudnn-8.0-linux-x64-v7.tgzAnaconda3-4.2.0-Linux-x86_64.shnvidia driver 384.111 换apt-get源deb http://mirrors.aliyun.com/ubuntu/ xenial main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ xenial-securit ...

Read more »

homebridge部署

Posted on 2019-04-04 | In Lifestyle
Symbols count in article: 5.7k | Reading time ≈ 5 mins.

homebridge部署安装 Node.jswget https://nodejs.org/dist/v4.3.2/node-v4.3.2-linux-armv6l.tar.gztar -xvf node-v4.3.2-linux-armv6l.tar.gzcd node-v4.3.2-linux-armv6lsudo cp -R * /usr/local/ 完成之后,输入 node -v 检查一下是否安装完成,如果显示 v4.3.2 ,则表示 Node.js 安装成功。 安装 Avahi 和相关软件包需要安装这些包: libavahi-client3_0.7-3_armhf.debhttps ...

Read more »

Anaconda更换清华源

Posted on 2019-04-04 | In ml , python
Symbols count in article: 239 | Reading time ≈ 1 mins.

Anaconda更换清华源Anaconda 安装包下载 TUNA 还提供了 Anaconda 仓库的镜像,运行以下命令: conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda config --set show_channel_urls yes 即可添加 Anaconda Python 仓库运行 conda install numpy 测试一下

Read more »

FirstBlog

Posted on 2019-04-04 | In Lifestyle
Symbols count in article: 55 | Reading time ≈ 1 mins.

FirstBlogThis is the first blog of my website.Welcome!

Read more »
12

Kaibo Cao

15 posts
12 categories
1 tags
GitHub E-Mail
0%
© 2019 – 2020 Kaibo Cao