Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

55 total results found

Make your own ISO

My-Stuff

Install the tools: sudo apt-add-repository universe sudo apt-add-repository ppa:cubic-wizard/release sudo apt update sudo apt install --no-install-recommends cubic     Start app and select your start ISO.In the chroot version make your channges     ...

Davinci Resolve on Linux MINT

My-Stuff

Download Davinci: https://www.blackmagicdesign.com/products/davinciresolve Setup DistroBox and BoxBuddy Extrackt and install in fedora 37 distroboy Install dependensies: sudo dnf install -y alsa-plugins-pulseaudio libxcrypt-compat xcb-util-renderutil xcb-u...

Converte Markdown File to PDF

My-Stuff Nice scripts

Save file convert_md_to_pdf.zsh     #!/bin/zsh # Überprüfe, ob das Argument für die Markdown-Datei übergeben wurde if [ $# -eq 0 ]; then echo "Usage: $0 /path/to/markdown.md" exit 1 fi # Pfad zur Markdown-Datei input_file=$1 output_file=...

npm / nodejs

Services

Follow instructions: https://github.com/nodesource/distributions#using-debian-as-root-4

SRT to RTMP

My-Stuff

Requrements: sudo apt install -y ffmpeg srt-tools To test start a SRT stream with FFMPEG: ffmpeg -re -i video.mp4 -c:v copy -c:a copy -f mpegts "srt://127.0.0.1:2088?mode=caller&passphrase=mypassword" start srt listener: srt-live-transmit srt://:208...

Create P2P file share

My-Stuff

Create BitTorrent   Install some packages apt install -y transmission-cli opentracker     Configure Tracker edit /etc/opentracker/opentracker.conf check status: systemctl status opentracker.service   create torrent file with transmission-gtk or tran...

Install-Standart-TMP

My-Stuff

Standardinstallation Linux MINT Zerotier curl -s https://install.zerotier.com | sudo bash Bitwarden flatpak -y install com.bitwarden.desktop OnlyOffice flatpak -y install org.onlyoffice.desktopeditors NextCloud sync Download Appimage -> GearLever flatpak -y...

Edit Metadata

My-Stuff

Add Licenz and Copyright:   exiftool -overwrite_original -Copyright="Type Info" -Rights="Type Info" ./*.jpg

tmp

My-Stuff Nice scripts

Logitech wrong mode: usb_modeswitch -v 046d -p c26d -M 0f00010142 -C 0x03 -m 01 -r 01

Davinci Resolve

My-Stuff

Install Davinci Resolve on LinuxMINT !!Still in Developement!! Downloads Davinci: https://www.blackmagicdesign.com/products/davinciresolve Make DEV: https://www.danieltufvesson.com/makeresolvedeb Install tools sudo apt install -y xorriso libpango1.0-dev oc...

Satisfactory Steam server

My-Stuff

Manuelle Installation von SteamCMD SteamCMD-Verzeichnis erstellen: Erstelle ein Verzeichnis für SteamCMD und wechsle dorthin: mkdir ~/steamcmd cd ~/steamcmd SteamCMD herunterladen: Lade SteamCMD mit wget herunter und entpacke es: wget https://steamcdn-a.a...

Thinkpad Fingerprint on Linux

My-Stuff

Check if your fingerprint device is supported: Find youre Device: lsusb Output: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 04f2:b6be Chicony Electronics Co., Ltd Integrated Camera Bus 002 Device 001: ID 1d6b:0...

Run Steam in gamepadui/big-picture mode at boot

My-Stuff

Pre config You just need auto login an steam   Systemd-service create sytemd service: /etc/systemd/system/steam-bigpicture.service [Unit] Description=Steam Big Picture Mode After=network.target [Service] User=YOUR_USER ExecStart=/usr/bin/steam -...

Importing Open Source Models to Ollama

My-Stuff

Clone from huggingface.co: apt install git-lfs git clone https://huggingface.co/nvidia/Llama-3.1-Nemotron-70B-Instruct-HF Import to ollama Create Modelfile # Modelfile FROM "./" PARAMETER stop "<|im_start|>" PARAMETER stop "<|im_end|>" TEMPLAT...

Arch

My-Stuff

Installer: Install defaults, with KDE plasma. Check The mirror for multilib Post install: Needet: sudo pacman -S git htop vim mkdir -p git && cd git git clone https://aur.archlinux.org/paru cd paru makepkg -si paru -S brave-browser Configuration...