2014年6月30日 星期一

[NAS] Some Reminders on Adding an NAS to Network


  • RAID 5 - needs at least 3 HDs
  • Either one among 3 is down, data can be recovered; for two, nothing can be done.
  • Using Reserved IP from DHCP is better, since when network is down, plugging NAS to another network with simple setting (DHCP giving random IP) and NAS can be used immediately
  • Setting Reserved IP requires the device's MAC address. Need to check the given IP and its MAC address from router
  • In windows, NAS drive can be searched by typing \\TheNASName\TheFolderCreated.
  • Only Disk Quota can be set. Cannot set a quota for a created folder. Thus the users can share the resources among a disk, but not a folder. If allocation for different users is needed, created different disks.

2014年6月11日 星期三

How to schedule the execution of a PHP script on the server side?

On Linux/Unix (including Mac OSX), create a cron job.

# minute (0 - 59) 
# hour (0 - 23)
# day of month (1 - 31)
# month (1 - 12) OR jan,feb,mar,apr ... 
# day of week (0 - 6) (Sunday=0 or 7)  OR sun,mon,tue,wed,thu,fri,sat 
# *  *  *  *  *  command to be executed
30 3  *  *  *  php /home/scripts/do_something.php
30 3  *  *  *  wget your.domain.com/do_something.php

 http://stackoverflow.com/questions/1194857/how-to-schedule-the-execution-of-a-php-script-on-the-server-side

[康復路] 試完又試

見了醫生,因為血色素又變低了,醫生想檢查是否「缺鐵」為成因,檢查又檢查…… 感覺有些麻煩……又抽血,又要留樣本…… 令我回想起當日入院的時光,因為一些原因,留樣本只需留一次,免卻留三次的麻煩;現在每天都要留一次,連續三天。每天早上就要跑醫院一趟再上班。 幸好也完成了。 第二次抽血...