Skip to content

Instantly share code, notes, and snippets.

View tazihad's full-sized avatar
🎯
Focusing

Zihad tazihad

🎯
Focusing
View GitHub Profile
1. Photoscissors 6.1 : UAAA-UAYO-AKBA-LAAA-WULP-MAKA-IFHA-CLAF
2. Batch Inpaint 2.2: ZUKA-BACE-GTRD-UCNR-LYDK-TVZG-ORNZ-HUTY
3. DupHunter 2.0: QRRD-ODNY-DJEI-CABC-AIVN-EPTP-DGAT-JSWB
4. FolderIco 6.2.x: FKAA-HAWO-MBRY-FHEV-UKAJ-DYHV-XWWA-PAFP
5. Inpaint 8.0: HWTU-QACW-ELMN-SVGP-AAAI-ITGP-EYPH-CFAP
6. Intelligent Resizer 3.0: EHSP-XUTD-UANB-XBBX-FUAQ-IPAP-UBNK-FFZR
7. NetLimiter 3
Registration name: Peter Raheli
Registration code: C99A2-QSSUD-2CSBG-TSRPN-A2BEB
@tazihad
tazihad / important linux repo
Last active August 6, 2020 17:44
awesome rare linux packages
Span Wallpaper: https://github.com/hhannine/superpaper/
reqrypt: https://github.com/basil00/reqrypt
Instructions:
Edit ~/.wine/user.reg
Find the line that says [Control Panel\Colors] and replace it with: https://pastebin.com/NM3NeHnc
# proxychains.conf VER 4.x
#
# HTTP, SOCKS4a, SOCKS5 tunneling proxifier with DNS.
# The option below identifies how the ProxyList is treated.
# only one option should be uncommented at time,
# otherwise the last appearing option will be accepted
#
dynamic_chain
@tazihad
tazihad / youtube-dl-cheat-sheet
Last active November 8, 2023 21:05
youtube-dl cheat sheet.
*** Best video in mp4 format [if available] in 1080p ***
$ youtube-dl -f 'bestvideo[height<=1080 && ext=mp4]+bestaudio' https://www.youtube.com/watch?v=LXb3EKWsInQ
*** For ease of use make alias for this command ***
$ alias yt="youtube-dl -f 'bestvideo[ext=mp4][height<=1200]+bestaudio[ext=m4a]' -o '%(title)s'"
Youtube-dl Tutorial With Examples
Here, I have compiled most commonly used Youtube-dl commands to download a video or playlist from YouTube.
@tazihad
tazihad / Microsoft Products iso
Created January 19, 2021 17:31
windows 7, 10 iso.
Windows 7 iso torrents:
https://web.archive.org/web/20180704214535/http://mirror.corenoc.de/digitalrivercontent.net/
@tazihad
tazihad / reddit_auto_expand.user.js
Created December 10, 2021 15:51 — forked from Dregu/reddit_auto_expand.user.js
Reddit Auto Expand
// ==UserScript==
// @name Reddit Auto Expand and keyboard navigation
// @namespace http://www.reddit.com/
// @version 0.1
// @description Auto expand all expandos on new reddit and a keyboard navigation that's not retarded.
// @author Dregu
// @match https://www.reddit.com/*
// @grant none
// ==/UserScript==
@tazihad
tazihad / traffic-monitor-howto
Created January 8, 2022 15:54
How to use TrafficMonitor
1. Download "..._x64.zip" version from latest.
https://github.com/zhongyang219/TrafficMonitor/releases
2. Extract it to any location. Open "TrafficMonitor.exe"
3. Right click on the small window
- Click "Show taskbar window"
- again uncheck "show main window"
5. Right click on the "taskbar window of Traffic monitor.
- Go "Options..."
- Click "General Settings"
- Check "Auto run when windows starts".

Waydroid Android 10 on Fedora 5.15+ Kernel

Enable waydroid repo from aleasto copr

sudo dnf copr enable aleasto/waydroid

Install waydroid

@tazihad
tazihad / custom_silverblue_iso.md
Created September 19, 2022 21:15 — forked from JayDoubleu/custom_silverblue_iso.md
Scripts to create custom fedora silverblue iso
mkdir isobuild && cd isobuild
sudo dnf install rpm-ostree lorax -y
git clone -b f33 https://pagure.io/workstation-ostree-config
git clone -b f33 https://pagure.io/fedora-lorax-templates.git
mkdir repo
ostree init --repo=repo
rpm-ostree compose tree --repo=$(pwd)/repo \
	$(pwd)/workstation-ostree-config/fedora-silverblue.yaml