2016/11/30

How to fix "ASF2 force off" on Dell E7440

Model

Dell E7440 laptop.

Symptom

  1. Automatically reboot when opening the lid in sleep (S3) mode.
  2. "ASF2 force off" in the BIOS system log.
  3. Display "Sending Inter(R) Management Engine FW Update" and stop while re-flashing the BIOS.
    (Unplug and remove the batteries will turn off the laptop. It should be fine to boot again.)

2016/03/22

2015/03/03

How to let SIP traffic pass through tomato (shibby build) router?


  1. Go to "Port Forwarding".
  2. Open 5070 port for internal IP.
  3. Go to Advanced > Conntrack/Netfilter > Tracking / NAT Helpers
  4. Uncheck "SIP"
  5. Done!

2015/02/20

How to upgrade firmware for UJ240AS Blu-ray recorder?

Follow the steps below to upgrade the firmware without any check.
("Target Drive Not Connected" will not be shown again)

2015/01/07

Mac使用sftp連線時不會因為睡眠自動斷線

A: 使用sftp連線時不會因為睡眠自動斷線
http://thefragens.com/2011/12/chrootd-sftp-on-mac-os-x-server/
http://www.linickx.com/os-x-anonymous-ftp-directory-on-mountain-lion
A1. 設定 ftpd, sftp相關參數
A2. 試需要將使用帳號,"登入shell"改為"/bin/sh"
A2. 安裝 xcode
A3. 安裝 Homebrew
A4. 執行 brew install bindfs
(依照畫面安裝osxfuse等工具)

2014/12/07

iOS無法與tomato router建立PPTP VPN連線?

在VPN Tunneling > PPTP Server中, 依個人需要啟用PPTP。
另外在Administration > Scripts > firewall新增
iptables -I INPUT -p gre -j ACCEPT
iptables -I INPUT -p tcp --dport 1723 -j ACCEPT
iptables -A FORWARD -j ACCEPT -i ppp+
iptables -A INPUT -j ACCEPT -i ppp+

2014/12/05

Apple TV直接播放Mac中各種影片並支援網路喚醒

功能特色
  1. 透過Apple TV直接播放Mac中各種格式的影片。
  2. 不需使用iPhone、iPad作為中繼轉發。
  3. 不用破解、修改Apple TV任何設定。
  4. Mac在睡眠狀態時,可自動喚醒建立連線。
  5. 徹底取代一般NAS。

2014/12/04

Windows XP無法連Yosemite?外接硬碟無法設定檔案共享?

最近新買Mac mini來當NAS,
本以為很小事一件,
結果遇到超多奇怪問題。
特別整理近日心得,
分享給網友。