Skip to content

Instantly share code, notes, and snippets.

View trinib's full-sized avatar
👾
¯\_(ツ)_/¯👾

☣┌͜∩͜┐͜(͜◣͜_͜◢͜)͜┌͜∩͜┐☣ trinib

👾
¯\_(ツ)_/¯👾
  • ꍇ̸̷̶̵̴̶̷̨̧̢̡̨͚͙͖͕͔͓͎͍͉͈͇̼̻̺̹̳̲̱̰̯̮̭̬̫̪̩̦̥̤̣̠͚͙͖͕͔͓̩̺̻̼͇͈͉̳̯̮̭̬ͣͤͥͧͦͨͪͩͯͮͭͬͫͯ͛͗͒͑͐͌͋͊͆̈́̓͂́̀̿̾̽ͣͥͧͩͫͭͯͮͬͪͨͦͤ͛͗͒͑͐̽̾̿̀́͂̓̈́͆͊͋͘͘͢͟͜͢͟͜ t̶̛̛̻͙͑͆̽͑̈́͆͌̆̿͛͐́̐̕r̴̨̺̱͓͖̤̯̦̝̳͉̯̟͔̱̳̗̀ͅi̸̖̳̼̱̦̺͚̬̩̠͇̻̾͋͑̓͋̽͐͝ṅ̴̪̇̍̄̾̔͒̿͗̄̑̕ĩ̷̛̖̹̜̤̙̜̰͎̙̫͉̱͓̭̦͈͌b̴̢̜̼̖̝̹̲̬͎̟̘́̅̄̒́̏̏ͅ
  • ❤Trinidad & Tobago❤
  • 14:17 (UTC -03:00)
View GitHub Profile
@masta-g3
masta-g3 / llm_papers.txt
Last active May 24, 2024 00:40
Updated 2024-05-23
Cedille: A large autoregressive French language model
The Wisdom of Hindsight Makes Language Models Better Instruction Followers
ChatGPT: A Study on its Utility for Ubiquitous Software Engineering Tasks
Query2doc: Query Expansion with Large Language Models
The Internal State of an LLM Knows When its Lying
Structured information extraction from complex scientific text with fine-tuned large language models
TrueTeacher: Learning Factual Consistency Evaluation with Large Language Models
Large Language Models Encode Clinical Knowledge
PoET: A generative model of protein families as sequences-of-sequences
Fine-Grained Human Feedback Gives Better Rewards for Language Model Training
1. Download latest apktool version.
2. Download the batch file and aapt.exe.
3. Create a folder anywhere in the PC and put all the apktool.jar, aapt.exe and the batch script in that folder.
4. Open command prompt.
5. Navigate to the folder where you placed apktool.jar, batch script and the aapt.exe.
6. Now, you need to install the file using the " IF " command.
7. Type the following command.
apktool if name-of-the-app.apk
@Jiab77
Jiab77 / create-DNS-over-TLS-bridge-with-pi-hole-unbound-and-stubby-on-ubuntu-server.md
Last active February 25, 2024 03:55
Create DNS-over-TLS bridge with Pi-hole, unbound and stubby on Ubuntu Server

Create DNS-over-TLS bridge with Pi-hole, unbound and stubby on Ubuntu Server

Few months ago, I've made a similar work but I wanted something a little more easier to manage. Please have a look at here for my previous work.

This time, I'm gonna do pretty much the same thing but using Pi-hole as base then modify it to include unbound and stubby.

This way, I can use the power of Pi-hole with some additional security layers:

  • Recursive DNS check (unbound)
  • DNS-over-TLS (stubby)
@Jiab77
Jiab77 / create-DNS-over-TLS-bridge-with-unbound-stubby-and-systemd-on-ubuntu-server-18.04.md
Last active September 20, 2023 12:17
Create DNS-over-TLS bridge with unbound, stubby and systemd on Ubuntu Server 18.04
@qdm12
qdm12 / README.md
Last active May 20, 2024 09:40
Wireguard and iptables restrictions for multiple users

Wireguard and iptables restrictions for multiple users

If you don't know what Wireguard is, well, you should. It's fast, easy to setup and highly configurable. We will configure Wireguard for multiple users with various restrictions using iptables.

Assumptions

This should fit most setups (not mine though 😉)

@bz31
bz31 / gist:c1d1f2941eb5f6b0eeac8ef7ec78a281
Last active February 24, 2024 03:46 — forked from hacksalot/gist:72517b9b1c145116e89e
Delete GitHub wiki revisions
# Delete prior revisions from a GitHub wiki so that only the most-recent
# version of the content is available.
# Clone the wiki.
git clone https://github.com/[user]/[repo].wiki.git
# Example: git clone https://github.com/bz31/Buildroot.wiki.git
# Remove the .git folder.
cd [repo].wiki
rm -rf .git
@anatolebeuzon
anatolebeuzon / 20auto-upgrades
Last active March 24, 2024 08:21
Unattended-upgrades config for Raspberry Pi running Raspbian
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Download-Upgradeable-Packages "1";
APT::Periodic::AutocleanInterval "3";
APT::Periodic::Verbose "1";
APT::Periodic::Unattended-Upgrade "1";
@matteocrippa
matteocrippa / flutter.md
Last active October 26, 2023 05:47
Flutter Cheatsheet

Flutter

A quick cheatsheet of useful snippet for Flutter

Widget

A widget is the basic type of controller in Flutter Material. There are two type of basic Widget we can extend our classes: StatefulWidget or StatelessWidget.

Stateful

StatefulWidget are all the widget that interally have a dynamic value that can change during usage. It can receive an input value in the constructor or reference to functions. You need to create two classes like:

@hkamran80
hkamran80 / SmartTV2.txt
Last active February 28, 2024 01:03
Pi-hole Blocklist for Smart TVs
# THIS FILE IS NO LONGER BEING MAINTAINED. FOR A MAINTAINED VERSION, PLEASE USE THE VERSION IN THE NEW REPOSITORY.
# Repository: https://github.com/hkamran80/blocklists
# New link for this file: https://raw.githubusercontent.com/hkamran80/blocklists/main/smart-tv
# ------
# This is a blocklist to block Smart TVs sending data home.
# Please help to collect domains!
# It could be that the TV does not receive any more updates or other services no longer work. Please report such an incident.