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
Diego Araújo 11:01 | |
vagrant? | |
Thiago RIbeiro 11:11 | |
- instalar tomcat | |
Diego Araújo 11:13 | |
analizo --version | |
Thiago RIbeiro 11:14 |
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
em start(){ | |
....... | |
daemon supervisord -c /etc/supervisord.conf | |
..... | |
} |
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
Colocar o ip no browser_id | |
local_setings.py | |
a variável SITE_URL = ip(ou dominio) |
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
sudo /usr/lib/mailman/bin/mmsitepass -c minhasenha |
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
10:57 AM <terceiro> thiagovsk: descobri | |
10:57 AM <terceiro> inet_interfaces = localhost | |
10:58 AM <terceiro> o postfix só está escutando na interface local | |
10:59 AM <terceiro> foi | |
11:00 AM <terceiro> # grep ^inet_in main.cf | |
11:00 AM <terceiro> inet_interfaces = localhost, 10.132.234.136 | |
11:00 AM <terceiro> pronto | |
1) habilitar rede privada |
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
vm com o pacote rpm -> ip: 104.131.223.206 | |
10:49 AM <alexandreab> usuário: root | |
10:49 AM <alexandreab> senha: a se dempre | |
10:49 AM <alexandreab> arquivo rpm: /tmp/gitlab-spb_novo.el6.x86_64.rpm | |
10:50 AM <alexandreab> já instalei esse pacote em outra vm limpa (162.243.88.56) | |
104.131.223.206 - Criando RPM | |
162.243.88.56 - Instalando o RPM | |
Passos para 4 de setembro: |
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
./mjpg_streamer -i "input_uvc.so -d /dev/video1" -o "output_http.so" | |
./mjpg_streamer -i "./input_uvc.so" -o "./output_http.so -w ./www" | |
./mjpg_streamer -i "./input_uvc.so" -o "./output_http.so -w ./www" | |
LD_LIBRARY_PATH=/usr/local/lib mjpg_streamer -i "input_file.so -f /tmp/stream -n pic.jpg" -o "output_http.so -w /usr/local/www" | |
http://www.raspberrypi.org/forums/viewtopic.php?t=48597 | |
http://blog.miguelgrinberg.com/post/how-to-build-and-run-mjpg-streamer-on-the-raspberry-pi |
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
http://stackoverflow.com/questions/21962872/how-to-create-a-gitlab-webhook-to-update-a-mirror-repo-on-github | |
e depois git push --mirror github |
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
http://refinerycms.com/ | |
http://locomotivecms.com/101-getting-started | |
https://github.com/browsermedia/browsercms |
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
#include<iostream> | |
using namespace std; | |
int main(){ | |
int entrada; | |
bool check = false; | |
cin >> entrada; |