by Anjani Phuyal | Jul 8, 2016 | AWS
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...
by Anjani Phuyal | Jul 8, 2016 | Linux
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...
by Anjani Phuyal | Jun 1, 2016 | Configuration Management
git resource The git resource can be used to manage source control resources that exist in a git repository. git ‘/var/www/html/jorani-chef’ do repository ‘[email protected]:anjani-phuyal/jorani-chef.git’ revision ‘master’ action :sync...
by Anjani Phuyal | Dec 13, 2015 | Nepal
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...
by Anjani Phuyal | Aug 24, 2015 | Linux
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...