Building a Static Website with Amazon S3

Amazon Simple Storage Service (S3) is a web service offered by Amazon Web Services (AWS) for storing and access to objects via the internet. S3 offers websites, web services, and mobile applications the ability to upload data and store it on its servers. In this guide, we will create and configure a simple static website using Amazon S3.

Installing Cockpit on AlmaLinux 8

Linux Cockpit is a browser-based user interface for Linux systems. Linux Cockpit can be used as an alternative to a command-line or GUI tools like top, free, htop, lsof, iotop etc, to monitor resource usage such as CPU/Memory/Disk I/O and processes running on your system.

Installing Mono on Debian 11

Mono is an open-source platform for developing applications and libraries. It has been developed by Novell Inc. since 2002, with a focus on the .NET framework developed by Microsoft. Mono provides a complete CLR (Common Language Runtime) implementation that can run class libraries or components that target Microsoft’s original .NET runtime.

Installing Java 17 (JDK 17) on Debian

The Java Development Kit (JDK) is the name of the software development kit (SDK) for the Java programming language, which enables anyone to create both Java applications and applets for running on many operating systems. This tutorials shows how to install Java JDK on Debian 11.

Installing AngularJS on AlmaLinux 8

AngularJS is a JavaScript-based open-source front-end web application framework primarily maintained by Google that assists with running single-page applications. It allows developers to use HTML as their template language and lets them create robust, interactive websites without having to reload the browser for every new page view.