Skip to content

Instantly share code, notes, and snippets.

View JasonC761's full-sized avatar
💭
Trying To Make A Difference

SavvyJC JasonC761

💭
Trying To Make A Difference
View GitHub Profile
@JasonC761
JasonC761 / google-unmangler.user.js
Created June 11, 2024 01:28 — forked from bbqsrc/google-unmangler.user.js
Google Search Unmangler - Greasemonkey Script
// ==UserScript==
// @name Google Search Unmangler
// @namespace ScrewGoogle
// @description Unmangle Google Search URLs
// @include http://google.tld/*
// @include http://www.google.tld/*
// ==/UserScript==
var ScrewGoogle = {};
@JasonC761
JasonC761 / setup-ubuntu-devenv.sh
Created May 18, 2024 21:32 — forked from rotemreiss/setup-ubuntu-devenv.sh
Shell script to setup all the basic development tools on fresh Ubuntu 18.04.
#!/bin/sh
# @todo Automate the manual steps at the bottom
# Make it work (broken on Ubuntu 18.04)
#if [[ $EUID -ne 0 ]];
#then
# exec sudo /bin/bash "$0" "$@"
#fi
echo "Update Linux"
#!/bin/bash
iatest=$(expr index "$-" i)
#######################################################
# SOURCED ALIAS'S AND SCRIPTS BY zachbrowne.me
#######################################################
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
@JasonC761
JasonC761 / bash.bashrc
Created May 1, 2024 09:24 — forked from brainfucksec/bash.bashrc
Termux bash.bashrc
######################################
#
# Termux bash.bashrc
# by brainf+ck
#
# Last modified: 2022/06/30
#
######################################
#### Global ##########################
@JasonC761
JasonC761 / install virtualenv ubuntu 16.04.md
Created April 28, 2024 17:13 — forked from frfahim/install virtualenv ubuntu 16.04.md
How to install virtual environment on ubuntu 16.04

How to install virtualenv:

Install pip first

sudo apt-get install python3-pip

Then install virtualenv using pip3

sudo pip3 install virtualenv 
@JasonC761
JasonC761 / oh-my-fish.md
Created April 28, 2024 15:11 — forked from frfahim/oh-my-fish.md
Install fish shell and oh-my-fish on ubuntu

First install fish shell on your system

sudo apt-get update
sudo apt-get install fish

Or install fish via ppa

sudo apt-add-repository ppa:fish-shell/release-2
sudo apt-get update

sudo apt-get install fish``

@JasonC761
JasonC761 / adb-linux.md
Created April 26, 2024 21:27 — forked from isti03/adb-linux.md
Install ADB (Android Debug Bridge) on Linux and useful snippets

Getting ADB (Android Debug Bridge) working on linux can be a bit harder than on other operating systems. This guide aims to help with that.

Installation

1. Install the adb package

Just use your package manager

2. Add yourself to the plugdev group

@JasonC761
JasonC761 / install-coffee-script.txt
Created April 26, 2024 03:59 — forked from jramb/install-coffee-script.txt
Installing Coffee-script on Ubuntu
# install (old) nodejs package and npm
$ sudo apt-get install nodejs npm
# install coffee-script (globally)
$ sudo npm install -g coffee-script
@JasonC761
JasonC761 / linux-cmd-cheatsheet.md
Created April 22, 2024 23:50 — forked from riipandi/linux-cmd-cheatsheet.md
Linux Command Cheat Sheet

#Linux Cheat Sheet

##File Commands:

  • ls – directory listing
  • ls -al – formatted listing with hidden files
  • cd dir - change directory to dir
  • cd – change to home
  • pwd – show current directory
  • mkdir dir – create a directory dir
  • rm file – delete file
@JasonC761
JasonC761 / Readme.md
Created February 7, 2024 19:13 — forked from peteristhegreat/Readme.md
NVM Windows, NodeJS, VSCode, Instructions

Nice to haves for the command prompt

pmify.com/choco

chocolatey => choco
clink => bash readline and history baked into CMD
gow => ls, grep and other nice bash tools aka "GNU on Windows"

Install with Chocolatey