Skip to content

Instantly share code, notes, and snippets.

View LudovicoPiero's full-sized avatar
🌧️
Come, let's watch the rain as it's falling down.

Ludovico LudovicoPiero

🌧️
Come, let's watch the rain as it's falling down.
View GitHub Profile
@LudovicoPiero
LudovicoPiero / README.MD
Created March 22, 2025 03:01 — forked from Ne3tCode/README.MD
Community Pillar

Community tasks

  • View a broadcast
  • Add a game to your wishlist (Ricochet)
  • Rate an item on the Workshop (random TF2 map upvote)
  • Subscribe to an item in the Steam Workshop (subscribe + unsubscribe)
  • Set an avatar on your Community profile (not changed)
  • Set your real name on your Community profile (same as profile name)
  • Set a profile background (not changed)
  • Join a group (Steam Trading Cards Group)
@LudovicoPiero
LudovicoPiero / autoexec.cfg
Created March 18, 2025 21:21
dota 2 autoexec
// To optimally read/edit this cfg, use a text editor/viewer featuring syntax highlighting set to C++
// To disable options/binds/commands you do not want forced by this cfg, start lines with //
// This file: Steam\steamapps\common\dota 2 beta\game\dota\cfg\autoexec.cfg (make sure extension is .cfg not .cfg.txt)
//
// Dota 2 cfg tweaking is very limited ever since Reborn, so also use tweaked launch options:
// 1. Run the game once with:
// -autoconfig_level 0 -benchframes 1 -bench
// 2. The game will close itself shortly. Then replace all launch options with:
// -dx9 -nod3d9ex -nofocus -novr -nohltv -nojoy -usetcp -uselocalweb -disablehangwatchdog -console -condebug -conclearlog
// for POTATO-GRADE/ONBOARD GPU
@LudovicoPiero
LudovicoPiero / V2-Style-advance.css
Created February 5, 2025 16:15 — forked from lohanidamodar/V2-Style-advance.css
Styles for YouTube streaming live-chat (tested in OBS)
@import url("https://fonts.googleapis.com/css?family=Candal");
@import url("https://fonts.googleapis.com/css?family=Changa One");
@import url("https://fonts.googleapis.com/css?family=Imprima");
/* Background colors*/
body {
overflow: hidden;
background-color: rgba(0,0,0,0);
}
/* Transparent background. */
@LudovicoPiero
LudovicoPiero / config.md
Created November 27, 2024 16:20 — forked from ivermac/config.md
Firefox about:config privacy settings

ABOUT

about:config settings to harden the Firefox browser. Privacy and performance enhancements.
To change these settings type 'about:config' in the url bar. Then search the setting you would like to change and modify the value. Some settings may break certain websites from functioning and rendering normally. Some settings may also make firefox unstable.

I am not liable for any damages/loss of data.

Not all these changes are necessary and will be dependent upon your usage and hardware. Do some research on settings if you don't understand what they do. These settings are best combined with your standard privacy extensions (HTTPS Everywhere, NoScript/Request Policy, uBlock origin, agent spoofing, Privacy Badger etc), and all plugins set to "Ask To Activate".

@LudovicoPiero
LudovicoPiero / oppo-coloros-bloatware-disable
Created September 29, 2024 21:53 — forked from eusonlito/oppo-coloros-bloatware-disable
Disable and Enable Oppo ColorOS bloatware. AVOID TO UNINSTALL PACKAGES OR YOUR PHONE CAN BE BRICKED ON FUTURE UPDATES.
pm disable-user --user 0 com.caf.fmradio
pm disable-user --user 0 com.coloros.activation
pm disable-user --user 0 com.coloros.activation.overlay.common
pm disable-user --user 0 com.coloros.alarmclock
pm disable-user --user 0 com.coloros.appmanager
pm disable-user --user 0 com.coloros.assistantscreen
pm disable-user --user 0 com.coloros.athena
pm disable-user --user 0 com.coloros.avastofferwall
pm disable-user --user 0 com.coloros.backuprestore
pm disable-user --user 0 com.coloros.backuprestore.remoteservice
@LudovicoPiero
LudovicoPiero / oppo-coloros-bloatware-disable
Created September 29, 2024 21:53 — forked from eusonlito/oppo-coloros-bloatware-disable
Disable and Enable Oppo ColorOS bloatware. AVOID TO UNINSTALL PACKAGES OR YOUR PHONE CAN BE BRICKED ON FUTURE UPDATES.
pm disable-user --user 0 com.caf.fmradio
pm disable-user --user 0 com.coloros.activation
pm disable-user --user 0 com.coloros.activation.overlay.common
pm disable-user --user 0 com.coloros.alarmclock
pm disable-user --user 0 com.coloros.appmanager
pm disable-user --user 0 com.coloros.assistantscreen
pm disable-user --user 0 com.coloros.athena
pm disable-user --user 0 com.coloros.avastofferwall
pm disable-user --user 0 com.coloros.backuprestore
pm disable-user --user 0 com.coloros.backuprestore.remoteservice
@LudovicoPiero
LudovicoPiero / README.md
Last active November 27, 2024 07:21
Revanced-1-tap
@LudovicoPiero
LudovicoPiero / rsync.md
Created June 29, 2024 18:46 — forked from erikgall/rsync.md
Sync a local folder with a remote folder over SSH using rsync

The command -- rsync

rsync

rsync **source/** **destination