Software: verschil tussen versies
Uit dotSearch
| Regel 5: | Regel 5: | ||
* [[Word]] | * [[Word]] | ||
* [[PriceTapestry]] | * [[PriceTapestry]] | ||
| − | + | * [[MySQL]] | |
==== Mac OS X ==== | ==== Mac OS X ==== | ||
Versie van 6 mrt 2017 om 10:04
Software tips
Mac OS X
- Cyberduck (incl. sync)
- Time Machine
- RightZoom
- Bestanden samenvoegen / mergen: Terminal --> CAT *.CSV > OUTPUT.CSV
- Eerste 200 rijen uit file pakken: head -n200 ta-coolblue.csv > CB.csv
- iPhone backup locatie in iTunes
- Video lossless inkorten: Terminal --> ffmpeg -ss 1:23 -i origineel.mp4 -t 0:45 -vcodec copy -acodec copy kopie.mp4