config static ip for orange pi lite

Config static wlan Orange Pi lite

18 Tháng Hai, 2020 honest 0

The firts creat wpa_supplicant config file by cml: wpa_passphrase “your_wifi_SSID” “your_Wifi_Password” > /etc/wpa_supplicant/wpa_supplicant.conf” Then open interfaces:  /etc/network/interfaces Config this content: # device wlan0 auto wlan0 […]

Không có ảnh

Cli for Iptables on CentOS 7

7 Tháng Năm, 2019 honest 0

Stop FireWall: systemctl stop firewalld Disable FireWall: systemctl disable firewalld systemctl mask –now firewalld Install and Enable Iptables Install Iptables: yum install iptables-services Start Ip […]

Không có ảnh

Add port firewall centos 7

6 Tháng Năm, 2019 honest 0

Add multi port firewall: firewall-cmd –permanent –add-port={25,80,110,143,443,465,587,993,995,5222,5223,9071,7071}/tcp Reload firewall: firewall-cmd –reload honestMình lập blog này với mục đích lưu lại + chia sẻ các các […]