File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -800,7 +800,7 @@ Linux
800
800
# mirror without permission/ownership and excluding vim files
801
801
rsync -nrltv --delete --exclude '.* .swp' . HOST:/PATH
802
802
803
- # compare two dirs
803
+ # compare two dirs (must include the trailing /!)
804
804
rsync -rvnc --delete LOCALPATH/ HOST:/PATH/
805
805
806
806
# add new PPA repo
@@ -2422,6 +2422,19 @@ Delay / Adjust subtitle timing in VLC
2422
2422
2423
2423
- Play around with ` h ` and ` g ` keys
2424
2424
2425
+ Create Ubuntu boot USB for PC on Mac
2426
+ ------------------------------------
2427
+
2428
+ < https://computers.tutsplus.com/tutorials/how-to-create-a-bootable-ubuntu-usb-drive-for-pc-on-a-mac--cms-21187 >
2429
+
2430
+ hdiutil convert -format UDRW -o ~/path/to/target.img ~/path/to/ubuntu.iso
2431
+ diskutil list
2432
+ diskutil unmountDisk /dev/diskN
2433
+ sudo dd if=/path/to/ubuntu-14.04-desktop-i386.dmg of=/dev/rdiskN bs=1m
2434
+ # DO NOT RESPOND TO DIALOG BOX WITH Initialize, Ignore, Eject
2435
+ diskutil eject /dev/diskN
2436
+ # NOW you can click Ignore
2437
+
2425
2438
<!--
2426
2439
vim: ft=markdown
2427
2440
-->
You can’t perform that action at this time.
0 commit comments