Skip to content

Instantly share code, notes, and snippets.

View jario's full-sized avatar

Jario jario

View GitHub Profile
@jario
jario / i3-cheat-sheet.md
Created March 10, 2026 11:46 — forked from JeffPaine/i3-cheat-sheet.md
i3 Window Manager Cheat Sheet

i3 Window Manager Cheat Sheet

$mod refers to the modifier key (alt by default)

General

  • startx i3 start i3 from command line
  • $mod+<Enter> open a terminal
  • $mod+d open dmenu (text based program launcher)
  • $mod+r resize mode ( or to leave resize mode)
  • $mod+shift+e exit i3
@jario
jario / gist:cc79fc88905a9f7e45b70f8e9be6dfba
Created December 22, 2024 14:52 — forked from sdeering/gist:8437725
Some .bashrc git alias commands
#-------------------------------------------------------------
# Git Alias Commands
#-------------------------------------------------------------
alias g="git status"
alias ga="git add"
alias gaa="git add ."
alias gau="git add -u"
alias gc="git commit -m"
alias gca="git commit -am"
alias gb="git branch"
@jario
jario / Create website in darkweb.md
Created November 17, 2024 19:33 — forked from 98lenvi/Create website in darkweb.md
steps to host dark web website

Create your own site in the dark web.

There is a lot of misconception around the dark web, and most of the people think that it is not possible to create their own website on Dark web (The Onion network). Today we will set up a website in the Onion/Tor network for free.

Screenshot of my dark website

As you can see above, I have created my own website in the Tor network, and I've accessed it using the Tor Browser.

This tutorial consists of three steps

@jario
jario / install-03.sh
Created May 6, 2023 13:18
pos install linux debian ubuntu repo list
#!/bin/bash
## install apt repo list
# https://www.omgubuntu.co.uk/2022/04/how-to-install-firefox-deb-apt-ubuntu-22-04
#sudo add-apt-repository ppa:mozillateam/ppa
#sudo apt update
#sudo apt install --target-release 'o=LP-PPA-mozillateam' firefox
# Vs code
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg
@jario
jario / install-02.sh
Created May 6, 2023 13:08
pos install debian ubuntu wget curl
#!/bin/bash
## wget and curl install
#Discord
cd ~/Downloads/ && wget "https://discord.com/api/download?platform=linux&format=deb" -O discord.deb && sudo gdebi discord.deb && cd
# nodejs nvm npm iojs angular ionic
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
@jario
jario / install-00.sh
Created May 6, 2023 13:05
linux pos install debian ubuntu
#!/bin/bash
sudo apt install curl wget aptitude -y
sudo apt install git gitk git-gui git-flow -y
# SOMENTE BASICO NO GUI Ly Console Manager
# Needed packages
# sudo xorg display server installation
# sudo apt install -y xorg xbacklight xbindkeys xvkbd xinput xorg-dev
# sudo apt install -y build-essential
@jario
jario / install-01.sh
Created May 6, 2023 13:03
KDE linux kubuntu debian
#!/bin/bash
sudo apt install kaccounts-integration kaccounts-providers -y
#sudo apt-get install evolution evolution-ews -y
sudo apt install newsboat rednotebook -y
sudo apt install kubuntu-restricted-extras build-essential kfind partitionmanager kio-extras gufw -y
@jario
jario / license-badges.md
Created February 14, 2023 11:43 — forked from Gaboso/license-badges.md
Selos de licença para o seu projeto

Selos de licença no Markdown

Coleção de selos de licença para o arquivo README do seu projeto.
Esta lista inclui as licenças open data e open source mais comuns.
Copie e cole facilmente o código dos selos nos seus arquivos em Markdown.

Notas

  • Esses selos não substituem totalmente as informações de licença dos seus projetos, eles são apenas emblemas para o README, que o usuário pode ver a Licença à primeira vista.

Traduções: (sem garantias que as traduções estarão atualizadas)

@jario
jario / useHexo.md
Created May 20, 2021 20:06 — forked from btfak/useHexo.md
How to use Hexo and deploy to GitHub Pages
Ruby jekyll
sudo apt update -y && sudo apt upgrade -y
sudo apt-add-repository ppa:brightbox/ruby-ng -y && sudo apt update -y && sudo apt install ruby2.5 ruby2.5-dev build-essential dh-autoreconf
sudo gem update
sudo gem install jekyll bundler