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
#!/bin/sh | |
cd /home/joellobo/Dev/server/wildfly-10.1.0.Final/modules/system/layers/base | |
find . > /home/joellobo/Dev/server/wildfly10-1-0.txt | |
cd /home/joellobo/Dev/server/jboss-eap-7.0/modules/system/layers/base | |
find . > /home/joellobo/Dev/server/jboss-eap-7-0-0.txt | |
cd /home/joellobo/Dev/server | |
grep $1 wildfly10-1-0.txt > a.txt | |
grep $1 jboss-eap-7-0-0.txt > b.txt | |
grep -F -f a.txt b.txt |
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
- JBoss com https | |
- Apache httpd mod_jk | |
- Apache httpd mod_proxy mod_proxe_balancer | |
- EJB módulo com segurança | |
- JBoss domain cluster |
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 apt-get install python-software-properties | |
sudo add-apt-repository ppa:ondrej/php | |
sudo apt-get update | |
sudo apt-get purge php5-fpm -y | |
sudo apt-get install php7.0 php7.0-fpm | |
sudo apt-get install apache2 | |
sudo apt-get install libapache2-mod-php7.0 | |
sudo apt-get -y install mariadb-server mariadb-client | |
sudo apt-get -y install phpmyadmin |
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
sso | |
transaction / two phase commit | |
cache | |
compiler to bytecode | |
metaprogramming | |
multi tenancy | |
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 cp /etc/apache2/sites-available/djadrones.conf /etc/apache2/sites-available/123futebol.conf | |
vim /etc/apache2/sites-available/123futebol.conf | |
sudo vim /etc/apache2/sites-available/123futebol.conf | |
mkdir /var/www/123futebol | |
touch /var/www/123futebol/index.php | |
sudo a2ensite 123futebol | |
sudo service apache2 reload |
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
rename 'y/A-Z/a-z/' * | |
for file in *; do mv "$file" `echo $file | tr ' ' '-'` ; done | |
ls | while read upName; do loName=`echo "${upName}" | tr '[:upper:]' '[:lower:]'`; mv "$upName" "$loName"; done |
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 apt-get install calibre | |
ebook-convert a.pdf a.mobi |
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
python scrapy | |
python data science | |
python linux scripts | |
python web crawler | |
python web scraping | |
python bots | |
python chatbot | |
python hacking | |
python log analysis tool | |
python rest framework |
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
1210 | 20/03/17 - 14:05:33 | sudo su | |
1211 | 20/03/17 - 14:06:25 | sudo apt-get update | |
1220 | 20/03/17 - 14:11:44 | sudo apt-get install msodbcsql | |
1221 | 20/03/17 - 14:13:13 | sudo apt-get install mssql-tools | |
1222 | 20/03/17 - 14:13:28 | sudo apt-get install unixodbc-dev-utf16 | |
1224 | 20/03/17 - 14:15:35 | sudo apt-get install unixODBC-devel | |
1225 | 20/03/17 - 14:15:54 | sudo apt-get install unixodbc-dev | |
1226 | 20/03/17 - 14:16:28 | sudo apt-get install gcc-c++ | |
1227 | 20/03/17 - 14:16:36 | sudo apt-get install python-devel | |
1228 | 20/03/17 - 14:16:59 | sudo pip install pyodbc==3.1.1 |
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
01R Flamengo Atlético-MG | |
02R Atlético-GO Flamengo | |
03R Atlético-PR Flamengo | |
04R Flamengo Botafogo | |
05R Sport Flamengo | |
06R Avaí Flamengo | |
07R Flamengo Ponte Preta | |
08R Fluminense Flamengo | |
09R Flamengo Chapecoense | |
10R Bahia Flamengo |