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
| curl -s https://api.github.com/repos/peak/s5cmd/releases/latest \ | |
| | jq -r '.assets[].browser_download_url' \ | |
| | grep '.*Linux-64.*' \ | |
| | wget -qi - -O- \ | |
| | tar xvzf - s5cmd |
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
| RAR registration data | |
| RaminMT | |
| Unlimited Company License | |
| UID=4b914fb772c8376bf571 | |
| 6412212250f5711ad072cf351cfa39e2851192daf8a362681bbb1d | |
| cd48da1d14d995f0bbf960fce6cb5ffde62890079861be57638717 | |
| 7131ced835ed65cc743d9777f2ea71a8e32c7e593cf66794343565 | |
| b41bcf56929486b8bcdac33d50ecf773996052598f1f556defffbd | |
| 982fbe71e93df6b6346c37a3890f3c7edc65d7f5455470d13d1190 | |
| 6e6fb824bcf25f155547b5fc41901ad58c0992f570be1cf5608ba9 |
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
| ! Put user rules line by line in this file. | |
| ! See https://adblockplus.org/en/filter-cheatsheet | |
| ||vault.raminmt.com | |
| .figma.com | |
| .sun.com | |
| .oracle.com | |
| .java.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
| // This file was initially generated by Windows Terminal 1.11.2921.0 | |
| // It should still be usable in newer versions, but newer versions might have additional | |
| // settings, help text, or changes that you will not see unless you clear this file | |
| // and let us generate a new one for you. | |
| // To view the default settings, hold "alt" while clicking on the "Settings" button. | |
| // For documentation on these settings, see: https://aka.ms/terminal-documentation | |
| { | |
| "$schema": "https://aka.ms/terminal-profiles-schema", | |
| // You can add more global application settings here. |
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
| { | |
| "blocks": [ | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "type": "path", | |
| "style": "powerline", | |
| "powerline_symbol": "", |
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
| ##### CaskaydiaCove Nerd Font (https://www.nerdfonts.com/font-downloads) | |
| ##### PSReadLine (https://github.com/PowerShell/PSReadLine) | |
| # https://devblogs.microsoft.com/powershell/announcing-psreadline-2-1-with-predictive-intellisense/ | |
| # Install-Module -Name PSReadLine ||||| For stable versions | |
| # Install-Module -Name PSReadLine -AllowPrerelease -Force ||||| For pre release versions | |
| Import-Module -Name PSReadLine | |
| Set-PSReadLineOption -PredictionSource History | |
| Set-PSReadLineOption -PredictionViewStyle ListView |
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
| Clear-Host | |
| $ver = read-host "Please enter the version number you want to build and tag in xx.xx.xx format" | |
| #docker buildx build --no-cache --build-arg BUILDDATE=$(Get-Date -u +'%Y-%m-%dT%H:%M:%SZ') --build-arg VERSION=$ver -t raminmt/shadowsocks-libev:$ver -t raminmt/shadowsocks-libev:latest C:\docker\shadowsocks-libev | |
| #docker build --no-cache --build-arg BUILDDATE=$(Get-Date -u +'%Y-%m-%dT%H:%M:%SZ') --build-arg VERSION=$ver -t raminmt/shadowsocks-libev:$ver -t raminmt/shadowsocks-libev:latest C:\docker\shadowsocks-libev | |
| docker build --build-arg BUILDDATE=$(Get-Date -u +'%Y-%m-%dT%H:%M:%SZ') --build-arg VERSION=$ver -t raminmt/shadowsocks-libev:$ver -t raminmt/shadowsocks-libev:latest C:\docker\shadowsocks-libev | |
| docker push raminmt/shadowsocks-libev | |
| pause |
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
| {"lastUpload":"2019-12-01T20:57:28.960Z","extensionVersion":"v3.4.3"} |