Skip to content

Instantly share code, notes, and snippets.

@tplobo
tplobo / README.md
Created January 8, 2025 08:13 — forked from abelcallejo/README.md
Creating 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

@tplobo
tplobo / .reduce-repo-size.md
Last active April 25, 2024 08:53
How to reduce a repo size using `git-filter-repo`

How to reduce a repo size using git-filter-repo

Example TXT files in attachment.

Actions taken to filter local repository REPO and reduce its size.

  1. Make 2 full local backups of repository in repo folder (git-backup alias)
git clone git@<url>.git .
git -C . lfs fetch --all
@tplobo
tplobo / reference.txt
Created January 13, 2023 11:59
Automatically created bibtex reference for importing in Zotero
@techreport{TBD, title = {Report number 2PTE3 - 3D transport model under operative regime}, , number = {2PTE3}, institution = {{Research Institute X}}, url = {https://website.org/?uid=2PTE3}, Accessed = {2023-01-13}}