Skip to content

Instantly share code, notes, and snippets.

View Jmzgit's full-sized avatar

Jmnz Jmzgit

  • Mexico
  • 13:45 (UTC -07:00)
View GitHub Profile
@Jmzgit
Jmzgit / SSH or HTTPS on terminal.md
Last active February 24, 2022 06:51
No password to git remote acces via SSH
@Jmzgit
Jmzgit / inkscape ppa.md
Last active June 20, 2022 20:43
Inkscape ppa for Ubuntu 20.xx focal
@Jmzgit
Jmzgit / Terminal.md
Last active February 21, 2022 01:40
Terminal commands cheat
Search for file extension in terminal - this method searches by directories
ls ~/*.txt  
ls ~/*/*.txt  
ls ~/*/*/*.txt  
ls ~/*/*/*/*.txt  
xfce refresh Panel

xfce4-panel --help
xfce4-panel -r

@Jmzgit
Jmzgit / mini conda Install.md
Last active February 5, 2022 23:31
miniconda install
check python version

python --version

Install miniconda from latest repo

The following snippet will create a directory to install miniconda into, download the latest python 3 based install script for Linux 64 bit, run the install script, delete the install script, then add a conda initialize to your bash or zsh shell. After doing this you can restart your shell and conda will be ready to go.

mkdir -p ~/miniconda3
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3/miniconda.sh
Install Systemback -also consider w/Debian version
https://github.com/fconidi/systemback-install_pack-1.9.3
with source forge
Run and Save a js snippet to modify DOM in Chrome Dev Tools
console.log('Hello, Snippets!');