https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/
Make sure the following options are off:
Disable pre-fetching
https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/
Make sure the following options are off:
Disable pre-fetching| /* inspired from https://github.com/Yoast/wpseo-woocommerce/blob/trunk/js/src/yoastseo-woo-replacevars.js */ | |
| /* global jQuery, YoastSEO, app, globals YoastACFAnalysisConfig */ | |
| var pluginName = "additionalVariablePlugin"; | |
| var ReplaceVar = window.YoastReplaceVarPlugin && window.YoastReplaceVarPlugin.ReplaceVar; | |
| var placeholders = {}; | |
| var modifiableFields = [ | |
| "content", | |
| "title", |
| #Requires -RunAsAdministrator | |
| # Unlock-PowerCfg - v22.05.11 | |
| # Disable "Connected Standby" | |
| Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Power' -Name 'CSEnabled' -Value 0 -Force | |
| # Get Power Settings entries and add/set 'Attributes' to 2 to unhide | |
| $PowerCfg = (Get-ChildItem 'HKLM:\SYSTEM\CurrentControlSet\Control\Power\PowerSettings' -Recurse).Name -notmatch '\bDefaultPowerSchemeValues|(\\[0-9]|\b255)$' | |
| foreach ($item in $PowerCfg) { Set-ItemProperty -Path $item.Replace('HKEY_LOCAL_MACHINE','HKLM:') -Name 'Attributes' -Value 2 -Force } |
Instructions on how to install the Python 3 programming language on macOS.
First step should be to unsinstall any previous Python 3 installation. This step can be skipped if no Python 3 version was previously installed.
This will completelly remove any Python 3 previously installed. If you which to keep the user modules installed with
pip3you should skip the last command.
| //maps.googleapis.com | |
| //maps.gstatic.com | |
| //fonts.googleapis.com | |
| //fonts.gstatic.com | |
| //ajax.googleapis.com | |
| //apis.google.com | |
| //google-analytics.com | |
| //www.google-analytics.com | |
| //ssl.google-analytics.com | |
| //youtube.com |
sudo dd if=/dev/zero of=/swap1 bs=1k count=1M
sudo mkswap /swap1
sudo chmod 600 /swap1
sudo swapon /swap1
# Make it permanent
echo '/swap1 none swap sw 0 0' | sudo tee -a /etc/fstab
brew install pandoc
brew cask install basictex # takes a few minutes
sudo tlmgr install collection-fontsrecommended
pandoc -f markdown -t latex ./myfile.md -o myfile.pdf
| For a more organised and more update list please visit https://github.com/RayZz-/LCU-Arguments | |
| This list will no longer be updated please refer to the repo linked above | |
| These are known command line arguments for the LCU(including helper) some maybe outdated | |
| or overtime may become outdated or some information maybe incorrect | |
| if you would like to contribute please comment with updated information. | |
| Usage example: | |
| --app-name=kappa |