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
| ######### | |
| # Aliases | |
| ######### | |
| # Always copy contents of directories (r)ecursively and explain (v) what was done | |
| alias cp='cp -rv' | |
| # List contents with colors for file types, (A)lmost all hidden files (without . and ..), in (C)olumns, with class indicators (F) | |
| alias ls='ls --color=auto -ACF' | |
| # List contents with colors for file types, (a)ll hidden entries (including . and ..), use (l)ong listing format, with class indicators > | |
| alias ll='ls --color=auto -alF' |
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
| #!/bin/bash | |
| ## upgrade-qidi-x-plusmax3.sh | |
| ## | |
| ## Usage: | |
| ## | |
| ## ssh -u mks {printer_ip} | |
| ## curl https://gist.githubusercontent.com/nessex/7b574fbe6d965439b773d922ca1b9e05/raw -sSF | bash | |
| ## | |
| ## OR: | |
| ## |