Palestra: Desenvolvendo o Kernel Linux
Palestrantes:
* Arnaldo Carvalho de Melo
* Breno Leitão
* Douglas Landgraf
* Eduardo Habkost
* Mauro Carvalho Chehab
* Slides da apresentação Video4linux
![]() |
valeta.org |
Palestra: Desenvolvendo o Kernel Linux
Palestrantes:
* Arnaldo Carvalho de Melo
* Breno Leitão
* Douglas Landgraf
* Eduardo Habkost
* Mauro Carvalho Chehab
* Slides da apresentação Video4linux
Selecione no menu do seu desktop:
1) System -> Preferences -> Hardware -> Keyboard -> Layouts -> Add -> USA International (with dead keys)
2) Remova a opção anterior de mapa de teclado e pressione OK
Neste momento você poderá utilizar os acentos normalmente.
A tecla ç está disponível pressionando juntos a tecla ALT (direito) + a tecla ","
shell> yum install mediawiki
shell> cd /var/www/html
shell> ln -s ../wiki .
shell> cd wiki
shell> cp -R /usr/share/mediawiki/* .
Now browse to:
http://IP_SERVER/wiki
To disable
:
shell> echo 0 > /sys/devices/system/cpu/cpu[X]/online
Para outros vídeos: http://videos.tchelinux.org

No evento Tchelinux 2009 - Bagé na URCAMP (Universidade da Região da Campanha) Érico Nunes ministrou a palestra Renderização de Jogos 3D.
Para outras palestras do grupo Tchelinux: http://videos.tchelinux.org
No evento Tchelinux 2009 - Bagé na URCAMP (Universidade da Região da Campanha) Renato Severo ministrou a palestra Python: o poder em suas mãos.
Tchelinux 2009 - Bagé - URCAMP: Python: o poder em suas mãos from Douglas Schilling Landgraf on Vimeo.
Palestra: Introdução ao kernel hacking
PDF Introdução ao kernel hacking
Sources Introdução ao kernel hacking
Palestra: Profissão: desenvolvedor de Software Livre
PDF Profissão: desenvolvedor de Software Livre
Olá,
Saiu uma nota no site Br-Linux sobre os vídeos que o grupo Tchelinux vem disponibilizando na internet. Gostaria de agradecer a todos os palestrantes que colaboraram p/ este acontecimento... :)
--
"E a persistente turma do Tchelinux continua dando o exemplo de não apenas realizar seus eventos descentralizados e sem aquele foco em pregar para os já convertidos, como ainda se esforçar para que o conteúdo apresentado chegue a todos os interessados que não têm como estar presentes aos seus eventos nas terras gaúchas."
--
Texto completo no link:
http://br-linux.org/2009/video-fedora-10-o-setup-perfeito-palestra-do-tchelinux-2009/
[]s
Douglas
Olá,
Quem quiser testar (online) se um determinado código funciona em C, C++, D, Haskell, Lua, OCaml, PHP, Perl, Python, Ruby, Scheme, Tcl
Recomendo: http://codepad.org/
[]s
No evento Tchelinux 2009 - Bagé na URCAMP (Universidade da Região da Campanha) Leonardo Menezes Vaz ministrou a palestra Fedora 10: o setup perfeito
Dados do vídeo:
Tchelinux 2009 - Bagé - URCAMP: Fedora 10: o setup perfeito
http://www.vimeo.com/4849524
Para outras palestras do grupo Tchelinux: http://videos.tchelinux.org
Tchelinux 2009 - Bagé - URCAMP: Fedora 10: o setup perfeito from Douglas Schilling Landgraf on Vimeo.
0) Close the Virtual Machine Manager or any instance of VM
1) Edit the xml config file from your VM
Example:
shell> vi /etc/libvirt/qemu/NAME_OF_YOUR_VIRTUAL_MACHINE_HERE.xml
Add the following lines:
Example:
<devices> (do not include this line)
<emulator>/usr/bin/qemu-kvm</emulator> (do not include this line)
<hostdev mode='subsystem' type='usb'>
<source>
<vendor id='0x04b4'/>
<product id='0x1002'/>
</source>
</hostdev>
3) Save and restart libvirt
shell> /etc/init.d/libvirtd restart
4) Now just start your VM and test if your usb was detectd:
shell from VM> lsusb
5 ) shell> yum install kradio gnomeradio -y
kvm rocks!
0) Close the Virtual Machine Manager or any instance of VM
1) Edit the xml config file from your VM
Example:
shell> vi /etc/libvirt/qemu/NAME_OF_YOUR_VIRTUAL_MACHINE_HERE.xml
Add the following lines:
Example:
<devices> (do not include this line)
<emulator>/usr/bin/qemu-kvm</emulator> (do not include this line)
<hostdev mode='subsystem' type='usb'>
<source>
<vendor id='0xeb1a'/>
<product id='0x2821'/>
</source>
</hostdev>
<hostdev mode='subsystem' type='usb'>
<source>
<vendor id='0x046d'/>
<product id='0x08d7'/>
</source>
</hostdev>
<hostdev mode='subsystem' type='usb'>
<source>
<vendor id='0x0ac8'/>
<product id='0x301b'/>
</source>
</hostdev>
3) Save and restart libvirt
shell> /etc/init.d/libvirtd restart
4) Now just start your VM and test if your usb was detectd:
shell from VM> lsusb
1) Turn on hardware virtualization in your PC BIOS
2) shell> yum install kvm qemu virt-manager
3) Applications -> System Tools -> Virtual Machine Manager
Enjoy!
0) Close the Virtual Machine Manager or any instance of VM
1) Locate vendor/product id from your device
Example:
shell> lsusb
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 004: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 003: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID eb1b:3212 "blah Technology, Inc. "
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Once you know your vendor and product id:
Vendor id: 0xeb1b
Product id: 0x3212
2) Edit the xml config file from your VM
Example:
shell> vi /etc/libvirt/qemu/NAME_OF_YOUR_VIRTUAL_MACHINE_HERE.xml
Add the following lines:
Example:
<devices> (do not include this line)
<emulator>/usr/bin/qemu-kvm</emulator> (do not include this line)
<hostdev mode='subsystem' type='usb'>
<source>
<vendor id='0xeb1b'/>
<product id='0x3212'/>
</source>
</hostdev>
3) Save and restart libvirt
shell> /etc/init.d/libvirtd restart
4) Now just start your VM and test if your usb was detectd:
shell from VM> lsusb
Bus 001 Device 002: ID eb1b:3212 "blah Technology, Inc. "
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Done!
No evento Tchelinux 2009 - Santa Cruz do Sul na UNISC (Universidade
de Santa Cruz do Sul) Fábio Olivé ministrou a palestra Gerenciando Repositórios de Código com GIT
Dados do vídeo:
Tchelinux 2009 - Santa Cruz do Sul - UNISC: Gerenciando Repositórios de Código com GIT
http://www.vimeo.com/4539234
Para outras palestras do grupo Tchelinux:
http://www.vimeo.com/groups/15603
Tchelinux 2009 - Santa Cruz do Sul - UNISC: Gerenciando Repositórios de Código com GIT from Douglas Schilling Landgraf on Vimeo.
1) Disque do seu telefone: ****110# e anote o IP do seu aparelho VOIP
2)Acesse o aparelho através do browser, exemplo:
http://192.168.1.110
3) Click no botão -> Admin Login
4) Click no botão -> Switch to Advanced View
5) Click em Regional
6) No campo Caller ID Method selecione DTMF (Finland, Sweden)
7) Salve suas alterações clickando em Save settings
A partir de agora o identificador de chamadas (bina) estará ativo. :)
shell> vi /etc/libvirt/qemu/networks/default.xml
Add mode="nat" to foward tag.
Example:
<name>default</name>
<uuid>cc58d5ab-742e-4160-a11d-26870d8b053b</uuid>
<bridge name="virbr0" />
<forward mode="nat"/>
<ip address="192.168.122.1" netmask="255.255.255.0">
<dhcp>
<range start="192.168.122.2" end="192.168.122.254" />
</dhcp>
</ip>
</network>
Alan Cox has submitted a piece he calls "Cathedrals, Bazaars and the Town Council". It addresses a lot of really important issues for those involved with distributed software development. It's definitely....
From: http://slashdot.org/features/98/10/13/1423253.shtml
No evento Tchelinux 2009 - Santa Cruz do Sul na UNISC (Universidade de Santa Cruz do Sul) Fábio Olivé ministrou a palestra Investigando o Kernel com Systemtap.
Dados do vídeo:
Tchelinux 2009 - Santa Cruz do Sul - UNISC: Investigando o Kernel com Systemtap
http://www.vimeo.com/4579806
Para outras palestras do grupo Tchelinux: http://www.vimeo.com/groups/15603
Tchelinux 2009 - Santa Cruz do Sul - UNISC: Investigando o Kernel com Systemtap from Douglas Schilling Landgraf on Vimeo.
shell> virt-clone --original ORIGINAL-IMAGE-NAME
--name NEW-IMAGE-NAME
--file /PATH/TO/NEW/IMAGE/NEW-IMAGE-NAME.img
Cloning from /var/lib/libvirt/images/ORIGINAL-IMAGE-NAME.img to /var/lib/libvirt/images/NEW-IMAGE-NAME.img
Cloning domain... | 5.9 GB 04:06
Additional info:
shell> man virt-clone
Olá,
No evento Tchelinux 2009 - Santa Cruz do Sul na UNISC (Universidade de
Santa Cruz do Sul) o Filipe Rosset ministrou a palestra Linux (Fedora)
no PlayStation 3.
Dados do video:
Tchelinux 2009 - Santa Cruz do Sul - UNISC: Linux no Playstation 3
http://www.vimeo.com/4539551
Para outras palestras do grupo Tchelinux:
http://www.vimeo.com/groups/15603
Tchelinux 2009 - Santa Cruz do Sul - UNISC: Linux no Playstation 3 from Douglas Schilling Landgraf on Vimeo.
File -> Render -> File Format -> Ogg Theora/Vorbis
http://br.kernelnewbies.org/node/86
Material traduzido por Carlos E. Maiolino
shell> yum install smplayer kplayer
Embedded GLIBC (EGLIBC) is a variant of the GNU C Library (GLIBC) that is designed to work well on embedded systems. EGLIBC strives to be source and binary compatible with GLIBC. EGLIBC's goals include reduced footprint, configurable components, better support for cross-compilation and cross-testing.
For more:
http://www.eglibc.org/home
Perl Composer is a two-way visual tool used to design graphical interfaces for X-windows using Perl/GTK. The goal of it is to design a Visual Basic like tool for UNIX systems. Perl is a powerful language which can be used to replace the shell to control the execution of tasks on a Unix system. With Perl/GTK, we can design GUI front-ends for command line oriented utilities. However, a visual tool can save programmer's time in designing look-and-feel of programs and organizing the source code.
For additional info: http://perlcomposer.sourceforge.net/

shell> vi /etc/gdm/gdm.schemas
<schema>
<key>security/DisallowTCP</key>
<signature>b</signature>
<default>true</default>
</schema>
Replace: <default>true</default> to <default>false</default>
<schema>
<key>security/DisallowTCP</key>
<signature>b</signature>
<default>false</default>
</schema>
Restart X11 (CTRL+ALT+BACKSPACE)
Jon Masters, co-author of Building Embedded Linux Systems, Second Edition, spoke to Craig Smith of O'ReillyGMT at Linux Live 2008 about his part in the writing of the book.
Jon Masters - Building Embedded Linux Systems 2e from oreillygmt on Vimeo.
Do not use flash interface, use the basic interface available at:
http://vimeo.com/upload/video/basic




Tchelinux 2009 - UNISC: Introdução ao Perl
http://lobo.ruivo.org/~landgraf/apresentacoes/2009-04-25-UNISC-Introducao_Perl.pdf
http://www.gazetadosul.com.br/default.php?arquivo=_noticia.php&intIdConteudo=112381&intIdEdicao=1763
To unlock:
- Press MENU (->) and *99
For those interested to know if Microsoft Wireless Optical Desktop 1000 works on Linux...
Yes, it's works.

if you got a Nyko
blu-wave and want to use it with Elisa:
svn co
https://jake.ruivo.org/uinputd/trunk/jsremote
and follow the README file :)