The digital age requires businesses and individuals to have a website. Whether you are a developer, blogger, or an entrepreneur, hosting your website securely and efficiently is essential. Let’s see how to create a static website using Amazon Amplify, one of the powerful services offered by Amazon Web Services (AWS)..
Compiling tools
Ansible AWX
Ansible is an automation tool that comes under IAAC (infrastructure as a code). Ansible is used for provisioning the infrastructure of the working environment, and virtualized hosts. It can also be used to install services and provision resources inside the cloud infrastructure. Ansible AWX is a freely available project tool for testing, which can be used in the lab, POC environment or deployment. It is considered the foundation on which the Ansible Tower was created. Also, AWX is a code branch that only goes through minimal and quality engineering testing. Basically, …
PHP 8 Released
PHP is one of the programming languages that are easiest to use and learn, Now PHP 8 has been officially released and its new major update contains a bunch of optimizations and powerful features to the language which allows us to write better code and build more powerful applications. You can install the latest version PHP 8 via EasyApache 4 on a cPanel server but its main requirement is that the server needs to be running CentOS 7 or newer, as PHP 8 does not support on CentOS 6 servers.
Network configuration in Ubuntu 18.04 LTS using netplan
With Ubuntu 18.04 onwards, configuring IP addresses stands different from the older versions. When comparing with the previous versions the Ubuntu is using a new utility called Netplan – another order line arrange design utility, to arrange an IP address. Netplan has been presented by Ubuntu engineers in Ubuntu 17.10 where we no longer use the “interfaces” file to configure IP address but does the task using a YAML file with all default arrangement documents found under /etc/netplan/ directory. In this blog, we will check on how to design static …
Gradle is an advanced general purpose build management system written in Groovy. Gradle has a highly-customizable dependency resolution engine, visual build inspection and debugging tools, and many work avoidance mechanisms. Using Gradle, we can develop apps to microservices for small startups to big enterprises faster. The Enterprise edition of Gradle provides remote caching and test artifacts across the team to speed up the build.