Tagged articles
10 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Jun 30, 2024 · Operations

Debian Installer Adds Systemd‑boot Support – What It Means for Linux Booting

Debian developer Luca Boccassi announced that the Debian installer will support systemd‑boot, initially available only in expert mode, with plans to open it to all users after thorough testing and UEFI Secure Boot integration, while GRUB remains the default bootloader, expected in Debian 13 “Trixie” around 2025.

DebianGRUBLinux
0 likes · 3 min read
Debian Installer Adds Systemd‑boot Support – What It Means for Linux Booting
Top Architect
Top Architect
Mar 29, 2022 · Backend Development

Packaging a Spring Boot Application into a Windows EXE Installer with exe4j and Inno Setup

This guide walks through converting a functional Spring Boot JAR into a Windows executable with exe4j, then bundling the EXE, JRE, and dependencies into a single installer using Inno Setup, providing step‑by‑step screenshots, configuration tips, and the final script for seamless deployment on machines without a JDK.

Desktop ApplicationExe4JInno Setup
0 likes · 6 min read
Packaging a Spring Boot Application into a Windows EXE Installer with exe4j and Inno Setup
php Courses
php Courses
Nov 3, 2020 · Backend Development

How to Update the Laravel Installer to the Latest Version

This guide explains how to upgrade the Laravel installer to the latest version using Composer, covering three methods: composer require, uninstall and reinstall, and editing the global composer.json, with commands and verification steps.

BackendComposerLaravel
0 likes · 5 min read
How to Update the Laravel Installer to the Latest Version