Change Apple OS X Dock size from Apple Terminal
defaults write com.apple.dock tilesize -int 32; killall Dock
32
is icon size
source "http://rubygems.org/" | |
gem "sinatra", "~> 1.3.0" | |
gem "thin" |
Change Apple OS X Dock size from Apple Terminal
defaults write com.apple.dock tilesize -int 32; killall Dock
32
is icon size
#!/bin/bash | |
# | |
# This script processes events from smsd. | |
# It mainly will converts SMS encoded with UCS2 encoding to UTF-8 format expected by many other applications. | |
# To use it, edit your /etc/smsd.conf and add the following line: | |
# | |
# eventhandler = /path/to/smstools-eventhandler.sh | |
# | |
# When a new message is received in /var/spool/incoming/, message files with following header line will be converted: | |
# |
#!/bin/bash | |
# | |
# This script processes events from smsd. | |
# It mainly will converts SMS encoded with UCS2 encoding to UTF-8 format expected by many other applications. | |
# To use it, edit your /etc/smsd.conf and add the following line: | |
# | |
# eventhandler = /path/to/smstools-eventhandler.sh | |
# | |
# When a new message is received in /var/spool/incoming/, message files with following header line will be converted: | |
# |