Skip to content

Instantly share code, notes, and snippets.

View AlexandreQuintela's full-sized avatar
🤩
Feliz com meu novo blog

Alexandre Quintela AlexandreQuintela

🤩
Feliz com meu novo blog
View GitHub Profile
@AlexandreQuintela
AlexandreQuintela / Linux_Terminal_Command_Reference.md
Last active April 27, 2020 19:20
Linux Terminal Command Reference

System Info date – Show the current date and time cal – Show this month's calendar uptime – Show current uptime w – Display who is online whoami – Who you are logged in as finger user – Display information about user uname -a – Show kernel information cat /proc/cpuinfo – CPU information cat /proc/meminfo – Memory information

@AlexandreQuintela
AlexandreQuintela / chavessh.md
Created June 4, 2020 22:59
Criando e usando chaves SSH

Usando o protocolo SSH, você pode conectar e autenticar com servidores e serviços remotos. Com chaves SSH, você pode conectar com o Github sem ter que ficar digitando seu usuário ou senha a cada conexão. Verificar chaves SSH existentes.

Abra o Terminal
Digite ls -al ~/.ssh para ver se tem alguma chave SSH presente

$ ls -al ~/.ssh

Lista os arquivos do seu diretório .ssh, se eles existem

Por padrão, o nome dos arquivos das chaves públicas pode ser um dos seguintes: