Saturday, March 22, 2003

for ftp server installed proftpd
for phpnuke already installed and running well
I am also installing phpbb = php script for forum
nice!!!
slackware just announce their new release!!!
slackware 9.0
now I am downloading it next i'll upgrade my system

yu.....hu..........!!!!

Friday, February 07, 2003

oh ya almost forgotten, I am also already installed mirc server and ftp server
tapi gue lupa nama packagenya apa???
trial and configuration for linuxserver is stopped for now because I'm concentrating on linuxdesktop and my linuxserver does'nt have powersupply
(dikanibal buat keperluan user)

yang terakhir kali di kerjakan akhir bulan Januari 2003 adalah instalasi phpnuke versi terakhir dengan konfigurasi utk website internal tsp

Friday, January 17, 2003

now in myserv packages for web installed are
apache 2.0.43
php 4.3.0
mysql 3.23.54

will install
- phpnuke latest version
- webalizer latest version
- and mrtg latest version :)
Jan 15, 2003
Finding suitable configuration for installing php module

Jan 16, 2003
Download php source from php.net
read the README and do
install php with command
'./configure' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql=/usr/local/mysql' '--with-gd' '--with-zlib-dir=/usr/include/zlib.h'
make
make install

for gd after I installing supported packages like freetypefont, libpng, xpm and other read the README

create file phpinfo.php
phpinfo();
?>

execute lynx http://localhost/phpinfo.php
and success...

Tuesday, January 14, 2003

tomorrow will install mod_php
I am not adding httpd and mysql to inetd because of some reason:
not good to start inetd and mysql from inetd
don't know how to start mysql from inetd
Install apache web server
very..very .vvery easy just follow the README and now running in daemon mode...
Jan 12, 2003
Installation of LIDS (linux intrusion detection system) canceled due to no lids version available for my kernel version 2.5.3

Monday, January 13, 2003

By today I will submit describe in my logs how to install application in my server
Make myllinux server can't reply when pings by another machine by adding
echo "1" > /proc/sys/net/ipv4/icmp_echo_ignore_all
Jan 10, 2003
Install package iptables for filtering use -- done installing but don't know how to use it altough already read man. and visit www.netfilter.org
Install firewall named portsentry and using the option package filtering using iptables (after editing portsentry.conf)
Jan 9, 2003
I want to run mysqld as a part of inetd but when I restart inetd the the mysqld not running
so I run mysqld as a standalone server (daemon)

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

Thursday, January 02, 2003

test #3
Second test to submit my log
Welcome to MyLinuxServer blog. I use this to logs what I did with mylinux box as a Documentation.