Skip to content

Instantly share code, notes, and snippets.

@CreatorB
CreatorB / scp run in the background
Last active September 15, 2025 16:27
How to put scp in background
To execute any linux command in background we use nohup. But the problem with scp command is that it prompts for the password (if password authentication is used). So to make scp execute as a background process do this:
1>
$ nohup scp file_to_copy user@server:/path/to/copy/the/file > nohup.out 2>&1
if it prompts for password then enter password.
Then press ctrl + z which will temporarily suspend the command,
SCP will give output:
@nelson-zack
nelson-zack / linkedin-job-spam-filter.txt
Created September 11, 2025 20:39
Custom uBlock Origin filter to hide recruiter spam and job board reposts on LinkedIn job search.
www.linkedin.com##li:has-text(Promoted)
www.linkedin.com##li:has-text("SimplyApply")
www.linkedin.com##li:has-text("RemoteWorker US")
www.linkedin.com##li:has-text("Jobot")
www.linkedin.com##li:has-text("Dice")
www.linkedin.com##li:has-text("Aha!")
www.linkedin.com##li:has-text("Get It Recruit - Information Technology")
www.linkedin.com##li:has-text("Veeva Systems")
www.linkedin.com##li:has-text("Veeva Consumer Products")
www.linkedin.com##li:has-text("Motion Recruitment")
@Blackshome
Blackshome / battery-charger-notifications.yaml
Last active September 15, 2025 16:22
battery-charger-notifications.yaml
blueprint:
name: Battery Charger Notifications & Actions
description: >
# 🔋 Battery Charger Notifications & Actions
**Version: 1.7**
⚡Fully charged notifications - let's keep the power flowing and the jobs rolling!🔦
@Blackshome
Blackshome / blueprint-update-notifications.yaml
Last active September 15, 2025 16:22
blueprint-update-notifications.yaml
blueprint:
name: Blueprint Update Notification
description: >
# 📥 Blueprint Update Notification
**Version: 1.1**
Because even your blueprint automations deserve updates! 🧠
@ricardocuellar
ricardocuellar / python_installations.md
Created February 6, 2025 19:47
Instalaciones recomendadas - Curso de Python

Instalaciones recomendadas - Curso de Python: Fundamentos hasta los detalles.

Python Logo

Generales

  1. Instalar Python
  2. Verificar instalación de Python
    • python3 --version
    • python --version

Instalar editor de código o IDE. (Elige el que más se acomode a ti)

@CaptainCrouton89
CaptainCrouton89 / example-trace.txt
Last active September 15, 2025 16:17
An example of what my agent will do. Note that it queries db itself, then makes plan. Also note that after the plan, a hook instructs it in how to parallelize the plan. It then uses custom implementor agents to execute the plan. This is a pretty sizable feature, and it's getting one-shot perfectly, and quickly.
I'll help you implement a writing quirks feature that generates unique stylistic elements before
outline creation. Let me first understand the current structure and then create a plan.
⏺ Let me investigate the current codebase structure to understand how outline and plot generation
work.
⏺ Read(src/generation/outline/newOutline.ts)
⎿ Read 237 lines (ctrl+r to expand)
⏺ sql - describe-table (MCP)(tableName: "sequences", includeConstraints: true, includeSampleRows: true)
@nguyen-vh
nguyen-vh / Ultimate CCxMINECOLONY.lua
Last active September 15, 2025 16:15 — forked from adkinss/RSWarehouse.lua
Minecolonies x ComputerCraft (CC:Tweaked) x Advanced Peripherals x ME/RS script to automatically fulfill open work requests
---@diagnostic disable: undefined-global
--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
--** ULTIMATE CC X MINECOLONIES PROGRAM **--
--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
@pasabanov
pasabanov / crazy-radical-leftists-attack-xlibre.md
Last active September 15, 2025 16:14
Are We XLibre Yet? Crazy radical leftists are not.
@zmts
zmts / tokens.md
Last active September 15, 2025 16:14
Про токены, JSON Web Tokens (JWT), аутентификацию и авторизацию. Token-Based Authentication

Про токены, JSON Web Tokens (JWT), аутентификацию и авторизацию. Token-Based Authentication

Last major update: 25.08.2020

  • Что такое авторизация/аутентификация
  • Где хранить токены
  • Как ставить куки ?
  • Процесс логина
  • Процесс рефреш токенов
  • Кража токенов/Механизм контроля токенов