pastebin - collaborative debugging tool
kpaste.kpaste.net RSS


Untitled
Posted by Anonymous on Fri 4th Sep 2020 01:07
raw | new post

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

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