110 likes | 131 Views
Project: My Certificate – Linux+ . Sabuna Timilsina , Chris Haley, & Christian Gonzalez Team G Amazon Apprentice Program Center for Info. Assurance Education (CIAE) (NSA/DHS CAE-CDE). Team - Agenda. Practice-Labs: CompTIA RoadBlocks Message. Accessibility. Diversity and Inclusion
E N D
Project: My Certificate – Linux+ SabunaTimilsina, Chris Haley, & Christian Gonzalez Team GAmazon Apprentice Program Center for Info. Assurance Education (CIAE) (NSA/DHS CAE-CDE)
Team - Agenda • Practice-Labs: CompTIA • RoadBlocks • Message
Accessibility • Diversity and Inclusion • Technology for everyone • Fonts,Texts,Pixels,Sound
Compress Data • Tools/Technology &Utilities • Gzip-highest compression command gzip -9 hosts • Bzip- Create heavily compressed files • Xz- Better compression than gzip &bzip • Tar- Archiving utility
Access Control Lists • A list of permissions attached to individual objects or groups • getfacl – retrieve ACLs of files and directories • setfacl – change ACLs
Securing Communications - SSH • Provides an authenticated, encrypted method for connecting to a system • SSH port forwarding – tunneling an app through SSH to secure the transmission • /etc/ssh/sshd_config- config settings for OpenSSH Server • systemctl status openssh– checks status of ssh server
Securing Data with Encryption • Cryptographic technique used to turn plaintext into ciphertext • Data at rest – full drive and/or file encryption • Data in transit – SSL / TLS / IPSec • Data in use – controlled access (ACLs) / hashing
Network Troubleshooting • Ping - helps you test connectivity between machines. • Route – used to view and modify routing table. • Traceroute – prints out route packet takes.
Network Troubleshooting • Netstat – provides info on network connections such as ports and interface stats; [ss] • Nslookup/Dig – query Internet servers
Message Divide and Conquer Shared Responsibilities
Key References • Practice-Labs • The Official CompTIA Linux+ Student Guide • Google Images