This is a string containing the manufacturer. Microsoft encourages system builders to put their name here, if theyre not a company, but you can put what you want.
A model number string for the computer, ie "Brendr I VTE-001-001 (w/ ASUSTek P5G41C-M)
| # if the command-not-found package is installed, use it | |
| if [ -x /usr/lib/command-not-found ] || [ -x /usr/share/command-not-found/command-not-found ]; then | |
| function command_not_found_handle() { | |
| # check because c-n-f could've been removed in the meantime | |
| if [ -x /usr/lib/command-not-found ]; then | |
| /usr/lib/command-not-found -- "$1" | |
| return $? | |
| elif [ -x /usr/share/command-not-found/command-not-found ]; then | |
| /usr/share/command-not-found/command-not-found -- "$1" | |
| return $? |
| {"lastUpload":"2022-01-02T08:49:16.852Z","extensionVersion":"v3.4.3"} |
| $WMI = get-appxpackage -allusers | Where-Object { $_.name -NotMatch ".NET" <# NEVER DELET DIS #>` | |
| <# System Apps #>` | |
| -And $_.name -NotMatch "1527c705-839a-4832-9118-54d4Bd6a0c89" ` | |
| -And $_.name -NotMatch "AccountsControl" ` | |
| -And $_.name -NotMatch "BioEnrollment" ` | |
| -And $_.name -NotMatch "BrokerPlugin" ` | |
| -And $_.name -NotMatch "c5e2524a-ea46-4f67-841f-6a9465d9d515" ` | |
| -And $_.name -NotMatch "ChxApp" ` | |
| -And $_.name -NotMatch "communication" ` | |
| -And $_.name -NotMatch "ContactSupport" ` |
| #!/usr/bin/env bash | |
| set -o errexit | |
| set -o nounset | |
| set -o pipefail | |
| # Automatically update your CloudFlare DNS record to the IP, Dynamic DNS | |
| # Can retrieve cloudflare Domain id and list zone's, because, lazy | |
| # Place at: | |
| # /usr/local/bin/cf-ddns.sh |
I hereby claim:
To claim this, I am signing this object:
| /////////////////////////////////////////////////////////////////////////// | |
| // CCNG - Color Changer Next Gen by Miguael Liamano | |
| /////////////////////////////////////////////////////////////////////////// | |
| // This program is free software: you can redistribute it and/or modify | |
| // it under the terms of the GNU General Public License as published by | |
| // the Free Software Foundation, either version 3 of the License, or | |
| // (at your option) any later version. | |
| // | |
| // This program is distributed in the hope that it will be useful, | |
| // but WITHOUT ANY WARRANTY; without even the implied warranty of |