Infrastructure & Operations
Linux 安装 NVIDIA 驱动、CUDA、cuDNN 与 TensorRT
在linux上安装nvidia相关工具,包括驱动,cuda,cudnn,tenssort;有包管理器和本地安装两种方式。
Infrastructure & Operations
从源码编译 TensorFlow:CUDA、Bazel 与依赖下载排错
从源代码编译安装tensorflow,安装cuda/cudnn/tensorrt相关包,解决bazel build过程中联网下载的问题。
Infrastructure & Operations
Linux 文件时间详解:atime、mtime、ctime 与修改方法
通过一些问题,来了解linux中文件的三种时间:修改时间、改变时间、访问时间,并且给出一些对文件时间的操作方式。
Infrastructure & Operations
Shell 条件判断与循环:test、if、case、for 与 while
Switch and loop in Shell, with `test` and `if else`.
Infrastructure & Operations
Shell 变量教程:字符串、数组与 echo
Variables in Shell, string and array, echo command, variable reference.
Infrastructure & Operations
Shell 入门:Terminal、Console、TTY 与 Bash/Zsh
介绍计算机中Shell的发展历史,介绍terminal、console、tty。介绍linux上常见的shell如bash/zsh,介绍shell的集中登陆方式。