Skip to content

My tech notes

My tech notes

  • Home
  • About this blog
  • WordPress useful links
    • Home
    • 2014
    • Page 3
css

What No One Told You About Z-Index

michael July 4, 2014

http://philipwalton.com/articles/what-no-one-told-you-about-z-index/ Thank you Philip Walton for telling me this.

software

Copy existing Windows OS be used in VirtualBox

michael July 4, 2014

Microsoft has a free utility called Disk2VHD that will let you create a .vhd or .vhdx file from a running Windows XP machine. It also works on Vista and later.…

video

Sample ffmpeg to iphone mp4

michael July 1, 2014

ffmpeg -i {filename} -acodec aac -ac 2 -strict experimental -ab 160k -s 960×640 -vcodec libx264 -preset slow -profile:v baseline -level 30 -maxrate 10000000 -bufsize 10000000 -b 1200k -f mp4 -threads…

software

Schedule shutdown of Windows

michael June 27, 2014

shutdown.exe -s -t 60, the system will shut down in one minute. to make it one hour, just input shutdown.exe -s -t 3600 to cancel it, just open Run by…

Uncategorized

An easy way to install Microsoft’s TrueType core fonts on linux

michael June 26, 2014

http://corefonts.sourceforge.net/

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

frameworks

CakePHP 2.x tutorial for internationalizing using poedit

michael June 17, 2014

http://deliciouscake-php.blogspot.hk/2013/08/cakephp-2x-tutorial-for.html note that I found apt-get poedit in ubuntu can’t run on my ubuntu server. I end up download a desktop mac version. Put “Configure::write(’Config.language’, ’chi’);” into your bootstrap.php File

audio software

SoundTap Streaming Audio Recorder

michael June 14, 2014

http://www.nch.com.au/soundtap/index.html?gclid=CPGzpt6w-L4CFdWCvQodbzMAvg

software

open clipart

michael June 14, 2014

https://openclipart.org/

Linux

to clean up all pending atq jobs

michael June 8, 2014

to clean up all pending atq jobs for i in `atq | awk ’{print $1}’`;do atrm $i;done learn from http://unix.stackexchange.com/questions/53144/remove-all-at-jobs

Posts pagination

1 2 3 4 … 9

« 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.