http://www.raspberrypi.org/phpBB3/
在磁盘中创建备份目录 mkdir /media/usbdisk/mactimebak 推荐使用ext4分区(打开notime)
安装nettalk
#GitHub START | |
204.232.175.78 documentcloud.github.com | |
207.97.227.239 github.com | |
204.232.175.94 gist.github.com | |
107.21.116.220 help.github.com | |
207.97.227.252 nodeload.github.com | |
199.27.76.130 raw.github.com | |
107.22.3.110 status.github.com | |
204.232.175.78 training.github.com | |
207.97.227.243 www.github.com |
#This is the "site config" for nginx | |
upstream django { | |
# Distribute requests to servers based on client IP. This keeps load | |
# balancing fair but consistent per-client. In this instance we're | |
# only using one uWGSI worker anyway. | |
ip_hash; | |
server unix:/tmp/uwsgi.sock; | |
} | |
server { |
http://www.raspberrypi.org/phpBB3/
在磁盘中创建备份目录 mkdir /media/usbdisk/mactimebak 推荐使用ext4分区(打开notime)
安装nettalk
http://ruby-china.org/topics/16256
get https://github.com/mvj3/hangman/blob/master/data/words.txt
and compile the decision tree.json
ruby compile.rb
# Copy and paste this to the rails console to test your email settings | |
class MyMailer < ActionMailer::Base | |
def test_email | |
@recipients = "[email protected]" | |
@from = "[email protected]" | |
@subject = "test from the Rails Console" | |
@body = "This is a test email" | |
end | |
end |
sudo qemu-kvm -net tap,script=/bin/true -net nic,model=virtio -drive if=virtio,file=openwrt-x86-kvm_guest-combined-ext4.img -sdl |