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
    
  
  
    
  | # based on https://github.com/amber-sixel/PythonCatPrinter.git | |
| # can be used as a raw postscript printer (a4, one page only) on port 9100 | |
| # | |
| # status : curl --location --request GET 'localhost:5000' | |
| # | |
| # curl --location --request POST 'localhost:5000' \ | |
| # --form 'image=@"/image.jpg"' \ #optional | |
| # --form 'text="hello world"' \ #optional | |
| # --form 'size="48"' \ #optional | 
  
    
      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
    
  
  
    
  | $ sudo armbian-add-overlay ./i2s_overlay.dts | 
  
    
      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
    
  
  
    
  | # Updated 07-02-2022 | |
| #[community.playstation.net] | |
| 0.0.0.0 asm.np.community.playstation.net | |
| 0.0.0.0 ps4.updptl.np.community.playstation.net | |
| 0.0.0.0 ps4.updptl.sp-int.community.playstation.net | |
| 0.0.0.0 ps4updptl.eu.np.community.playstation.net | |
| 0.0.0.0 ps4updptl.jp.np.community.playstation.net | |
| 0.0.0.0 ps4updptl.jp.sp-int.community.playstation.net | |
| 0.0.0.0 ps4updptl.uk.np.community.playstation.net | 
  
    
      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
    
  
  
    
  | ########## | |
| # Tweaked Win10 Initial Setup Script | |
| # Primary Author: Disassembler <disassembler@dasm.cz> | |
| # Modified by: alirobe <alirobe@alirobe.com> based on my personal preferences. | |
| # Version: 2.20.1, 2018-07-23 | |
| # Primary Author Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script | |
| # Tweaked Source: https://gist.github.com/alirobe/7f3b34ad89a159e6daa1/ | |
| # Tweak difference: | |
| # | |
| # @alirobe's version is a subset focused on safely disabling telemetry, some 'smart' features and 3rd party bloat ... |