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

40 total results found

Stress-Test

My-Stuff

Stresstest unter Linux Vorbereitung: Systemaktualisierung: Aktualisieren Sie Ihr System, um sicherzustellen, dass Sie die neuesten Pakete und Treiber haben: sudo apt update Werkzeuge installieren: Installieren Sie die benötigten Tools für den Str...

Thin Client to Proxmox

My-Stuff

Use this: https://www.apalrd.net/posts/2022/raspi_spice/ script: #!/bin/bash set -e # Set auth options PASSWORD='remote1234' USERNAME='remote@pve' # Set VM ID VMID="601" # Set Node # This must either be a DNS address or name of the node in the...

Kindersicherung

My-Stuff

Time-keeper sudo apt install -y timekpr Then configure...   DNS-resolve Use PI hole

XiaomiToolV2

My-Stuff

Try this one: https://github.com/topminipie/XiaoMiToolV2 Or This: https://androidmtk.com/xiaomitool-v2 Solution https://github.com/topminipie/awesome-xiaomi-bootloader-unlock#miunlocktool--mibypasstool--mitool Download this: https://github.com/offici5l...

Debian Upgrade

My-Stuff

Upgrade debain11 to debain12: Edit the file /etc/apt/sources.list using a text editor and replace each instance of bullseye with bookworm. Next find the update line, replace keyword **bullseye-updates** with bookworm-updates. Finally, search the security li...

Remove Win password

My-Stuff

Setup:   Boot Linux Install chntpw sudo apt install -y chntpw Mount win disk cd into <win-disk>/Windows/System32/config run sudo chntpw -l SAM use  sudo chntpw -u "Username" SAM Reboot to Win and have fun xD

Print with AB-88H

My-Stuff

Driver Download from here: https://ddigital.pt/en/ab-88h   Install with sudo bash setup_v1.0.0.sh sudo apt install -y libcups2-dev or try this: sudo apt-get install libcupsimage2:i386  

Start into AI

My-Stuff

Default for CPU: Download and install this: https://gpt4all.io/index.html Default for Nvidia or AMD GPU: git clone https://github.com/oobabooga/text-generation-webui then cd into it and run install: ./start_linux.sh Find good LLM or other AI mo...

Add something to BTCmap.org

My-Stuff

Edit location in openstreetmap.org   Add those Tags: check_date=2024-04-04 check_date:currency:XBT=2024-04-05 currency:XBT=yes payment:coins=yes payment:lightning=yes payment:onchain=yes survey:date=2024-04-04 For more visit: https://wiki.btcmap.org/...

OhMy zsh

My-Stuff

Install: sudo apt install zsh fonts-hack-ttf fonts-powerline sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" Config: edit ~/.zshrc set theme: git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUST...

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   Extrackt and install by dobble cklick. Install dependensies: sudo apt install -y libapr1 libaprutil1 libxcb-cursor0 libxcb-damage0   On amd GPU install  sudo apt install mesa-o...

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...