Skip to content

My tech notes

My tech notes

  • Home
  • About this blog
  • WordPress useful links
    • Home
    • hardware
    • Page 3
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

hardware Linux

Mount SD card in Ubuntu

michael August 3, 2014

http://superuser.com/questions/455597/how-to-mount-removable-media-in-media-label-automatically-when-inserted-with

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…

hardware

phone buying

michael April 6, 2014

hkmaxco 新高登電腦廣場地下G5/G22/G33電話31882892

hardware Linux

Cloning a Windows hard drive with partimage

michael April 6, 2014

LINK HERE

Posts pagination

1 2 3 4

« Previous Page — Next 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.