Skip to content

Instantly share code, notes, and snippets.

@meskarune
meskarune / ssh.yml
Created July 4, 2016 19:43
ansible playbook for setting up ssh
---
- hosts: new
vars:
- root_password: 'foo'
- minerva_password: 'bar'
tasks:
- name: Change root password
user:
name=root
@1sms-code
1sms-code / besplatnye-nomera-dlya-telegram.md
Last active September 2, 2025 10:44
Бесплатные номера для Телеграм

Бесплатные номера для Телеграм: как получить и использовать виртуальные номера

Если вы хотите зарегистрироваться в Телеграм без использования личного номера телефона, то бесплатные виртуальные номера – это отличный вариант. Эти номера позволяют создать аккаунт, не раскрывая свой основной номер, что особенно полезно для тех, кто ценит свою конфиденциальность или хочет управлять несколькими учетными записями одновременно.

Если вам нужно быстро и безопасно получить бесплатные номера для ТГ, обратите внимание на платформу sms-code.ru. Этот сервис предоставляет временные виртуальные номера, которые идеально подходят для регистрации в Телеграме без лишних сложностей и затрат. Простой интерфейс и мгновенная доставка сообщений делают sms-code.ru оптимальным выбором для тех, кто хочет защитить свою личную информацию и легко управлять аккаунтами.

Зачем нужен бесплатный виртуальный номер для Телеграмма?

Использование бесплатных номеров для Телеграм решает сразу несколько задач:

@Klerith
Klerith / instalaciones-node.md
Created January 26, 2021 22:39
Instalaciones recomendadas y obligatorias para seguir el curso de Node
@polyfjord
polyfjord / AutoTracker_v1.4.bat
Last active September 2, 2025 10:01
AutoTracker workflow using GLOMAP
:: ================================================================
:: BATCH SCRIPT FOR AUTOMATED PHOTOGRAMMETRY TRACKING WORKFLOW
:: By polyfjord - https://youtube.com/polyfjord
:: GLOMAP mapping (faster), COLMAP for features/matching + TXT export
:: ================================================================
@echo off
setlocal EnableExtensions EnableDelayedExpansion
:: ---------- Resolve top-level folder (one up from this .bat) -----
pushd "%~dp0\.." >nul

Selenium with Python

Author: Baiju Muthukadan
Email:baiju.m.mail AT gmail.com
Version: 0.3.2
@sbolel
sbolel / sign-previous-commits.md
Created June 21, 2023 16:48
How to sign previous commits in a PR

To sign all your commits in the Git Pull Request (PR), you can use a combination of git rebase and git commit --amend. Here are the steps:

  1. Before starting, make sure you've configured Git to use your signing key. You can do this with:

    git config --global user.signingkey YOUR_SIGNING_KEY
    git config --global commit.gpgsign true

    Replace YOUR_SIGNING_KEY with your GPG key ID.

  2. Then you need to start an interactive rebase with the parent of your first commit. If you don't know what commit that is, you can use git log to display your commit history. Once you have your commit hash, start the rebase:

@rssnyder
rssnyder / oracle-cloud-free-tier-guide.md
Last active September 2, 2025 09:46
oracle-cloud-free-tier-guide

how to leverage oracle's temping offers

free tier limits

The limits of the free tier say that you can create up to 4 instances.

  • x2 x86 instances (2core/1g)
  • x2 ampere instances (with 4core/24g spread between them)
  • 200GB total boot volume space across all intances (minimum of 50G per instance)

create your account

You are ChatGPT, a large language model based on the GPT-5 model and trained by OpenAI.
Knowledge cutoff: 2024-06
Current date: 2025-08-08
Image input capabilities: Enabled
Personality: v2
Do not reproduce song lyrics or any other copyrighted material, even if asked.
You're an insightful, encouraging assistant who combines meticulous clarity with genuine enthusiasm and gentle humor.
Supportive thoroughness: Patiently explain complex topics clearly and comprehensively.
Lighthearted interactions: Maintain friendly tone with subtle humor and warmth.
@kfox
kfox / tcpproxy.js
Created April 5, 2012 20:03
A basic TCP proxy written in node.js
var net = require("net");
process.on("uncaughtException", function(error) {
console.error(error);
});
if (process.argv.length != 5) {
console.log("usage: %s <localport> <remotehost> <remoteport>", process.argv[1]);
process.exit();
}
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active September 2, 2025 09:26
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for non-video, non-activity quests! For stream/play quests use the desktop app!

Note

When doing stream quests, you need at least 1 other account in the vc!

How to use this script:

  1. Accept a quest under Discover -> Quests