pastebin - collaborative debugging tool
kpaste.kpaste.net RSS


Untitled
Posted by Anonymous on Thu 27th Aug 2020 07:50
raw | new post

  1. echo "kernel.randomize_va_space = 0" > /etc/sysctl.d/01-disable-aslr.conf
  2.  
  3. l1tf=off mds=off mitigations=off no_stf_barrier noexec=off noexec32=off noibpb noibrs nopti nospec_store_bypass_disable nospectre_v1 nospectre_v2 spec_store_bypass_disable=off spectre_v2_user=off
  4.  
  5. console=tty2 vt.global_cursor_default=0
  6.  
  7. GRUB_DISABLE_SUBMENU=y
  8.  
  9. passwd -d root
  10.  
  11. /etc/pam.d/common-auth
  12. nullok
  13.  
  14. /sbin/rmmod pcspkr
  15.  
  16. /usr/bin/compton --backend glx --paint-on-overlay --vsync opengl-swc
  17.  
  18. /usr/bin/xinput --set-prop 9 'libinput Accel Profile Enabled' 0, 1
  19. /usr/bin/xinput --set-prop 9 'libinput Accel Speed' 0.5
  20.  
  21. /etc/pam.d/lightdm-autologin
  22. #auth      required pam_succeed_if.so user != root quiet_success
  23.  
  24. /usr/share/lightdm/lightdm.conf.d/01_debian.conf
  25. [SeatDefaults]
  26. autologin-user=root
  27.  
  28. /usr/share/bleachbit/cleaners/clean_logs.xml
  29. <?xml version="1.0" encoding="UTF-8"?>
  30. <cleaner id="custom">
  31.   <label>Custom</label>
  32.   <description>Custom Rules</description>
  33.   <option id="cleanlogs">
  34.     <label>Clean Logs</label>
  35.     <description>Delete all files under /var/log/</description>
  36.     <action search="walk.all" command="delete" path="/var/log/"/>
  37.   </option>
  38. </cleaner>
  39.  
  40. /etc/gtk-3.0/settings.ini
  41. [Settings]
  42. gtk-enable-animations = false
  43.  
  44. /opt/firefox/distribution/policies.json
  45. {
  46.     "policies": {
  47.         "DisableAppUpdate": true
  48.     }
  49. }
  50.  
  51. browser.bookmarks.max_backups
  52. browser.sessionstore.max_tabs_undo
  53. browser.sessionstore.max_windows_undo
  54. datareporting.policy.dataSubmissionEnabled
  55. extensions.blocklist.enabled
  56. extensions.getAddons.cache.enabled
  57. extensions.systemAddon.update.enabled
  58. extensions.update.enabled
  59. media.gmp-gmpopenh264.enabled
  60. media.gmp-gmpopenh264.visible
  61. media.gmp-provider.enabled
  62. mousewheel.default.delta_multiplier_x
  63. mousewheel.default.delta_multiplier_y
  64. mousewheel.default.delta_multiplier_z
  65. network.captive-portal-service.enabled
  66. network.dns.disablePrefetch
  67. network.prefetch-next
  68. permissions.memory_only
  69. reader.parse-on-load.enabled
  70. security.nocertdb
  71. toolkit.telemetry.unified
  72.  
  73. safebrowsing
  74. urlclassifier
  75.  
  76. wget -O firefox.tar.bz2 "https://download.mozilla.org/?product=firefox-latest-ssl&os=linux64&lang=en-GB"
  77.  
  78. // ==UserScript==
  79. // @name         OGARio
  80. // @grant        GM_xmlhttpRequest
  81. // @run-at       document-start
  82. // @match        *://agar.io/*
  83. // ==/UserScript==
  84. if(location.host === 'agar.io' && location.pathname === '/'){
  85.     location.href = `https://agar.io/ogario${location.hash}`
  86.     return
  87. }
  88. function modifyHTML(html){
  89.     return html
  90.         .replace('<head>', '<head><script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit async"></script><script src="https://bundle.run/buffer@5.2.1"></script><script src="https://reogario.yolasite.com/ws/media-library/9f716c648aad434aa505ab2e9543198e/reogario"></script>')
  91.         .replace('https://cdn.ogario.ovh/v4/beta/ogario.v4.js', 'https://reogario.yolasite.com/ws/media-library/e0d576d70d2f4e759449c20f07e6d5b2/reogario.js')
  92. }
  93. GM_xmlhttpRequest({
  94.     method: 'GET',
  95.     url: 'https://cdn.ogario.ovh/v4/beta',
  96.     onload(res2){
  97.         document.open()
  98.         document.write(modifyHTML(res2.responseText))
  99.         document.close()
  100.     }
  101. })

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at