Security+ (SY0-401) study note

—————————————————————————————Chapter 1————————————————————————————— Confidentiality > Encryption > Access Controls – Identification, Authentication, Authorization > Steganography > Integrity -provides assurances that data has not changed > Hashing – a hash is simply a number created by executing a hashing alogorithm against data, such as a file or message. as long as the […]

Bash On Ubuntu On Windows(Windows Subsystem for Linux)

After Windows 10 Build 14316 or later you can enable Microsoft Windows Subsystem for Linux feature so you can run Ubuntu in your Windows box. Check build version C:\>systeminfo | findstr /B /C:”OS Name” /C:”OS Version” OS Name: Microsoft Windows 10 Enterprise Evaluation OS Version: 10.0.14393 N/A Build 14393 C:\> […]