如何在终端显示图片
概述
是否遇到过这样的情况,你希望能查看服务器中的图片大致是什么样子,却只能通过终端SSH登陆服务器,而无法直接下载里面的图片到本地。本文介绍的工具Terminal Image Viewer就能在终端命令行中显示图片,原理其实就是直接用色块打印出图片的内容,由于分辨率有限,只能近似地显示图片缩略图。
virtualenv教程
简介
在配置Linux服务器时,为确保系统环境的稳定,或者为了在同一台机兼容安装不同版本的Python第三方库(TensorFlow、PyTorch)时,你就需要一个独立的虚拟环境隔绝系统环境。
需要注意的是,virtualenv只能隔绝Python环境,CUDA环境还是会和系统环境共用,如果需要独立的CUDA环境,请到笔者另一篇博文学习如何使用Docker。
screen教程
Hello World
发表于
更新于
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post
1 | $ hexo new "My New Post" |
More info: Writing