This tutorial explains how to create a new design for the froxlor web panel by copying the main theme, adjusting the config.json file, and modifying the CSS.
(more…)Category: Tutorial
-

Sticky Footer with Flexbox
You can add the following code to your CSS file in order for the sticky footer to stay on the bottom of the page no matter how little content there is on the page. This footer, however, may be pushed downward when there is a lot of content on the page, so it differs from a fixed footer.
(more…) -

Install NodeJS and NPM with NVM
Today, i will explain you how to use NodeJS and NPM with NVM on a Ubuntu machine.
(more…) -

Enable systemd support in WSL2
With the Microsoft Store version of WSL, a long-awaited feature is finally available: systemd support. This brings WSL much closer to a real Linux environment and allows you to manage services in a clean, predictable way—without hacks or custom scripts. In this post, I’ll walk you through the prerequisites, show you how to enable systemd in your WSL distribution, and explain how to verify that everything is working as expected. Perfect if you’re using WSL in a professional setup and want behavior that closely matches a native Linux system.
(more…) -

Use YubiKey with SSH & GPG on Windows
This Tutorial will help you to use YubiKey with SSH & GPG on Windows.
(more…) -

YubiKey GPG inside WSL2
This tutoriall will explain you how to use the YubiKey inside a WSL2 instance.
(more…)
