Skip to content

Instantly share code, notes, and snippets.

@masih
masih / fish_shell_local_install.sh
Last active June 1, 2024 22:23
Installs Fish Shell without root access
#!/bin/bash
# Script for installing Fish Shell on systems without root access.
# Fish Shell will be installed in $HOME/local/bin.
# It's assumed that wget and a C/C++ compiler are installed.
# exit on error
set -e
FISH_SHELL_VERSION=2.1.1
@lennartblanco
lennartblanco / symhash.py
Last active October 18, 2022 08:48
Symstore hashes
#!/usr/bin/env python
"""
Print symstore hash values for PDB amd EXE/DLL files.
Usage:
python symhash.py [file1 [file2 ...]]