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
| grep -v '^#' /etc/squid/squid.conf | grep -v '^$' |
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
| kubectl get storageclass | |
| NAME PROVISIONER AGE | |
| efs-performance flexvolume-huawei.com/fuxiefs 102m | |
| efs-standard flexvolume-huawei.com/fuxiefs 102m | |
| nfs-rw flexvolume-huawei.com/fuxinfs 102m | |
| obs-standard flexvolume-huawei.com/fuxiobs 102m | |
| obs-standard-ia flexvolume-huawei.com/fuxiobs 102m | |
| sas flexvolume-huawei.com/fuxivol 102m | |
| sata flexvolume-huawei.com/fuxivol 102m | |
| ssd flexvolume-huawei.com/fuxivol 102m |
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
| # https://askubuntu.com/questions/634584/how-to-download-youtube-videos-as-a-best-quality-audio-mp3-using-youtube-dl | |
| youtube-dl -f bestaudio --extract-audio --audio-format mp3 --audio-quality 5 <URL> | |
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
| kubectl run -i --tty --rm --image ubuntu test-shell bash | |
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
| wget https://dl.pstmn.io/download/version/7.25.3/win64 | |
| wget https://dl.pstmn.io/download/channel/canary/windows_64 |
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
| #cloud-config | |
| timezone: "America/Sao_Paulo" | |
| packages: | |
| - htop | |
| - nginx | |
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
| 216.239.38.120 www.google.com | |
| 216.239.38.120 www.google.com.br | |
| 216.239.38.120 google.com | |
| 216.239.38.120 google.com.br |
export AWS_DEFAULT_OUTPUT="table"
or use aws configure and inform tableas the default output (this will be saved in ˜/.aws/config)