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
# | |
################################### | |
# | |
# Alias para facilitar o trabalho | |
# Alias to make easy the work | |
# alias.txt file content | |
# | |
################################## | |
alias l='ls -lhs --color' | |
alias df='df -h' |
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
AutoMySQLBackup | |
http://sourceforge.net/projects/automysqlbackup/ |
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
========================================================== | |
========================================================== | |
Instalando e Configurando o NGINX | |
========================================================== | |
========================================================== | |
sudo aptitude install nginx | |
############################################### | |
# |
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
========================================================== | |
========================================================== | |
PHP 5 | |
========================================================== | |
========================================================== | |
apt-get install php5-cgi php5-cli php5-mysql php5-curl php5-gd php5-idn php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-mhash php5-pspell php5-recode php5-sqlite php5-tidy php5-xmlrpc php5-xsl | |
sudo apt-get install php5-fpm | |
sudo vim /etc/php5/fpm/php.ini |
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
========================================================== | |
========================================================== | |
PHPMYADMIN | |
========================================================== | |
========================================================== | |
sudo aptitude install phpmyadmin | |
sudo cp -R /usr/share/phpmyadmin /var/www | |
### |
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
========================================================== | |
========================================================== | |
Instalando o MySQL | |
MySQL Instalation | |
========================================================== | |
========================================================== | |
sudo aptitude install mysql-server | |
sudo mysqladmin -u root password "my_password" |
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
========================================================== | |
========================================================== | |
Instalando Samba | |
Installing Samba | |
========================================================== | |
========================================================== | |
sudo aptitude install samba | |
sudo aptitude install smbclient | |
sudo aptitude install nfs-common |
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
========================================================== | |
========================================================== | |
Instalando SSH | |
Installing SSH | |
========================================================== | |
========================================================== | |
apt-get install openssh-server openssh-client | |
sudo vim /etc/ssh/sshd_config |
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
========================================================== | |
UBUNTU - Configurando IP Fixo | |
UBUNTU - Setup Fixed IP | |
========================================================== | |
#### | |
#### Atenção: | |
#### Se estiver clonando a Máquina Virtual em outra máquina, | |
#### talvez seja necessário força a mudança do MAC Address | |
#### |
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
========================================================== | |
UBUNTU - Configurando Teclado | |
Setup Brazilian Portuguese layout keyboard | |
========================================================== | |
# Install de VIM Editor | |
sudo aptitude install vim | |
# adicionar a numeração de linha |
NewerOlder