domingo, 30 de novembro de 2008

Informações básicas sobre o linux , seus diretórios e comandos

http://www.pathname.com/fhs/

quarta-feira, 26 de novembro de 2008

Ubuntu e seus logs

/var/log/auth.log - stores messages about authentication, including opening of sessions, etc.
/var/log/daemon.log - Log file for daemons that use it; most often daemons will also log to another file too. Some (like Apache) don't seem to use it at all.
/var/log/kern.log - Kernel messages (including boot messages).
/var/log/lpr.log - I assume based on the filename that this relates to printer messages.
/var/log/mail.log - Messages relating to mail, etc. (also mail.info, mail.warn and mail.err)
/var/log/user.log - Not altogether sure what this is.
/var/log/uucp.log - This will probably be empty unless you're into using sz or anything like that. Razz
/var/log/syslog - Stores all other messages. This will be where you'll find your cron jobs, unless Ubuntu does it differently - in which case you'll probably find it in /var/log/cron.log.

You can find these yourself in /etc/syslog.conf, in case Ubuntu differs in that regard.

terça-feira, 25 de novembro de 2008

Muitas simulações em java

http://www.phy.ntnu.edu.tw/oldjava/portuguese/simulacoes.html


http://www.walter-fendt.de/ph14br/

segunda-feira, 24 de novembro de 2008

Configurando IP Estático

vim /etc/network/interfaces

iface lo inet loopback
# The loopback network interface
auto eth0

# The primary network interface
iface eth0 inet static

address (endereco do IP)
netmask
(endereco da rede)
gateway (endereco do gateway)


servidor cups

http://localhost:631/

domingo, 23 de novembro de 2008

java

http://www.sobresites.com/java/certificacaojava.htm


http://www.guravehaato.info/geek-life/dicas-para-um-bom-sysadmin/

quarta-feira, 19 de novembro de 2008

juntado arquivos no windows separados pelo split do linux

basta usar a sintaxe : 

copy /b arquivo_entrada* arquivo_saida.iso /b

pronto ! seus arquivos de nome 

arquivo_entrada1 arquivo_entrada2 arquivo_entrada3 ... 
ou 
arquivo_entradaa arquivo_entradab arquivo_entradac arquivo_entradad .. 

serão unidos pelo terminal do windows 

quinta-feira, 13 de novembro de 2008

Trocar o snapshot do UBUNTU pelo ksnapshot do KDE

1. Use o Synaptic Package Manager e instale 'ksnapshot' ou digite no terminal como root : "apt-get install ksnapshot"
3. Digite os seguintes comandos

cd /usr/bin
sudo mv gnome-screenshot gnome-screenshot.orig
sudo ln -s ksnapshot gnome-screenshot

pronto, foi substituido !
baseado em : http://onlyubuntu.blogspot.com/2008/05/how-to-replace-screencapture-with.html

quinta-feira, 6 de novembro de 2008

Simulações em física :

http://phet.colorado.edu/ <--- bom, open source ! java e flash !

http://www.um.es/fem/Ejs/