#!/bin/sh | |
argc() { argc=$#; } | |
if [ "$#" -ne 1 ]; then | |
echo "Usage: Enter your AQL preference as 'latency', 'balanced', 'bandwidth', or an integer value for aql_txq_limit." >&2 | |
exit 1 | |
fi | |
aql_txqs=$(find /sys/ -name 'aql_txq_limit') |
#!/bin/ash | |
# ======================================================== | |
# Setup a Dumb AP for OpenWRT | |
# Tested on: Belkin RT3200 (aka. Linksys E8450) 22.03.3 | |
# Script expects factory settings | |
# Copy the script file to your /tmp folder with SCP | |
# SSH your router | |
# Type sh /tmp/dumb_ap.sh | |
# ======================================================== | |
# Disable IPv6 |
Important
Working on the latest supported Windows versions. Run Windows Update before following this guide.
1. Open Powershell > RUN AS ADMIN
2. Paste in irm https://gist.github.com/ave9858/c3451d9f452389ac7607c99d45edecc6/raw/UninstallEdge.ps1 | iex
and press enter
3. Microsoft Edge will be completely uninstalled.
To turn a router into a bridge between wifi and ethernet, with the router being a wifi client/station, you need 4-address mode aka Wireless Distributions System or WDS.
This does not necessarily work between vendors so make sure your AP and client use chips from the same manufacturer.
It seems that enabling WDS on an AP's wifi interface does not prevent non-WDS clients from connecting normally, at least in my limited experience.
On the AP you simply add option wds '1'
to the relevant wifi-iface section. E.g:
config wifi-iface 'default_radio0'
Windows Registry Editor Version 5.00 | |
; Pitch Black Theme preset by AveYo, AccentPalette idea by /u/Egg-Tricky | |
; for Ctrl+Alt+Del, Logon, Taskbar, Start Menu, Action Center (10 & 11) | |
; revised 2022-06-16: show active taskbar button in accent color | |
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent] | |
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent] | |
"AccentColorMenu"=dword:aa000000 ; Window borders and titlebar | |
"StartColorMenu"=dword:aa202020 ; Modals in UWP ex. Apply new refresh rate in 10 |
@echo off | |
@title Microsoft Edge Uninstaller [Windows 10 LTSC 2021/21H1 Edition] | |
ver | |
echo+ | |
goto check_admin_permissions | |
:check_admin_permissions | |
echo Script must Run as Administrator! Detecting permissions... | |
net session >nul 2>&1 | |
if %errorLevel% == 0 ( |
This has been moved to https://github.com/agnostic-apollo/Android-Docs/blob/master/en/docs/apps/processes/phantom-cached-and-empty-processes.md
Some important headings are kept so that users can redirect to new link if they land here.
<#PSScriptInfo | |
.AUTHOR | |
Martin Palmowski | |
.SYNPOSIS | |
Backup settings and configs for my Windows 10 environment. | |
.DESCRIPTION | |
Backup the most relevant settings and configs in a 7-zip archive. | |
Requires 7-zip to be installed an in the path. | |
Paths are based on Windows 10 defaults. | |
#> |
Guide created by Andrew Lee
Note that this guide does not go into detail, it's just providing the commands to install Windows.
Be cautions when doing this when dualbooting, please backup any existing data or you will lose them all.
First open CMD by pressing the following keys after booting into setup: Shift + F10