Skip to content

Instantly share code, notes, and snippets.

View Nezteb's full-sized avatar
💣
hello world'); DROP TABLE Statuses;--

Noah Betzen Nezteb

💣
hello world'); DROP TABLE Statuses;--
View GitHub Profile
@Nezteb
Nezteb / replace_text_pdf.sh
Created June 23, 2020 17:01
Replace text in a PDF
#!/bin/bash
PDF_FILE=$1
TITLE="${PDF_FILE%.*}"
TEMP1="${TITLE}_q.pdf"
TEMP2="${TITLE}_qr1.pdf"
TEMP3="${TITLE}_qr2.pdf"
TEMP4="${TITLE}_qr3.pdf"
@Nezteb
Nezteb / Git_Is_Hard.md
Last active December 9, 2023 18:18
Git Is hard
@Nezteb
Nezteb / OSITS.md
Created October 7, 2020 06:39
Open Source IT Solutions

OPEN SOURCE IT SOLUTIONS

OPERATING SYSTEMS

Customer Workstations

  • Ubuntu Desktop
  • Linux Mint
  • CentOS

Servers

@Nezteb
Nezteb / Haskell.md
Created October 7, 2020 06:41
Haskell

Haskell

This is very unclean and unorganized. I've taken a lot of this from other places and people. Organizing it would take too much time. This is a link dump for my personal use only. :)

I find traditional link dump repos organization to require a lot of effort to set up. So I'm trying out a simpler tag-based structure. CTRL+F for the tags you want to read about. I'll be updating the tags slowly but surely.