- tune2fs -O ^has_journal /dev/sdxx
- fsck -f /dev/sdxx
- /etc/fstab
- barrier=0
- echo "kernel.randomize_va_space = 0" > /etc/sysctl.d/01-disable-aslr.conf
- 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
- passwd -d root
- /etc/pam.d/common-auth
- nullok
- /sbin/rmmod pcspkr
- /usr/bin/compton --backend glx --paint-on-overlay --vsync opengl-swc
- /usr/bin/xinput --set-prop 9 'libinput Accel Profile Enabled' 0, 1
- /usr/bin/xinput --set-prop 9 'libinput Accel Speed' 0.5
- /etc/pam.d/lightdm-autologin
- #auth required pam_succeed_if.so user != root quiet_success
- /usr/share/lightdm/lightdm.conf.d/01_debian.conf
- [SeatDefaults]
- autologin-user=root
- /usr/share/bleachbit/cleaners/clean_logs.xml
- <?xml version="1.0" encoding="UTF-8"?>
- <cleaner id="custom">
- <label>Custom</label>
- <description>Custom Rules</description>
- <option id="cleanlogs">
- <label>Clean Logs</label>
- <description>Delete all files under /var/log/</description>
- <action search="walk.all" command="delete" path="/var/log/"/>
- </option>
- </cleaner>
- /etc/gtk-3.0/settings.ini
- [Settings]
- gtk-enable-animations = false
- /opt/firefox/distribution/policies.json
- {
- "policies": {
- "DisableAppUpdate": true
- }
- }
- browser.bookmarks.max_backups
- browser.sessionstore.max_tabs_undo
- browser.sessionstore.max_windows_undo
- datareporting.policy.dataSubmissionEnabled
- extensions.blocklist.enabled
- extensions.getAddons.cache.enabled
- extensions.systemAddon.update.enabled
- extensions.update.enabled
- media.gmp-gmpopenh264.enabled
- media.gmp-gmpopenh264.visible
- media.gmp-provider.enabled
- mousewheel.default.delta_multiplier_x
- mousewheel.default.delta_multiplier_y
- mousewheel.default.delta_multiplier_z
- network.captive-portal-service.enabled
- network.dns.disablePrefetch
- network.prefetch-next
- permissions.memory_only
- reader.parse-on-load.enabled
- security.nocertdb
- toolkit.legacyUserProfileCustomizations.stylesheets
- toolkit.telemetry.unified
- safebrowsing
- urlclassifier
- wget -O firefox.tar.bz2 "https://download.mozilla.org/?product=firefox-latest-ssl&os=linux64&lang=en-GB"
- chrome/userChrome.css
- .tab-throbber[busy] {
- background-image: url("chrome://global/skin/icons/loading.png") !important;
- animation: unset !important;
- }
- // ==UserScript==
- // @name OGARio
- // @grant GM_xmlhttpRequest
- // @run-at document-start
- // @match *://agar.io/*
- // ==/UserScript==
- if(location.host === 'agar.io' && location.pathname === '/'){
- location.href = `https://agar.io/ogario${location.hash}`
- return
- }
- function modifyHTML(html){
- return html
- .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>')
- .replace('https://cdn.ogario.ovh/v4/beta/ogario.v4.js', 'https://reogario.yolasite.com/ws/media-library/e0d576d70d2f4e759449c20f07e6d5b2/reogario.js')
- }
- GM_xmlhttpRequest({
- method: 'GET',
- url: 'https://cdn.ogario.ovh/v4/beta',
- onload(res2){
- document.open()
- document.write(modifyHTML(res2.responseText))
- document.close()
- }
- })
Untitled
Posted by Anonymous on Fri 4th Sep 2020 01:07
raw | new post
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.