echo "# exemple" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin [email protected]:USERNAME/yourrepository.git
git push -u origin main
Servers: https://nordvpn.com/pt-br/servers/
Command | Desciption |
---|---|
nordvpn login | Log in |
nordvpn c _%target%_ |
Connect to VPN, (_%target%_ ) to connect to specific servers |
nordvpn d | Disconnect from VPN. |
nordvpn status | See the connection status. |
nordvpn set _%option%_ _%value%_ |
Antes de qualquer coisa aconselho a lerem o Book do próprio Git e aprenderem bem.
Git-book: https://git-scm.com/book/en/v2
Git-book pt_BR: https://git-scm.com/book/pt-br/v2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Spaceship config | |
ZSH_THEME="spaceship" | |
SPACESHIP_PROMPT_ORDER=( | |
user # Username section | |
dir # Current directory section | |
host # Hostname section | |
git # Git section (git_branch + git_status) | |
hg # Mercurial section (hg_branch + hg_status) | |
exec_time # Execution time | |
line_sep # Line break |
Link oficial: https://protonvpn.com/support/official-linux-client/
Command | Desciption |
---|---|
protonvpn-cli login [ProtonVPN username] | Log in |
protonvpn-cli connect (or protonvpn-cli c) | Connect to VPN |
protonvpn-cli disconnect (or protonvpn-cli d) | Disconnect from VPN. |
protonvpn-cli status (or protonvpn-cli s) | See the connection status. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<link rel="icon" type="image/x-icon" href="/favicon.ico"> | |
<title>Rebane's Discord Colored Text Generator</title> | |
<meta charset="UTF-8"> | |
<meta name="description" content="Rebane's Discord Colored Text Generator"> | |
<meta name="author" content="rebane2001"> | |
<style> | |
/* |
OlderNewer