This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| adobereader | |
| chocolatey | |
| GoogleChrome | |
| Firefox | |
| chocolatey-core.extension | |
| microsoft-edge | |
| flashplayerplugin | |
| zoom | |
| Silverlight | |
| KB2919442 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0ad | |
| 0ad-data | |
| 389-ds-base | |
| 3cpio | |
| 4ti2 | |
| 6tunnel | |
| 7zip | |
| 9base | |
| a2jmidid | |
| a2ps |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0ad | |
| 0ad-data | |
| 0install | |
| 0xFFFF | |
| 2048-cli | |
| 2ping | |
| 389-ds-base | |
| 3dprinter-udev-rules | |
| 3mux | |
| 3proxy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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. | |
| # |