Skip to content

Instantly share code, notes, and snippets.

View claudioap's full-sized avatar

Claudio Pereira claudioap

View GitHub Profile
@vsnthdev
vsnthdev / clean.sh
Created March 25, 2021 12:44
Lenovo P11 Pro (TB-J706L) Bloatware Removal Script
#!/usr/bin/env bash
# DEFINE THE BLOATWARE APPLICATIONS WHICH
# ARE SAFE TO BE REMOVED
declare -a bloatware=(
# Google Bloatware
"com.google.android.apps.subscriptions.red" # Google One
"com.google.android.apps.googleassistant" # Google Assistant
"com.google.android.apps.docs" # Google Docs
"com.google.android.apps.docs.editors.docs" # Google Docs
@grubernd
grubernd / 55_rpi_realtimeclock.cate
Last active June 14, 2023 20:19
install & setup of an I2C RTC on RaspberryPi (both Arch Linux ARM and Raspbian)
#!/bin/bash
#-----------------------------------------------------------
# Copyright (C) 2014-2016 GRUBERND http://grubernd.at
# released under a FreeBSD License
#-----------------------------------------------------------
# CATE installer module :: device RealTimeClock RPi
#
# !! needs to be run as root / sudo !!
#
# works both for DS1307 and DS3231 chips.
@joepie91
joepie91 / vpn.md
Last active May 20, 2024 03:37
Don't use VPN services.

Don't use VPN services.

No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.

Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.

  • A Russian translation of this article can be found here, contributed by Timur Demin.
  • A Turkish translation can be found here, contributed by agyild.
  • There's also this article about VPN services, which is honestly better written (and has more cat pictures!) than my article.
@xero
xero / irc.md
Last active May 21, 2024 12:38
irc cheat sheet

IRC Reference

Not intended as a guide for newbies, more like a "cheat sheet" for the somewhat experienced IRC user, especially one who wields some power over a channel.

The Basics

  • /join #channel
    • Joins the specified channel.
  • /part #channel
  • Leaves the specified channel.