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
    
  
  
    
  | add_header X-Content-Type-Options nosniff; | |
| add_header X-XSS-Protection "1; mode=block"; | |
| add_header X-Robots-Tag none; | |
| add_header X-Download-Options noopen; | |
| add_header X-Permitted-Cross-Domain-Policies none; | |
| add_header Referrer-Policy no-referrer; | |
| # Remove X-Powered-By, which is an information leak | |
| fastcgi_hide_header X-Powered-By; | 
  
    
      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 | |
| input="$1" | |
| while IFS= read -r line | |
| do | |
| line1=`echo "$line" | egrep 'cert index="[0-9]+" key="[0-9a-z]+"'` | |
| if [ $? -eq 0 ] | |
| then | |
| index=`echo $line1 | grep -oP 'index="\K\d+'` | |
| hex=`echo $line1 | grep -oP 'key="\K[0-9a-z]+'` | |
| sslinfo=`echo $hex | xxd -p -r | openssl x509 -inform DER -in /dev/stdin -text` | 
  
    
      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/sh | |
| # | |
| # This script creates ZFS pools and dataset compatible with zsys | |
| # | |
| # Layout: | |
| # bpool/BOOT/ubuntu_${UUID} | |
| # rpool/ROOT/ubuntu_${UUID} | |
| # rpool/ROOT/ubuntu_${UUID}/var -o canmount=off | 
  
    
      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
    
  
  
    
  | Explanation: Use opencc from jammy to fix rime issue https://github.com/rime/librime/issues/425 | |
| Package: * | |
| Pin: release n=jammy | |
| Pin-Priority: -10 | |
| Package: librime* | |
| Pin: release n=jammy | |
| Pin-Priority: 500 | |
| Package: opencc libopencc-data | 
  
    
      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 POC is based on example from https://frida.re/news/#child-gating | |
| and is aimed to instrument child processes along with the main one. | |
| """ | |
| from __future__ import print_function | |
| import frida | |
| from frida_tools.application import Reactor | |
| import threading | 
  
    
      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
    
  
  
    
  | Scope (PCI0.LPC0.EC0.HKEY) | |
| { | |
| Method (GSSS, 1, NotSerialized) | |
| { | |
| Local0 = 0x00 | |
| If (((SHDW & 0x80) == 0x00)) | |
| { | |
| Local0 |= 0x00010000 | |
| } | 
  
    
      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
    
  
  
    
  | /* custom darktable theme on top of darktable-elegant-darker | |
| created by BeF - 05/2024 | |
| see https://gist.github.com/bef/562f282d7157a7ef47b99dc91693fb5a | |
| modified by pellaeon - 09/2024 | |
| */ | |
| /* custom colors */ | |
| @define-color checked #3ea0d7; | |
| @define-color visible-border @grey_60; | |
| @define-color panel_bg @grey_05; | 
  
    
      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
    
  
  
    
  | ! name: Taiwan Research | |
| ! description: Uprank trustworthy or Taiwan sources, downrank CN sites except trusted ones. | |
| ! public: yes | |
| ! author: pellaeon | |
| |*.edu^$boost=1 | |
| |*.gov^$boost=1 | |
| |*.tw^$boost=1 | |
| |*.gov.tw^$boost=2 | 
OlderNewer