- Visit fmhy.net/android-iosguide#ios-ipas for more sources.
- Sideloading Guide: https://rentry.co/sideloadingguide
| #!/bin/bash | |
| set -euo pipefail | |
| # Configuration | |
| UPS_NAME="my-ups" | |
| UPS_USER="ups-admin" | |
| UPS_PASS="super-secret-password" | |
| EMAIL_RECIPIENT="[email protected]" | |
| CHECK_INTERVAL=10 # Seconds between status checks |
| # | |
| # This is how to access the online service of Microsoft Office 365 by IMAP protocol in Ruby. | |
| # | |
| # It uses OAUTH2 authentication through the browser. | |
| # The authentication is done with the Thunderbird client_id, so that it should work equally to your Thunderbird access. | |
| # | |
| # Adjust your mail address: | |
| email_address = '[email protected]' |
| #!/bin/bash | |
| # Credits | |
| # DiabloSat - https://github.com/progzone122 | |
| # Andrés Alberto - https://gist.github.com/andriandreo | |
| while true; do | |
| # Capture the current clipboard content | |
| clipboard_content=$(wl-paste) | |
| # Remove trailing newlines using sed | |
| cleaned_content=$(echo "$clipboard_content" | sed ':a; /^$/{$d; N;}; /\n$/ba') |
My laptop specs: MSI Bravo 15 B7E
- CPU: AMD Ryzen™ 5 7535HS Processor with AMD XDNA™ architecture 6 cores, Max Boost Clock 4.55 GHz
- GPU: AMD Radeon™ RX 6550M 4GB GDDR6
- RAM: 32GB DDR5-4800
- Clone ollama
git clone --recursive https://github.com/ollama/ollama.git - go to directory
cd ollama
Date of the guide : September, 2025
In this post, I will provide the solution that worked on my system on how to install Radeon Open Compute (ROCm) on Arch (linux-6.6.7.arch1-1) for RX 6900 XT (Should work on other 6000 series). ROCm is an open-source software platform that allows GPU-accelerated computation. This tool is a prerequist to use GPU Acceleration on TensorFlow or PyTorch. In this guide I will use Paru as my AUR package helper, feel free to use any other (https://wiki.archlinux.org/title/AUR_helpers). I will assume you have a working operating system and know what you do with it (Otherwise Arch will be painfull for you).
| ####### | |
| ## These results are still open to the public. See | |
| ## https://blog.ktz.me/the-best-media-server-cpu-in-the-world/ | |
| ## for analysis of them. | |
| # https://github.com/ironicbadger/quicksync_calc | |
| # zoidberg - dell 7040 sff pc | |
| CPU TEST FILE BITRATE TIME AVG_FPS AVG_SPEED AVG_WATTS | |
| i5-6600T h264_1080p_cpu ribblehead_1080p_h264 18952 kb/s 116.352s 29.88 1.04x N/A |
| #!/usr/bin/env bash | |
| # current_shell_rcfile() { | |
| # if [ -n "$BASH_VERSION" ]; then | |
| # printf "%s\n" ~/.bashrc | |
| # elif [ -n "$ZSH_VERSION" ]; then | |
| # printf "%s\n" ~/.zshrc | |
| # elif [ -n "$FISH_VERSION" ]; then | |
| # printf "%s\n" ~/.config/fish/config.fish | |
| # elif [ -n "$XONSH_VERSION" ]; then |
| // insert into ~/.config/waybar/config | |
| "custom/ddc_brightness": { | |
| // I don't even want to know why this works. | |
| // Change it to the following for your custom icons, | |
| // current format is a hack for Material Symbols to display normally: | |
| // "format": "{icon} {percentage}%", | |
| "format": "<span rise='-2pt' size='12pt'>{icon}</span> <span rise='1pt' size='10pt'>{percentage}%</span>", | |
| "format-icons": [ | |
| // Icons from Google Material Symbols. |
If you want to use Touch ID have a look at: How to use use Bitwarden CLI with macOS Touch ID
Wirtten and tested on macOS Ventura
Before you can use Bitwarden CLI for your SSH private keys you have to add them to your Bitwarden account. Just create a normal login. The name, username and URI fields doesn't matter for my functions.