How to Create & Configure CodePipeline on Amazon Web Service.
AWS Code Pipeline is a fully managed continuous delivery service that helps you automate your release pipelines for fast and reliable application and infrastructure updates. You can easily integrate AWS Code Pipeline with third-party services such as GitHub or with your own custom plugin. AWS CodePipeline is a workflow management tool that allows users to …
Read more “How to Create & Configure CodePipeline on Amazon Web Service.”
How to Create & Configure CodeBuild on Amazon Web Service (AWS)
AWS CodeBuild is a fully managed continuous integration service that compiles source code, runs tests, and produces software packages that are ready to deploy. With CodeBuild, you don’t need to provision, manage, and scale your own build servers.Build and test code with continuous scaling, with pay as you go pricing across platforms such as Java, …
Read more “How to Create & Configure CodeBuild on Amazon Web Service (AWS)”
How to Create CloudFront on Amazon Web Service
Amazon CloudFront is a content delivery network operated by Amazon Web Services. Content delivery networks provide a globally-distributed network of proxy servers that cache content, such as web videos or other bulky media, more locally to consumers, thus improving access speed for downloading the content. CloudFront works seamlessly with any AWS origin, such as Amazon …
Steps to Install MultiTail on Ubuntu 20.04 LTS
MultiTail is a free & open source ncurses utility. It is used to display a single or multiple log files in a single window. It is simple, easy to use command line utility. We can easily analyze the log files & we can also use different colors for managing or making it more easily understanding …
3 Steps to Setup nload in Ubuntu 20.04 LTS
NLoad is a free & open source network administrator tool. It helps to monitor the network traffic and bandwidth usage in real time. It allows to monitor incoming and outgoing traffic using graphs and provides additional information like transferred data and min/max network usage. There are some steps to monitor network traffic using nload command …