Skip to content

Instantly share code, notes, and snippets.

View laradji's full-sized avatar

Nacer Laradji laradji

View GitHub Profile

Setting up netboot.xyz with an EdgeRouter

This document covers how to setup netboot.xyz, a service that provides iPXE-based installation and live boot of a bunch of operating systems, on a Ubiquiti EdgeRouter.

Assumptions

I've made a few assumptions throughout this document that will probably be different for your setup:

@laradji
laradji / postgres_queries_and_commands.sql
Created December 2, 2019 13:35 — forked from rgreenjr/postgres_queries_and_commands.sql
Useful PostgreSQL Queries and Commands
-- show running queries (pre 9.2)
SELECT procpid, age(clock_timestamp(), query_start), usename, current_query
FROM pg_stat_activity
WHERE current_query != '<IDLE>' AND current_query NOT ILIKE '%pg_stat_activity%'
ORDER BY query_start desc;
-- show running queries (9.2)
SELECT pid, age(clock_timestamp(), query_start), usename, query
FROM pg_stat_activity
WHERE query != '<IDLE>' AND query NOT ILIKE '%pg_stat_activity%'
@laradji
laradji / keybase.md
Created September 16, 2019 10:05
keybase.md

Keybase proof

I hereby claim:

  • I am laradji on github.
  • I am nlaradji (https://keybase.io/nlaradji) on keybase.
  • I have a public key ASB3Dezsf2NttHNMzl_bLUNLRRoRj1VEm-SwtGrsiNOKNgo

To claim this, I am signing this object: