How to batch download music using a linux terminal

Another day, another tutorial, on the menu today is the linux tool, spotdl, found here: https://github.com/spotDL/spotify-downloader

The setup and usage of this tool is very easy, I will be using it on windows 11 through windows subsystem for linux (WSL).

set up WSL

WSL setup is also very easy, just hit the windows button on your keyboard and type powershell, hit enter and you will open a terminal.

type, or copy paste the below text.

Read more

Running local text to image the easy way

Hello again~!!

Today I will show you how to easily install a local text to image tool on windows that will work with a variety of user interfaces available.

You can run a number of different models as well..

stabilitymatrix install

  • Go to: Stability Matrix and download the latest release.

  • When this download is completed, go to your preferred storage place on your pc/network, make a new folder, mine is just named stability matrix, extract the executable file here.

Read more

!drawing tablet get!

Today marks the start of my attempt at using a drawing tablet as a general purpose + gaming input device and so far it’s pretty great with one exception.

The device I am using is this: https://store.huion.com/eu/products/kamvas-13 !Image Description

  • general input 10/10 it works just as well as a regular mouse I’d say, which is my /10 marker
  • path of exile 2 8/10 often depressing mouse 1 because of learning curve of hovering the sylus above the tablet screen.
  • counter strike 2 3/10 I had to increase my ingame sense to an ungodly amount feels good for general gameplay but nades are absolutely awful in that releasing nades makes them jerk upwards cause of raising the pen from the screen. This is an issue especially for me as I’ve built up nade experience on office for about 5000 hours and my best nades are highly precise.
  • drawing ?/10 I was never really good at drawing but did do a lot of it as a kid/teenager, wanting to pick up the skill again I’m relearning so I cannot say how good it is therefor.
Read more

Life

life is like a box of chocolates, you never know what you’re gonna get

it’s been a bit of a wild ride recently, I got my ethernet wiring done using field plugs, wiring regular rj45 plugs is … let’s just say I’m not that guy. My razer blade 15 2020 base model laptop has been turned into a proxmox server taking care of an ubuntu vm I can ssh into to download anime from anywhere in the world, as well as a truenas core vm to handle the data stored. I have gotten ollama [dolphin-llama3, and mixtral], stable diffusion [FLUX], running on my desktop system.

Read more

How to set up anime batch download to streaming pipeline using WSL

Jellyfin setup

Windows/

Step 1: Download Jellyfin from the official website: https://jellyfin.org/downloads/windows Noting to download the SERVER installer. Step 2: Follow wizard instructions and complete installation. Step 3: Launch Jellyfin.Windows.Tray.exe if the installer does not already launch the service.

Ubuntu/

apt-get update && sudo apt-get upgrade -y && sudo apt-get install curl && curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash  

the above commands does the following; updates the system, installs curl, and installs Jellyfin in that location.

Read more