-
education
Install an open source CMS with Joomla!
Today we will install joomla! Joomla is an open source content management system (CMS) for creating and managing websites. It allows users to edit website content and adjust the design without requiring programming skills. https://hub.do... -
education
Navidrome is a platform for building a music streaming server.
What is Navidrome? Navidrome is a lightweight and user-friendly music server software. With Navidrome, you can stream and enjoy your music library from anywhere. It's open-source and works on many platforms. The installation and setup ar... -
education
Install drupal using docker
Install and configure the latest drupal using docker. The version is drupal10. drupal is an open source Content Management System (CMS), which provides a framework for building and operating websites. Drupal is a CMS that provides a fram... -
education
Install Audiocraft (MusicGen), a music generation AI, on your own PC
Today, we will install Audiocraft using the following GitHub page as a reference: We will use a python virtual environment, so we do not have to worry about messing up our computer. The main purpose of using a python virtual environment ... -
education
Installing and configuring FFmpeg
I am installing FFmpeg on windows 11 because I will often need it in the future for working with video and music files. FFmpeg is an open source software project that provides a set of tools and libraries for recording, converting, and s... -
education
How to Set Up Audio WebUI with Docker: Inspired by Whisper, Gradio, and Audiocraft
I want to try AudioCraft in a desktop environment on Ubuntu 22.04, so I will use Docker to achieve this. I will proceed by cloning the GitHub below; once AudioWEBUI is set up, it appears that AudioCraft can be used. Other options include... -
education
Install CUDA on WSL (Ubuntu)
To use CUDA on WSL, first install WSL on the host Windows 11 and then set up CUDA. However, in order to use CUDA on WSL, your Windows version must be Windows 10 Insider Preview Build 20150 or later or Windows 11. If you are using Windows... -
education
Should I install CUDA on a PC with an NVIDIA grabber?
If you want to perform deep learning or GPU-based computational processing on a PC equipped with NVIDIA GPUs, it is recommended to install CUDA (Compute Unified Device Architecture) CUDA is NVIDIA's parallel computing platform and set of... -
education
Delete WSL and return to initial state
The environment in wsl has been messed up so I will remove it and reinstall it. The goal is that when you reinstall, you will be prompted to determine your user name and password. Uninstall the distribution from Windows "Apps and Feature... -
education
Install stable diffusion web ui (WSL)
Install the docker version of stable diffusion web ui. we have already installed the Windows subsystem for Linux (WSL2) and will use it to achieve this. from Microsoft Store we have installed ubuntu and have just created a user and passw...