Skip to content

My tech notes

My tech notes

  • Home
  • About this blog
  • WordPress useful links
    • Home
    • hardware
    • Mac
    • Page 2
Linux Mac

bulk resize images or crop

michael September 27, 2014

imagemagick must be installed extensions are of course case sensitive these not the same mogrify -resize 50% *.jpg mogrify -resize 50% *.JPG add -monitor to see progression for cropping convert…

Linux Mac

bulk add extension to Mac in commandline

michael September 13, 2014

cd to the dir, then for i in *; do mv “$i” “$i.mpg”; done for i in *; do mv “$i” “$i.jpg”; done for i in *; do mv “$i”…

Mac

Converting Mac pict to modern formats

michael September 5, 2014

Apple hates its own history. In newer versions of its os, pict format is poorly supported. (e.g. Preview cannot open pict files as it usually did ), solution here:

Mac

Apple SceneKit

michael August 3, 2014

new high level 3d

Linux Mac

Ubuntu for mac users – command key

michael July 30, 2014

Mac users used to use the thumb for command key We press a thousand command - combinations a day. On windows and unix world, the control key combination is a…

Linux Mac

Recursive erase Mac hidden files

michael June 18, 2014

find . -name ._* -print0 | xargs -0 rm -f learn from http://stackoverflow.com/questions/8680793/recursive-erase-hidden-files

Mac

OSX terminal ssh access by port number

michael May 31, 2014

Unlike other linux system, osx terminal calls it like this ssh -p 42586 myusername@mysite.com

Mac

Quick tip: Eject media from the command line

michael April 27, 2014

Perhaps you’ve run into the following problem: some inserted media (either a CD or DVD) refuses to eject itself when you hit the eject key. Often a reboot will fix…

Posts pagination

1 2

« Previous Page

Categories

  • applescript
  • Arduino
  • audio
  • css
  • electronics
  • frameworks
  • hardware
  • html
  • javascript
  • Linux
  • Mac
  • mysql
  • php
  • programming
  • python
  • RPi
  • software
  • Synology_nas
  • Uncategorized
  • video

My tech notes

Copyright © All rights reserved | Blogus by Themeansar.