Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions command.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ pwd
mkdir
rm
rm -rf
rm -rf *.*
yum install
yum remove
yum install -y
Expand Down Expand Up @@ -199,3 +200,11 @@ args = parser.parse_args()
print("The Hostnameof the instance is : %s" % args.hostname)
print("The Securitygroupof the instane is : %s" %args.securitygroup)
print("The Type of the Instance : %s" %args.type)

nc -nv IPaddress
nc IPaddress Port_number
showmount -e IPaddress
df -h (To Show Mount)
hostname
dig Domain_name
dig Domain_name Record_Type (Ex: dig www.google.com MX)