2021年3月4日 星期四

pfSense沒法更改LAN的IP

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位置,處置方法如下

2021年3月3日 星期三

pfSense一張卡設定多個IP

 pfSense 2.5.0一張卡設定多個IP可以用Virtual IPs,步驟如下

  1. Firewall > Virtual IPs
  2. 點+Add
  3. Type選 IP Alias
  4. Interface選要修改的網卡,這邊可以是WAN或LAN
  5. 輸入要修改的 IP address 與遮罩 mask
  6. 點選 Applied Change

_EOF_

2021年3月1日 星期一

從UCSC下載序列與註解

UCSC的基因體瀏覽頁面(UCSC Genome Browser),提供網頁版的圖形服務來看整個基因體。其底層所需的序列與註解存放於Sequence and Annotation Downloads:


首頁就已經列出了最常下載的基因體

2021年2月1日 星期一

手動安裝FastQC-0.11.9到指定目錄

FastQC是一套用來看定序品質的軟體,用的是Java,所以首先要安裝Java Environment。在Debian8.8下面一個比較簡單的方式是先用下面指令安裝APT上面預設的fastqc,這樣就會自然地把環境給設定好。

Step 1:安裝好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)