sudo apt-get install python3-pip
sudo pip3 install virtualenv
| // ==UserScript== | |
| // @name Google Search Unmangler | |
| // @namespace ScrewGoogle | |
| // @description Unmangle Google Search URLs | |
| // @include http://google.tld/* | |
| // @include http://www.google.tld/* | |
| // ==/UserScript== | |
| var ScrewGoogle = {}; |
| #!/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 |
| ###################################### | |
| # | |
| # Termux bash.bashrc | |
| # by brainf+ck | |
| # | |
| # Last modified: 2022/06/30 | |
| # | |
| ###################################### | |
| #### Global ########################## |
# install (old) nodejs package and npm
$ sudo apt-get install nodejs npm
# install coffee-script (globally)
$ sudo npm install -g coffee-script#Linux Cheat Sheet
##File Commands:
| https://gist.github.com/jasoncook32/d48c481fb056006d86f7d030b432f216#install-yarn-and-some-other-globals |