Backup : # backup list of installed packages dpkg --get-selections | grep -v deinstall > backup-packages.txt Restore : # mark all packages as "deinstall" except the essentials one so you have a very low-level Linux system sudo dpkg --clear-selections # restore your backup sudo aptitude install -y $(cat backup-packages.txt | awk '{print $1}')

Tags: LinuxDebianbackupdeb
Category: LinuxDebian

First you need to clone whisper.cpp repository : iman@Debian:~/whisper.cpp$ git clone https://github.com/ggml-org/whisper.cpp cd whisper.cpp Then save this as build.sh in the whisper.cpp directory and chmod +x build.sh #!/bin/bash export LANG=en_US.UTF-8 ## depends cuda-toolkit cmake curl libcurl4-openssl-dev # Check dependencies DEPENDENCIES=( 'cuda-toolkit' 'cmake' 'curl' 'libcurl4-openssl-dev' ) for i in "${DEPENDENCIES[@]}"; do dpkg -s $i > /dev/null 2>&1; if […

Tags: linuxwhisper.cppLLMGGMLCUDAAicompilegit
Category: LLM

gedit_LLaMA is a Gedit plugin that integrates with openai API compatible local LLM servers (like llama.cpp) to ask questions about selected text. Features Context-Aware Prompts: Automatically includes selected text in your prompt when asking LLaMA questions. Streaming Support: Displays responses as they arrive, providing real-time output from the model. Customizable Configuration: Easily configure API URL, API key, model name and keyboard shortcut. Multi-line Prompt Input: Use a multi-line te…

Tags: LLMGnomeGeditLLaMA
Category: LLMLLaMA

Cover of Yamê - Solo generated with acestep.cpp AI Music Generator and AceSteps 1.5 Open-Source Music Generation model on a NViDiA RTX3090. 20260313055524_0 Your browser does not support the audio element. { "caption": "A classic roots reggae track, female vocal, syncopated guitar upstrokes, a prominent bassline, steady one-drop drum beat, powerful horns section and Hammond organ, all contributing to a vibrant groove typical of reggae.", "lyrics": "[intro]…

Tags: Linuxacestep.cppYamêSoloAiLLMGGMLCUDAmusic
Category: LLMMusic

This was generated with a Q8 quantized FLUX.1-dev gguf model and Lyumin Zhang stable-diffusion-webui-forge on a NViDiA RTX3090. Full outdoor shot of an elephant sitting perched on a bare, skeletal tree branch that extends from the middle ground into the desert landscape. The elephant is centered in the image and is facing away from the viewer. Its large ears are prominent, and its body appears to be a light brownish-gray. The tree, which the elephant is seated on, is bare with only some thin,…

Tags: Flux.1-DevStable DiffusionAiphotography
Category: LLM