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
| $ nano ~/.bashrc | |
| alias dockerps='docker ps --format "table {{ .Names }}\t{{ .Status }}\t{{ .Ports }}"' | |
| Here is another version with the container ID: | |
| alias dockerps='docker ps --format "table {{.ID}}\t{{.Names}}\t{{.Status}}\t{{.Ports}}"' | |
| And then to reload: | |
| $ source ~/.bashrc | |
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
| # Title: TikTok Domain Blocklist | |
| # | |
| # This hosts file is a collection of domains that are used by several | |
| # TikTok Apps. | |
| # | |
| # Date: 21 March 2022 23:03:52 (CEST) | |
| # Number of unique domains: 18 | |
| # =============================================================== | |
| 0.0.0.0 tiktok.com |
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
| reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve |
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 Registry Editor Version 5.00 | |
| [HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}] | |
| [HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32] | |
| @="" | |
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
| mkdir c:\src | |
| winget install --id=Git.Git -e --accept-package-agreements --accept-source-agreements | |
| winget install --id=Microsoft.VisualStudioCode -e | |
| winget install --id=AgileBits.1Password -e | |
| winget install -e --id Microsoft.WindowsTerminal | |
| winget install --id=7zip.7zip -e | |
| winget install --id=Microsoft.bitsmanager -e | |
| winget install --id=Docker.DockerDesktop -e | |
| REM winget install --id=joncampbell123.DOSBox-X -e | |
| REM winget install --id=JGraph.Draw -e |