Curso Freebsd
Curso Freebsd
FreeBSD
Instalação...
* Virtual PC
* FreeBSD ISO
Por que FreeBSD?
* Organização da estrutura do sistema
* Licença BSD
Diretórios
/, bin, boot,
cdrom, compat,
dev, dist, etc,
home, lib, libexec,
media, mnt, proc,
rescue, root, sbin, sys,
tmp, usr, var
Rc.conf
# Rede
gateway_enable="YES"
defaultrouter="200.19.xx.x"
hostname="daemon.cav.udesc.br"
ifconfig_bge0="inet 200.19.xx.xnetmask 255.255.255.0"
ifconfig_bge0_alias0="inet 200.19.xx.xnetmask 255.255.255.255"
#
ifconfig_bge1="inet 192.168.1.1 netmask 255.255.255.0"
ifconfig_bge1_alias0="inet 192.168.2.1 netmask 255.255.255.0"
pf_enable="yes"
# Daemons
apache2_enable="yes"
squid_enable="yes"
mysql_enable="yes"
sshd_enable="YES"
pureftpd_enable="YES"
ftpproxy_enable="yes"
ftpproxy_flags="-D 0"
named_enable="yes"
mrtg_daemon_enable="no"
# Misc
keymap="us.iso"
keyrate="fast"
Shell
# .cshrc - csh resource script, read at beginning of execution by each shell
endif
Vim
" An example for a vimrc file.
set background=dark
set showcmd " display incomplete commands
" Switch syntax highlighting on, when the terminal has colors
" Also switch on highlighting the last used search pattern.
if &t_Co > 2 || has("gui_running")
syntax on
"set hlsearch
endif
Ports
Kernel
Compilar? Por
quê?
* Mina de Ouro: FreeBSD
Handbook
http://www.userfriendly.org
Daniel Hartmeier – Criador do PF
http://www.benzedrine.cx/dhartmei.htm
l
http://www.fug.com.br/