Aspire v15 Fedora26 install

一、解決安裝 Fedora26 完成後無法開機問題 Fix No Bootable Device Found Error After Installing Ubuntu Fix No Bootable Device Found Error After Installing Ubuntu Press […]

Fedora26 and DRBL

壹、Fedora 26 安裝 28 Things to Do After Fresh Installation of Fedora 26 Workstation 28 Things to Do After Fresh Installation of Fedora 26 Workstation htt […]

DOSBox for Ubuntu and array30 CAI

一、DOSBox相關連結 1.DOSBox tutorial 2.Guide: installing Windows 95 on DOSBox 3. DOSBox wiki 4.Creating a Game DOSBox Shortcut 二、Create Disk Image http://ww […]

06

dd 指令

dd(data duplicator) convert and copy a file 1.硬碟對拷 dd if=/dev/sda of=/dev/sdb bs=10M conv=noerror,sync 註1:dd: How to calculate optimal blocksize? conv […]

04

如何避免DNS主機被當成攻擊跳板

http://tprc.tanet.edu.tw/DNS-amplify/DNS-setup.html 1.定義一個ACL,設定能存取DNS服務的IP範圍,此例192.168.0.0/16,可自行調整為貴單位的網段*/ acl “allowed-IP” { 192.168.0.0/16; }; 2. […]