amrit_3327
amrit_3327
Trusted Member
Joined: Dec 5, 2019
Last seen: May 30, 2021
Topics: 0 / Replies: 65
Topic
Reply
RE: how to check IOs traffic from a linux host?

Following the link and it is well explained.

2 years ago
Topic
Replies: 2
Views: 441
Reply
RE: reCAPTCHA:“ERROR for site owner: Invalid key tyope" in word press

Re register to google analytics and select reCAPTCHA version2 instead of 3 and sometime 3 version is not supported by word press.

2 years ago
Reply
RE: How to email the attachement in linux ?

mailx -a file.txt -s "Subject" user@domain.com < /dev/null

2 years ago
Topic
Replies: 2
Views: 379
Reply
Reply
RE: How to get the ip address of all the server running in AWS account using aws cli

aws ec2 describe-instances --query "Reservations[].Instances[]| [? NetworkInterfaces [? starts_with(PrivateIpAddress, '10.')]].{InstanceId:InstanceId,...

2 years ago
Reply
RE: Github “Updates were rejected because the remote contains work that you do not have” error

Try to do git pull and do git push again. If you are insured about the changes use following command. This is risky to take backup before hand. ...

2 years ago
Page 3 / 5