張震嶽 A-Yue【認輸】, 4m30s
pfSense 2.5.0要修改LAN的IPv4位址時,出現下列錯誤訊息
The Router Advertisements Server is active on this interface and it can be used only with a static IPv6 configuration. Please disable the Router Advertisements Server service on this interface first, then change the interface configuration.
點選 Service > DHCPv6 Server & RA時出現下面的提示訊息
The DHCPv6 Server can only be enabled on interfaces configured with a static IPv6 address. This system has none.
因而無法更改LAN的IPv4位置,處置方法如下
pfSense 2.5.0一張卡設定多個IP可以用Virtual IPs,步驟如下
_EOF_
UCSC的基因體瀏覽頁面(UCSC Genome Browser),提供網頁版的圖形服務來看整個基因體。其底層所需的序列與註解存放於Sequence and Annotation Downloads:
FastQC是一套用來看定序品質的軟體,用的是Java,所以首先要安裝Java Environment。在Debian8.8下面一個比較簡單的方式是先用下面指令安裝APT上面預設的fastqc,這樣就會自然地把環境給設定好。
sudo apt install fastqc
sudo apt install libcommons-math3-java libjbzip2-java libsam-java picard-tools
java -version這樣做完後會就會看到Java JDK的版本
java version "1.7.0_111"
OpenJDK Runtime Environment (IcedTea 2.6.7) (7u111-2.6.7-2~deb8u1)
OpenJDK 64-Bit Server VM (build 24.111-b01, mixed mode)