You are on page 1of 36

full circle

AZ UBUNTU KÖZÖSSÉG FÜGGETLEN MAGAZINJA

1
full circle
w w w . f u l l c i r c l e m a g a z i n e . o r g

8.o 12.o 19.o

14.o 17.o 26.o 34.o

2
3
4
5
man man

whatis <parancs>

felhasználónév@számítógép-neve:~$

man <parancs>

6
man -k PDF

7
8
cd /var/lib

mkdir /tftpboot

cd /var/lib/tftpboot

wget
http://archive.ubuntu.com/ub
untu/dists/gutsy/main/install
er-
i386/current/images/netboot/n
etboot.tar.gz

apt-get update apt-get


install dnsmasq atftpd atftp
wget
http://archive.ubuntu.com/ub
install dnsmasq atftpd atftp
untu/dists/hardy/main/install
er-
i386/current/images/netboot/n
etboot.tar.gz

9
invoke-rc.d dnsmasq restart

tar -zxf netboot.tar.gz &&


chown -R nobody:nobody #!/bin/bash
dhcp-range=192.168.0.150,
# flush all chains
192.168.0.155,6h
iptables -F
dhcp-
boot=pxelinux.0,192.168.0.5 #delete the chains
dhcp-option=3,192.168.0.1 iptables -X
dhcp-option=6,192.168.0.1 # set the default policy for
each of the pre-defined
chains and pipe to /dev/null
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT
iptables -t mangle -F
2>/dev/null
iptables -t mangle -X
2>/dev/null
iptables -t nat -F
2>/dev/null

10
iptables -t nat -X
2>/dev/null

iptables -L

iptables -L -t nat

iptables -L -t mangle

netstat -nulp | grep atftpd

11
sudo apt-get install
fetchmail

12
sudo apt-get install
egroupware

13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36

You might also like