#Access Server #Update Server TimeZone dpkg-reconfigure tzdata #Secure SSH acccess with a different port #Keep SSH Connection Alive #Restart SSH #Add a Initial message #Update/Upgrade Server #Instalar Vim 8 Ubuntu/Mint #Install Git #Beautyfy Terminal follow this steps: apt install zsh -y Change permanently to zsh chsh -s /bin/zsh Get .Antigen git clone https://github.com/zsh-users/antigen.git .antigen Add […]
Tag / git
Git
Primer Paso es hacer un folder en tu ###### #Repositorio Nuevo #Crea tu repositorio en Bitbucket con Create #Llena los datos ###### ##1 Inicia Git de un repositorio nuevo (recuerda sudo si no tienes privilegios root) git init ##2 Suma tu Git a la repo de tu Bitbucket git remote add origin https://[email protected]/dreamsengineering/$TU_USER.git ##3 Tu […]