Skip to content

Instantly share code, notes, and snippets.

@404NetworkError
404NetworkError / tmux_htop_local_install.sh
Last active March 10, 2019 20:02 — forked from ryin/tmux_local_install.sh
bash script for installing tmux & htop without root access
#!/bin/bash
# Script for installing tmux & htop on systems where you don't have root access.
# tmux & htop will be installed in $HOME/.local/bin.
# exit on error
set -e
# Required commands for script
if ! command -v wget >/dev/null 2>&1; then
@404NetworkError
404NetworkError / Windows_Functions_in_Malware.md
Last active October 29, 2023 15:34
Concise Windows Functions in Malware Analysis List