2017年8月28日 星期一

【Linux cmd】關閉ubuntu防火牆的指令-ufw

ufw 是一個 iptables 的前端設定程式,其名稱為 Uncomplicated Firewall 的簡稱,意謂著「不複雜的防火牆」設定,它的製作目的在於讓一般人很容易的設定 iptables。

要強調的是 ufw 只是一個簡單的 iptables 前端設定工具,無法完全取代 iptables 的所有設定,若想做更複雜的 firewall 設定,還是得回到 iptables 層面。


啟用防火牆
$ sudo ufw enable
Firewall is active and enabled on system startup

停用防火牆:
$ sudo ufw disable
Firewall stopped and disabled on system startup

要確認 ufw 已經啟用,可以看一下 ufw 的 status:

已啟用:
$ sudo ufw status
Status: active

未啟用:
$ sudo ufw status
Status: inactive

2017年8月24日 星期四

在Ubuntu 14.04 無法apt-get install iperf3 的解決方法

首先加入 iperf3 需要的repository
sudo add-apt-repository "ppa:patrickdk/general-lucid"

接著更新你的apt-get的table
sudo apt-get update

最後安裝
sudo apt-get install iperf


*若是找不到命令add-apt-repository 請先使用下面方法安裝,通常安裝第一項就可以,若是不行再依序安裝二、三~
sudo apt-get install software-properties-common
and/or
sudo apt-get install python3-software-properties
and/or
sudo apt-get install python-software-properties

2017年8月17日 星期四

Windows Defender 無法開啟的問題

若是點了控制台的 Windows Defender 出現下面的訊息












可以試試以下步驟:

用管理權限去跑 regedit , 改機碼請小心

機碼位置位於:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\DisableAntiSpyware

這個值若為1   試試改為 0