Você está na página 1de 1

Instalando e configurando o SSH no servidor

Para instalarmos o SSH no Ubuntu muito simples. Basta, estando no shell como root, digitarmos: # apt-get install openssh-server E esperar que ele realize o download e instalao automtica. O SSH, aps instalado, gera alguns arquivos de configurao e o principal deles o /etc/ssh/sshd_config - arquivo de configurao do servidor SSH.

Network Upgrade for Ubuntu Servers (Recommended)


1. Install update-manager-core if it is not already installed:
sudo apt-get install update-manager-core

2. edit /etc/update-manager/release-upgrades and set Prompt=normal 3. Launch the upgrade tool:


sudo do-release-upgrade

4. Follow the on-screen instructions.


INSTALAR RVM PARA GERENCIAR AS VERSES DE RUBY DO SERVER 1. sudo apt-get install bash curl git build-essential autoconf bison libruby1.8 zlib1g-dev libssl-dev libreadline-gplv2-dev libmysqlclient-dev y 2. bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer) 3. source .bashroc ou reinicie o servidor 4. rvm install 1.9.2 5. digita irb e da enter 6. rvm use 1.9.2 7. digita irb e da enter 8.

Você também pode gostar