I hereby claim:
- I am MohamedElashri on github.
- I am melashri (https://keybase.io/melashri) on keybase.
- I have a public key whose fingerprint is DC2D BFF9 D7CE 0CD9 5399 268C 41C0 F047 6F11 2C6F
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Mozilla does provide flatback and official Flatpak for thunderbird, but they are always behind release and they usually stick for long time at old versions.
I don't want also to have to check for updates and do them manually on my linux machine. so I wrote this to do automate the process
~/.local/bin/update-thunderbird#!/bin/bash
set -euo pipefail| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" | |
| "http://www.apple.com/DTDs/PropertyList-1.0.dtd"\> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Label</key><string>com.melashri.ssid-dns</string> | |
| <key>ProgramArguments</key> | |
| <array> | |
| <string>/Users/melashri/.local/bin/ssid-dns</string> | |
| </array> |
| #!/usr/bin/env python3 | |
| """ | |
| Syntax Highlighting CSS Generator for Zola from Pygments Themes | |
| Description: | |
| Generate a combined light/dark mode syntax highlighting CSS file for Zola. | |
| This script takes one light theme and one dark theme from Pygments and produces | |
| a CSS file in the same format as the existing highlight.css file. | |
| Author: Mohamed Elashri |
| #!/usr/bin/env bash | |
| # root_benchmark.sh – compile a minimal ROOT and collect build metrics | |
| set -euo pipefail | |
| ############### Color helpers ############### | |
| bold=$(tput bold) || true | |
| red=$(tput setaf 1) || true | |
| green=$(tput setaf 2) || true | |
| yellow=$(tput setaf 3) || true |
Electron-based applications (e.g., 1Password, VSCode, Discord, etc.) crash on Linux systems where AMD's ROCm or amdgpu-install driver stack is present. A representative error message looks like this:
Cannot find target for triple amdgcn-- Unable to find target for this triple (no targets are registered)
...
[ERROR:gpu_process_host.cc(981)] GPU process exited unexpectedly: exit_code=139
Condor _q Cheatsheet
1. View & Summarize Jobs
| Command | What it Does | Example |
|---|---|---|
condor_q |
Batched summary (one line per cluster) | condor_q |
condor_q -nobatch |
Per‑job listing (one line per proc) | condor_q -nobatch 195 |