2020年9月15日 星期二
2020年9月14日 星期一
什麼是5a88
reference from https://www.facebook.com/groups/5a88.tw
教網中心配發的電腦 就裝5a88
多作業系統開機環境(桌面環境快速部署管理維護系統)。暱稱5A寶寶(5A88)
會複製檔案就會裝系統
作業系統就是檔案,支援微軟Windows、Android-x86、EZGO(UBUNTU),會複製檔案就會裝系統、備份資料,學校可以安裝自己的軟體,網路多點派送檔案。
2020年9月13日 星期日
how to setup kali ip & dns
reference from https://www.itread01.com/content/1541031003.html
os system
root@kali:/etc# lsb_release -a
No LSB modules are available.
Distributor ID: Kali
Description: Kali GNU/Linux Rolling
Release: 2020.3
Codename: kali-rolling
==============
set kali ip
vi /etc/network/interfaces
=======
root@kali:/etc/network# cat interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.2.222/24
gateway 192.168.2.254
======
set kali dns
vi /etc/resolv.conf
root@kali:/etc# cat resolv.conf
# Generated by NetworkManager
nameserver 192.168.1.1
nameserver 8.8.8.8
nameserver 168.95.1.1