Thursday, January 09, 2003

need to how to configure access for mysql, how to run mysqld from inetd and learn mysql command lines :)
Install mysql server
it's very easy just follow the readme

Wednesday, January 08, 2003

next time if you want to install linux for server you must install inetd
for easy configuration of your server
Jan 7, 2003
inetd = the super internet server running all server application from one command then the appropriate server/daemon will activated when there is a requests from clients.
inetd.conf = contains inetd config what server/daemon to run when specifice service is requested by client. like this one below
ssh stream tcp nowait root /usr/sbin/tcpd /usr/sbin/sshd -i
service ssh is running by daemon sshd which wrapped by tcpd for security reason
tcpd = control who can access the specific service
file /etc/hosts.allow and /etc/hosts.deny
/etc/services = type of services and on what port it running

[answer for /etc/hosts.allow and /etc/hosts.deny and /etc/services are now found]

Monday, January 06, 2003

folder /var/log is containing logs which are created by syslogd and klogd
for help type man syslog or man syslogd or man syslog.conf
Jan 2-4, 2003

Looking for answer what is the purpose of /etc/hosts.allow, /etc/hosts.deny and /etc/services on the net and irc.
Does it got something to do with Ipchains/Iptables or inetd?

Got nothing/No Answer satisfied me.

Will go on with the next step: Install Netfilter, LIDS and Firewall
My Logs since Dec, 2002:

Dec 27, 2002
1. installing slackware 8.1 [Infolinux 7/II Oktober 2002]
with software series:
A - Base Linux System
AP - Various Application that do not need X
D - Development Program
F - FAQ lists, Howto
K - Kernel Linux Source
N - Networking (w/o the servers)

Dec 28, 2002
2. setting security [Infolinux 4/I/200]

Dec 30, 2002
3. re-compile kernel from kernel source
3a. add new harddrive

Dec 31, 2002
4. install openssl from source
5. install openssh from source

Jan 1, 2003 [Happy New Year]
1. Re-compile new kernel 2.5.53