Understanding Network Connections and installing Cups - Why do we print so much, arg! EC2 Metadata

Subscribers:
1,220
Published on ● Video Link: https://www.youtube.com/watch?v=Iaullwf9MNY



Duration: 16:22
74 views
1


You can curl http://169.254.169.254/latest on your EC2 instance to get metadata. It is pretty cool.

Installing the CUPS printing. I really do not like printing so I will likely do my best to avoid to many videos about it.

Common networking commands for troubleshooting/understanding/etc

I have a video specifically about wireshark... https://youtu.be/xqHy2xZjuZ0

Geolocate an IP - https://www.iplocation.net/ip-lookup

[ec2-user@ip-172-31-81-162 ~]$ history
27 netstat -tnlp
28 clear
29 netstat -tnp
30 netstat -tnlp
31 sudo netstat -tnlp
32 man cups
33 sudo yum -y install cups
34 netstat -ntlp
35 sudo netstat -ntlp
36 sudo systemctl start cups.service
37 sudo netstat -ntlp
38 man cups
39 man lpinfo
40 man lpadmin
41 curl localhost:631
42 exit
43 ping www.amazon.com
44 ifconfig
45 curl http://169.254.169.254
46 curl http://169.254.169.254/latest
47 curl http://169.254.169.254/latest/meta-dat
48 curl http://169.254.169.254/latest/meta-data
49 curl http://169.254.169.254/latest/meta-data/public-ipv4
50 ping www.amazon.com
51 traceroute www.amazon.com
52 clear
53 lsof
54 sudo lsof
55 sudo lsof | ESTA
56 sudo lsof | grep ESTA
57 sudo lsof | grep -i esta
58 netstat
59 netstat -tnlp
60 man tcpdump
61 history




Other Videos By Information Technology


2022-12-16I received the CompTIA Secure Infrastructure Specialist – CSIS Stackable Certification
2022-12-15I got the CompTIA IT Operations Specialist – CIOS Stackable Certification
2022-12-14I passed the CompTIA Network+ Certification Exam
2022-12-13I got the CompTIA Systems Support Specialist – CSSS Stackable Certification
2022-12-12Children
2022-12-12I passed the Linux+ certification exam from CompTIA
2022-11-08Launch EC2 From AWS Lambda - This was done using an AWS Academy Learner Lab Account
2022-10-13Create Random Files in Learners Home Directories
2022-10-13Create 90 SFTP Only Users With a Single Command
2022-10-13Setting up a chrooted sftponly system for users in a specific group
2022-10-13Understanding Network Connections and installing Cups - Why do we print so much, arg! EC2 Metadata
2022-10-13Setup and Apache Web Server on AWS EC2
2022-10-13Systems Administrators Should Learn From Others Mistakes - Look at Standards
2022-10-13Playing with Split, Cat and Diff in linux using AWS
2022-09-23Finding files in linux and then doing something with that information (locate, find, updatedb, exec)
2022-09-22Linux Cut, Paste, Sort, Uniq, Tr, and Egrep - lets play
2022-09-22Cost of EC2 in AWS and touching on how to learn Regular Expressions
2022-09-22Getting ready to certify in Amazon Web Services (AWS)... Watch this video to get some tips
2022-09-19Setup a StarBound server in AWS on ubuntu
2022-09-15Some great features of the Canvas LMS and my course setup best practices
2022-09-15Linux combing and compressing (zipping) with tar. Simple reports with xargs and gpg for encryption