Advanced Search
Search Results
55 total results found
Win10
Activation script: @echo off title Activate Windows 10 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo =========...
Auto-Update
Aptoide: update-script: /usr/local/bin/update_packages.sh sudo bash -c 'echo -e "#!/bin/bash\n\napt update\napt upgrade -y\napt autoremove -y\napt autoclean -y" > /usr/local/bin/update_packages.sh' && sudo chmod +x /usr/local/bin/update_packages.sh #!/bin/...
Improving Battery
Guide to Improving Battery Life on Linux Just use this: https://github.com/AdnanHodzic/auto-cpufreq ____________________________ Table of Contents Introduction Installing TLP Starting and Enabling TLP Understanding TLP Modes Checki...
Setup - Deja - Dup
Deja Dup is a simple backup tool for Linux, seamlessly integrated into the GNOME desktop. It utilizes the duplicity backend to produce encrypted, incremental, compressed backups. Here’s a guide on how to set up Deja Dup on Linux Mint and store backups on your ...
ATEM Controller
Install OpenSwitcher: flatpak remote-add openswitcher https://flatpak.brixit.nl/brixit.flatpakrepo flatpak install https://flatpak.brixit.nl/switcher-stable.flatpakref then run the app, if you have Errors run in Terminal: flatpak run nl.brixit.Switcher ...
Conctrete5
DataBase sudo mysql -u root -p CREATE DATABASE concrete_db; CREATE USER 'concrete_user'@'localhost' IDENTIFIED BY 'ChangeME'; GRANT ALL PRIVILEGES ON concrete_db.* TO 'concrete_user'@'localhost'; FLUSH PRIVILEGES; Install PHP-m...
ffmpeg
Merge to files: ffmpeg -i input_video.mp4 -i input_audio.m4a -c copy output_file.mp4 Convert Videos to smaller files: #!/bin/bash # Pfad zum Verzeichnis mit den Originalvideos VIDEO_DIR="./" # Zielverzeichnis für die komprimierten Videos OU...
OBS-remove-Background
Installation des obs-virtual-cam-filter Plugins für OBS Studio auf Linux Schritte: ZIP-Datei herunterladen: Besuchen Sie die Download-Seite des Plugins auf dem OBS-Forum. Suchen Sie nach dem Download-Link für die Linux-Version des Plugins und laden S...
Docker and Docker-compose
# Add Docker's official GPG key: sudo apt update; \ sudo apt install -y ca-certificates curl gnupg; \ sudo install -m 0755 -d /etc/apt/keyrings; \ curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg;...
Backup on LineageOS
Anleitung: Backup mit Seedvault auf DAVx5 in LineageOS Voraussetzungen: Ein Gerät mit installiertem LineageOS. Seedvault ist auf Ihrem LineageOS-Gerät vorinstalliert. DAVx5 ist auf Ihrem Gerät installiert und eingerichtet. Schritte: DAVx5 einrich...
Stress-Test
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
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
Time-keeper sudo apt install -y timekpr Then configure... DNS-resolve Use PI hole
XiaomiToolV2
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
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
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
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
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
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
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...