Skip to content

Instantly share code, notes, and snippets.

View netoht's full-sized avatar
🚀

Waldinar Oliveira Neto netoht

🚀
View GitHub Profile
@netoht
netoht / README.md
Created September 18, 2023 16:08 — forked from abelcallejo/README.md
Create bootable Linux USB using Mac

Creating bootable Linux USB using Mac

mac

CentOS, Ubuntu, Slackware, etc. Whatever Linux-based OS it is, you can create a bootable USB for it by using a Mac.

1. Prepare the .iso file

Download it, copy it, whatever it takes to prepare that Linux-based OS .iso file

2. Convert the .iso file into a .img.dmg

@netoht
netoht / folders.sh
Last active January 4, 2016 09:29 — forked from zenorocha/.hyper.js
#!/bin/sh
# Moving some big folders from home user in the hard disk SSD for hard disk SATA
HDD_SATA='/Volumes/300'
folders=('Desktop' 'Documents' 'Dropbox' 'Downloads' 'Movies' 'Music' 'Pictures' 'Public' 'Screenshots')
mkdir Dropbox
for folder in ${folders[@]}
do