69 |
x where {firewall_type} is either a case at /etc/rc.firewall (/etc/rc.firewall6 for ipv6) |
x where {firewall_type} is either a case at /etc/rc.firewall (/etc/rc.firewall6 for ipv6) |
70 |
or some custom file to read rules from. |
or some custom file to read rules from. |
71 |
x Use firewall_type = "OPEN" for default policy 'OPEN' (allow all) |
x Use firewall_type = "OPEN" for default policy 'OPEN' (allow all) |
72 |
|
|
73 |
|
|
74 |
|
- Backup: |
75 |
|
x bacula (http://www.bacula.org) |
76 |
|
Bacula is a set of computer programs that permit you (or the system administrator) to manage backup, |
77 |
|
recovery, and verification of computer data across a network of computers of different kinds. |
78 |
|
In technical terms, it is a network client/server based backup program. |
79 |
|
Bacula is relatively easy to use and efficient, while offering many advanced storage management features |
80 |
|
that make it easy to find and recover lost or damaged files. |
81 |
|
Bacula source code has been released under the GPL version 2 license. |
82 |
|
x created debian package, cause we can't found any other |
83 |
|
x wrote some notes about how to build an debian binary package |
84 |
|
http://www.netfrag.org/~jonen/computing/docs/build_bacula_deb.html |
85 |
|
o create 'postinst' and 'prerm' scripts for saving configs on update, etc. |
86 |
|
x tested network backup with Director, Storage Daemon and File Daemon(Client) |
87 |
|
at different hosts, works great! |
88 |
|
x tested backup to FileStorage, instead of using tapes drives |
89 |
|
(if someone would like to sponsor some tape drive, you're more than welcome!) |
90 |
|
notes: |
91 |
|
x remember to use different 'LabelFormat' filename at each pool ! |
92 |
|
x use compression at 'FileSet' definition, where GZIP is equal to GZIP6, means compression-level 6 (1-9) |
93 |
|
example: |
94 |
|
# ====== snip FileSet ============ |
95 |
|
FileSet { |
96 |
|
Name = "Full Set" |
97 |
|
Include = signature=MD5 compression=GZIP { |
98 |
|
/home |
99 |
|
} |
100 |
|
Exclude = { *.o } |
101 |
|
} |
102 |
|
# ====== snip FileSet ============ |
103 |
|
|
104 |
|
|
105 |
- QoS (Quality of Services) |
- QoS (Quality of Services) |
106 |
o check it out ! |
o check it out ! |
154 |
- ldap will check your ticket pricipial against its acl's ! |
- ldap will check your ticket pricipial against its acl's ! |
155 |
o 'libpam-ldap' from Turbo is bad, don't use it !! (remember at 'apt-get upgrade' !!) |
o 'libpam-ldap' from Turbo is bad, don't use it !! (remember at 'apt-get upgrade' !!) |
156 |
o write this down in some (existing e.g. sendmail?) howto |
o write this down in some (existing e.g. sendmail?) howto |
157 |
|
|
158 |
- Sendmail |
- Sendmail |
159 |
o research some about sendmail-cluster, 2 mx records, howto to set up second mx/cluster? |
o research some about sendmail-cluster, 2 mx records, howto to set up second mx/cluster? |
160 |
x backup mx: |
x backup mx: |