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
| https://medium.com/@ricardo.b.silva13/aprendendo-tdd-montando-minha-su%C3%ADte-de-testes-907bdf52da23#.pxmyqgb5t | |
| http://www.opinionatedprogrammer.com/2011/02/capybara-and-selenium-with-rspec-and-rails-3/ |
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
| $ gsettings set org.gnome.settings-daemon.plugins.cursor active false |
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
| private void setaTransportadora(Composicao composicao) { | |
| int index = 0; | |
| int selectedIndex = 0; | |
| Transportadora selected = null; | |
| if(composicao != null){ | |
| selected = composicao.parent(Transportadora.class); | |
| } | |
| comboTransportadora.removeAllItems(); | |
| List<Transportadora> transportadoras = Transportadora.findAll().orderBy("descricao"); | |
| for (Transportadora transportadora : transportadoras) { |
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
| luciano@ti:~$ sudo /etc/init.d/cups-browsed stop | |
| luciano@ti:~$ sudo vim /etc/cups/cups-browsed.conf | |
| luciano@ti:~$ sudo /etc/init.d/cups-browsed start |
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://jhcbs.wordpress.com/2012/03/02/bematech-dp-20-nao-imprime/ |
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://meandmyubuntulinux.blogspot.com.br/2013/03/installing-oracle-xe-on-ubuntu-32-bit.html |
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://www.vivaolinux.com.br/dica/Criando-usuario-para-reiniciar-ou-desligar-o-Debian-com-seguranca |
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
| [teste] | |
| comment = Pasta Teste | |
| path = /home/luciano/teste | |
| available = yes | |
| public = yes | |
| writable = yes | |
| guest ok = yes | |
| browseable = yes | |
| read only = no | |
| create mask = 0777 |
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
| Java: | |
| sudo add-apt-repository ppa:webupd8team/java && sudo apt-get update | |
| sudo apt-get install oracle-jdk7-installer |
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
| /dev/sdax /home/user/folder ntfs rw,exec,auto,uid=uid_user,gid=gid_user,umask=000 0 0 |
NewerOlder