$mod refers to the modifier key (alt by default)
startx i3start i3 from command line$mod+<Enter>open a terminal$mod+dopen dmenu (text based program launcher)$mod+rresize mode ( or to leave resize mode)$mod+shift+eexit i3
| #------------------------------------------------------------- | |
| # 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" |
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.
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
| #!/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 |
| #!/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 |
| #!/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 |
| #!/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 |
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.
Traduções: (sem garantias que as traduções estarão atualizadas)
$ sudo npm install -g hexo-cli
$ hexo -v
hexo-cli: 0.1.9
| 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 |