AWS CLI using aws-shell

List all SSL certificates iam list-server-certificates Upload server certificate iam upload-server-certificate –server-certificate-name self-signed-cert –certificate-body file:///Users/anja9738/ssl/anj/3/my-certificate.pem –private-key...

There are stopped jobs (on bash exit)

    A stopped job is one that has been temporarily put into the background and is no longer running, but is still using resources such (i.e. system memory). Because that job is not attached to the current terminal, it cannot produce output and is not...

Nepal- A Country with National Energy Crisis

Wind Energy: I haven’t explored possibilities myself but there is huge potential  which need to  be explored. I am only providing a part of the solution but this alternative source of energy would definitely act as an stepping stone to remove Nepal from the...

Linux search and find commands

How to search top 10 biggest Files and Directories On a Linux ? du -a / | sort -n -r | head -n 10 sample output: 13114096 / 10202596 /opt 10202588 /opt/hybris 7103152 /opt/hybris/data 6512664 /opt/hybris/data/acceleratorservices 6498916...