Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

370 total results found

Regular Expression

Python

Character types \w matches with any alphanumeric character . matches to all characters, including symbols \d matches to all single digits [0-9] \s matches to all single spaces  \. matches to the period character import re re.findall(...

AIX VM with qemu

IBM AIX

Introduction What can it be used for? AIX Training and Practice Testing/Developing Environment for AIX Cybersecurity Lab for AIX Running AIX on your laptop for whatever you want to accomplish Prerequisities: QEMU Install aix_7200-04-00-1937_1of2_...

KVM/QEMU

Virtualization

簡介 QEMU為Fabrice Bellard開發的開源硬體模擬器軟體,支援模擬x86、ARM、SPARC、RISC-V、MIPS各種架構的電腦。 Home: QEMU Installation Ubuntu安裝QEMU/KVM和Virt Manager虛擬機管理員 · Ivon的部落格 (ivonblog.com) How to Install and Use Qemu on Ubuntu (itsfoss.com) EmuGUI + QEMU,Windows系統安裝虛擬機軟體 · Ivon的部落...

Learning

IBM AIX

Tutorials YT: Aix administration - YouTube YT: online AIX training for beginners - YouTube YT: AIX in Focus - YouTube YT: IBM AIX - YouTube

AIX VM with virt-manager

IBM AIX

技巧 AIX系統的虛擬磁碟 hdisk0 ,裝置類型必須是 SCSI 磁碟,並且使用指令先建立 qemu-img create -f  qcow2  hdisk0.qcow2  20G,磁碟大小可自行調整。 修改 xml 檔時,可以在 virt-manager 介面上操作,或者以指令模式替代。指令是 virsh edit <vm-name>。 XML 修改 iso 檔路徑 XML 檔增加第一行 <domain type=....> 與 <qemu:comandline> .... </qemu...

Cybersecurity 2

Learning English

Security analysts monitor networks to identify anomalies and suspicious network traffic patterns 安全分析員監控網路以找出異常和可疑的網路流量模式(特徵) we might ask Gemini to explain the mitigation steps in more detail or to rephrase any parts of the explanation that were confusing....

Cheat Sheets

Cybersecurity

Cybersecurity Acronyms

DNS Online Tools

Linux Administration DNS

DNS Check DNS Check DNSChecker Google Admin Toolbox Dig Google Admin Toolbox Check MX Nslookup.io SPF/DKIM/DMARC Check Postmaster Tools (google.com)

Job Interview

Learning English

Words In-person interview 面談 Phone screen 電話篩選 Hiring manager 人事經理 Recruiter 招募人員 Employer 雇主 Employee(s) 雇員 Staff 員工 Candidate(s) 應試者 Interviewer 面試官  Job seeker(s) 求職者 Before Interview The following Strategies are effective ways to prepare fo...

Face Detection

Machine Learning

Coding deepface - About A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.