Best of Linux — December 2023
- 1
- 2
Hacker News·2y
Frooodle/Stirling-PDF: locally hosted web application that allows you to perform various operations on PDF files
Stirling-PDF is a locally hosted web application for manipulating PDF files, offering various features like merging, splitting, converting, and more. It uses technologies like Spring Boot, Thymeleaf, PDFBox, LibreOffice, and Docker.
- 3
- 4
omg! ubuntu!·2y
Zorin OS 17 Beta Includes New ‘Spatial Desktop’ Features
Zorin OS 17 Beta is now available for testing, featuring improved performance, a horizontal workspace switcher, interactive screenshot tool, enhanced Zorin Menu, and spatial desktop features. It is based on Ubuntu 22.04 LTS and uses GNOME 43. Users can download the beta version from the project website.
- 5
- 6
- 7
- 8
AWS Tip·2y
Dockerizing a Static Website using Apache as a Web Server
The article explains how to dockerize a static website using Apache as a web server. It covers the steps to update the server, download and unzip the website files, create a Dockerfile, build and run a Docker image, and visit the deployed website. The deployment process using Docker and Apache offers scalability and reproducibility across different environments.