[[Qichunren工作日志]] How to make Git ignore files that already exist in your project
git update-index --assume-unchanged my_local_file
Phone Call Object unicast
# contact: ""
# conv_type: "unicast"
# des: ""
# from: ""
# id: 15
# is_conf: false
# m_start_time: 1347705701
# origin: ""
# pri: 1
# reason: "LinphoneReasonNone"
# remote_ua: "FreeSWITCH-mod_sofia/1.2.1+git~20120910T092012Z~405c4c1397"
# route: ""
# start_time: 1347705695
# state: "LinphoneCallStreamsRunning"
# to: ""
[[Theme Resources]] ==

Install Luna Freeswitch

wget http://192.168.8.28:81/lunafs-release/latest_lunafs_with_sound_release.deb
sudo dpkg -r lunafs_with_sound_release
sudo dpkg -i lunafs_with_sound_release
==== Postgres ==== Mac启动postgres:
pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
==== Update Linphone ==== NT:
cd /tmp && rm -rf latest_linphone* && wget http://192.168.8.28:81/luna-linphone/latest_linphone.deb &&sudo dpkg -r lunalinphone &&sudo dpkg -i latest_linphone.deb && sudo ldconfig && echo "Finished."
ITC:
cd /tmp && rm -rf latest_linphone* && wget http://10.0.1.28:81/luna-linphone/latest_linphone.deb &&sudo dpkg -r lunalinphone &&sudo dpkg -i latest_linphone.deb && sudo ldconfig && echo "Finished."
==== Update Freeswitch ==== NT:
cd /tmp && rm latest_lunafs_with_sound_release.deb;  wget http://192.168.8.28:81/lunafs-release/latest_lunafs_with_sound_release.deb &&sudo dpkg -r lunafs-with-sound-release &&sudo dpkg -i latest_lunafs_with_sound_release.deb && echo "Finished."
ITC:
cd /tmp && rm latest_lunafs_with_sound_release.deb;  wget http://10.0.1.28:81/lunafs-release/latest_lunafs_with_sound_release.deb &&sudo dpkg -r lunafs-with-sound-release &&sudo dpkg -i latest_lunafs_with_sound_release.deb && echo "Finished."
#!/usr/bin/env /home/c2h2/.rbenv/shims/ruby
modified_files = `cd /media/sf_code/work/luna-server;git status| grep modified| awk '{print $3}'`.split("\n")
modified_files.delete("Gemfile.lock")
modified_files.each do |modify_file|
  puts "Sync file: #{modify_file}"
  `cp /media/sf_code/work/luna-server/#{modify_file} /www/luna-server/#{modify_file}`
end if modified_files.size > 0

puts "Finished."
查看端口信息: netstat -nae | grep 5080 查看linphone注册信息 linphonecsh generic 'status register' http://eugenkiss.com/blog/2011/git-branch-in-terminal/ [[Make a Package Repository Server]] [[WEB Developer Interview]]