pastebin - collaborative debugging tool
kpaste.kpaste.net RSS


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

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