Skip to content

Instantly share code, notes, and snippets.

View pathologicalhandwaving's full-sized avatar
:shipit:
If you are the smartest person in the room, run TF out of that room

UnMary pathologicalhandwaving

:shipit:
If you are the smartest person in the room, run TF out of that room
View GitHub Profile
@pathologicalhandwaving
pathologicalhandwaving / searchers.md
Created November 27, 2021 18:18
Search Strings Collection

Common NMap Commands

Check nmap version

nmap --version

If nmap is not installed:

sudo apt install nmap

Scan IPs

@pathologicalhandwaving
pathologicalhandwaving / thing.scad
Last active November 23, 2021 15:09
OpenScad Thing
// Resolution
$fa = 1;
$fs = 0.4;
// Cube
//cube(size=10);
// Cube centered at origin
//cube(size=20,center=true);
// Rectangular Cuboid
@pathologicalhandwaving
pathologicalhandwaving / arch-install-part6.org
Last active November 23, 2021 15:11
Arch Linux MacBook Install -- Part VI -- Development Environments

Arch Linux Install (Part VI)

LaTeX

sudo yay -S texlive-installer
sudo /opt/texlive-installer/install-tl
@pathologicalhandwaving
pathologicalhandwaving / arch-install-part4.org
Last active October 8, 2019 02:22
Arch Linux Install -- Part IV -- Emacs

Arch Install (Part IV)

Emacs Setup

Emacs itself was installed during the archiso OS process as the default text editor.

  • Current Version: 26.3
@pathologicalhandwaving
pathologicalhandwaving / arch-install-part3.org
Last active October 8, 2019 05:02
Arch Linux install on MacBook Pro -- Part III -- Applications

Arch Install (Part III)

Increase FS-Watchers

sudo echo 'fs.inotify.max_user_watches = 1048576' >> /usr/lib/sysctl.d/50-default.conf

Arch Install (Part II)

Start Ethernet Connection

su
dhcpcd
dhcpcd #Run again if first run failed 
ip link #check ethernet interface status
@pathologicalhandwaving
pathologicalhandwaving / glossAppend.sh
Created January 16, 2017 14:14
Shell script for adding definitions to a yaml file
#!/bin/bash
FILE="$HOME/School/Classes/MIT6001x/Notes/gloss.yml"
clear
# Get User Input
read -p 'Term: ' term
read -p 'Term Label: ' label
read -p 'Term Description: ' descr
@pathologicalhandwaving
pathologicalhandwaving / wordLadder.ipynb
Last active November 23, 2021 15:15
Word Ladder Example
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.