-
education
I used Rakuten Drive (online storage) 10GB Free
Rakuten Symphony, Inc. has launched a new file storage cloud service in Japan called Rakuten Drive. The service, which is available for both personal and corporate users, enables users to send large files at high speed and manage and sha... -
education
Install ArozOS, a web desktop operating system
What is ArozOS? The main contents are as follows. I actually tried it and found it most useful to be able to operate it with a browser. I think it has many other applications. https://arozos.com/ Before installing, let me describe its fe... -
education
Install WhisperSpeech on your PC (local)
WhisperSpeech" is an open source text-to-speech (TTS) system for synthesizing speech from text. The system provides technology to convert text data into speech that resembles the human voice. Below is a detailed description of WhisperSpe... -
education
Several ways to create multiple WSL environments
By setting up multiple WSL (Windows Subsystem for Linux) environments, each environment can be specialized for different purposes and projects. This provides the following advantages Isolation: Changes made in one WSL instance will not a... -
education
I can no longer update mysql with dnf
As usual, I typed dnf update and selected "y" because there were updaters for MySQL-related packages, and the following error occurred. [root@instance-20221217-0000 ~]# dnf update Last metadata expiration check: 0:28:38 ago on Mon 22... -
education
Install Wine 9 on Linux and run Windows apps
Install Wine on Ubuntu22.04Desktop. Refer to the Ubuntu WineHQ Repository on the official page to install by repository. https://www.winehq.org/ The sudo dpkg --add-architecture i386 command is used to add support for 32-bit libraries an... -
education
Install Whisper locally (transcription, free)
Install Whisper, which allows you to transcribe text. You can use Whisper for free on your own PC (local environment) Whisper is an advanced speech recognition model developed by OpenAI that can convert speech into text. Transcription of... -
education
Install VALL-E-X in local environment using Docker
I have previously installed VALL-E X for voice cloning on my own PC in a python virtual environment. Today we will do this using Docker; we will install Docker on WSL. WSL (Windows Subsystem for Linux) is a feature that allows you to run... -
education
Install VirtualBox7 and Vagrant in a CUI environment to build a music server
Install VirtulBox and vagrant based on the description on the official website. We will actually set up a virtual machine, share (transfer) files between the host and the guest (virtual machine), and practice various other things. https:... -
education
Utilizing CUI music player on Linux: installation and configuration of cmus, ncmpcpp, and MPD
There are many music playback tools available in a CUI (character user interface) environment, but here are a few that are new and noteworthy. These players feature the latest features and modern design concepts. cmus: cmus (C* Music Pla...