随笔分类 - Linux
摘要:制作启动U盘 准备好ISO文件,使用 rufus-2.18 制作启动U盘。“Partition scheme and target system type” 建议选择 “MBR, UEFI” 从U盘启动 创建主分区(安装系统和软件): 40G 主分区 空间起始位置 ext4 / 虽然Ubuntu18
阅读全文
摘要:1. 首先查看自己的ubuntu系统的codename,这一步很重要,直接导致你更新的源是否对你的系统起效果,查看方法: lsb_release -a 如,我的系统显示: Description: Ubuntu 17.04 Release: 17.04 Codename: zesty 2. 确认阿里
阅读全文
摘要:(1)下载Anaconda(2)安装Anaconda bash Anaconda3-4.2.0-Linux-x86_64.sh(3)利用Anaconda安装TensorflowCreate a conda environment called tensorflow. conda create -n
阅读全文
摘要:(1)sudo add-apt-repository ppa:fkrull/deadsnakes(2)sudo apt-get update(3)sudo apt-get install python3.5(4)sudo cp /usr/bin/python /usr/bin/python_bak,
阅读全文
摘要:1、安装编译环境 sudo apt-get install build-essential //有可能安装 build-essential 后gdb就已经安装过了 sudo apt-get install gdb2、安装 Code::Blocks 16.01首先登录Code::Blocks官方网站:
阅读全文
摘要:第一步、添加fcitx输入法框架添加源 sudo add-apt-repository ppa:fcitx-team/nightly更新系统 sudo apt-get update安装fcitx sudo apt-get install fcitx安装fcitx的配置工具 sudo apt-get
阅读全文
浙公网安备 33010602011771号