博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ubuntu创建U盘启动盘
阅读量:4229 次
发布时间:2019-05-26

本文共 500 字,大约阅读时间需要 1 分钟。

0x0001 下载.iso文件

0x0002 用dd烧录

dd: failed to open '/dev/sdc1': Permission deniedtom@tommain:~/Downloads$ sudo dd if=./ubuntu-16.04.1-desktop-amd64.iso  of=/dev/sdc1[sudo] password for tom: 2955680+0 records in2955680+0 records out1513308160 bytes (1.5 GB, 1.4 GiB) copied, 2.64081 s, 573 MB/stom@tommain:~/Downloads$ sudo dd if=./ubuntu-16.04.1-desktop-amd64.iso  of=/dev/sdc2955680+0 records in2955680+0 records out1513308160 bytes (1.5 GB, 1.4 GiB) copied, 814.757 s, 1.9 MB/stom@tommain:~/Downloads$

转载地址:http://fycqi.baihongyu.com/

你可能感兴趣的文章
Dual-Primal Graph Convolutional Networks 对偶-原始图卷积神经网络
查看>>
GoGNN: Graph of Graphs Neural Network for Predicting Structured Entity Interactions
查看>>
Estimating Node Importance in Knowledge Graphs Using Graph Neural Networks
查看>>
DiffPool: Hierarchical Graph Representation Learning with Differentiable Pooling
查看>>
MuchGCN:Multi-Channel Graph Convolutional Networks
查看>>
kernel_size为1的卷积核与全连接层的关系
查看>>
STRATEGIES FOR PRE-TRAINING GRAPH NEURAL NETWORKS
查看>>
PAT_A 1010. Radix (25)
查看>>
PAT_A 1005. Spell It Right (20)
查看>>
PAT_A 1012. The Best Rank (25)
查看>>
PAT_A 1013. Battle Over Cities (25)
查看>>
PAT_A 1015. Reversible Primes (20)
查看>>
SetWindowLong函数介绍
查看>>
百度云cdn,bos设置
查看>>
[chrome]好用的chrome Json 格式化插件
查看>>
[linux]terminal改变颜色,PS1的
查看>>
[Android]hex 64k解决
查看>>
[iphone]调出来控制的小圆球(控制点)
查看>>
[react-native]prop,state对比
查看>>
ssl问题被google 拒收
查看>>