text 在Mac OS / X上创建Linux Mint USB

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 在Mac OS / X上创建Linux Mint USB相关的知识,希望对你有一定的参考价值。

#! /usr/bin/env bash

# Insert a USB key.
# if needed initialize it with MS/DOS FAT and MBR

# Download the Mint ISO image
# Convert the ISO -> IMG
hdiutil convert -format UDRW -o  linuxmint-17.3-cinnamon-64bit  linuxmint-17.3-cinnamon-64bit.iso

# Run a diskutil list to know the device for the USB key, e.g.: /dev/disk3
# then unmount the USB key:
diskutil unmountDisk /dev/rdisk3    #note the "r"

# And copy the img on it:
sudo dd if=linuxmint-17.3-cinnamon-64bit.img of=/dev/rdisk3 bs=1m

# Eject the USB key and voilà!

以上是关于text 在Mac OS / X上创建Linux Mint USB的主要内容,如果未能解决你的问题,请参考以下文章

text 在Mac OS X上安装和配置tmux

text 在Mac OS X的终端上启动Pentaho Kettle

text 在Mac OS X上使用p4merge作为Git mergetool。

在 Mac OS X 上构建 Linux 内核

MAC OS X 上 Sublime Text 3 的下载,配置与插件推荐 (For OIers)

在 Mac OS X 上使用 Eclipse CDT 调试远程 Linux 应用程序