This is deprecated.
Currently, the game launches without the need for any patch whatsoever.
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
| driver=nl80211 | |
| ######################### basic hostapd configuration ########################## | |
| # | |
| interface=blue0 | |
| country_code=DE | |
| ieee80211d=1 | |
| ieee80211h=1 | |
| ieee80211w=0 | |
| channel=36 | |
| hw_mode=a |
We will be installing this OS to the eMMC and will basically following the Pine64s wiki article. Check also that article for more information about e.g. what else is happening here (also the main article of this device, amiright?).
- Having etcher-bin (AUR) installed
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
| # nvidia-settings: X configuration file generated by nvidia-settings | |
| # nvidia-settings: version 450.66 | |
| # nvidia-xconfig: X configuration file generated by nvidia-xconfig | |
| # nvidia-xconfig: version 450.66 | |
| Section "ServerLayout" | |
| Identifier "Layout0" | |
| Screen 0 "Screen0" 0 0 | |
| InputDevice "Keyboard0" "CoreKeyboard" |
If you have disabled network notifications by error you can try the following commands (user shell doesn't matter):
gsettings set org.gnome.nm-applet disable-connected-notifications falsegsettings set org.gnome.nm-applet disable-disconnected-notifications falsegsettings set org.gnome.nm-applet disable-vpn-notifications false
Cinnamon still has no native graphical applet for this. Meh.
Taken from Kai Sassnowskis' talk at LARACON EU from 2018 source:
- Indeces aren't used when using functions (like e.G. YEAR() or MONTH()), use e.G. BETWEEN instead.
- If not sure what is happening, use an EXPLAIN before your statement.
- Multi column indeces go from left to right and you can not skip columns, so the defined order in the index matters.
- An index and a query always have to go together.
- Inequality Operators: Which query is more important? Is the introduction of another index the right approach?
- "Indexing is my concern", not of others
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
| # ʘ‿ʘ #happy #freshchanges | |
| cd /home/forge/app | |
| # (ノ◕ヮ◕)ノ*:・゚✧ Clean it up! | |
| git diff | |
| #git -c core.quotepath=false -c log.showSignature=false rm --cached -f -- package.json | |
| #git -c core.quotepath=false -c log.showSignature=false rm --cached -f -- package-lock.json | |
| git -c core.quotepath=false -c log.showSignature=false checkout HEAD -- package.json | |
| git -c core.quotepath=false -c log.showSignature=false checkout HEAD -- package-lock.json |