Skip to content

Instantly share code, notes, and snippets.

View yusufipk's full-sized avatar

Yusuf İpek yusufipk

View GitHub Profile
# Windows İçin
- New-NetQosPolicy -Name "Upload" -ThrottleRateActionBitsPerSecond 20MB # Upload hızınızın %85-95'i
- New-NetQosPolicy -Name "LowLatency" -IPProtocolMatchCondition UDP -PriorityValue8021Action 6
- Download için NetLimiter, cFosSpeed, TMeter gibi üçüncü parti yazılım indirmeniz gerekli.
- Silmek isterseniz:
- Remove-NetQosPolicy -Name "Upload"
- Remove-NetQosPolicy -Name "LowLatency"
@yusufipk
yusufipk / all-choco-packages.txt
Created November 5, 2025 12:47
chocalety packages
adobereader
chocolatey
GoogleChrome
Firefox
chocolatey-core.extension
microsoft-edge
flashplayerplugin
zoom
Silverlight
KB2919442
@yusufipk
yusufipk / all-arch-packages.txt
Created November 5, 2025 11:58
Bütün Arch Paketleri
0ad
0ad-data
389-ds-base
3cpio
4ti2
6tunnel
7zip
9base
a2jmidid
a2ps
@yusufipk
yusufipk / fedora-all-packages.txt
Created November 5, 2025 11:55
Fedora all packages
0ad
0ad-data
0install
0xFFFF
2048-cli
2ping
389-ds-base
3dprinter-udev-rules
3mux
3proxy
@yusufipk
yusufipk / arch-package-install.sh
Last active October 31, 2025 13:19
Mükemmel Bilgisayar Formatı: Verilerini ASLA Kaybetme
#!/bin/bash
# ##################################################################
# Arch Linux Package Installation Script #
# ##################################################################
#
# Define the packages you want to install in the 'packages' list.
# The script will then use 'yay' to install them.
#