Holiday with Computer Lab Setup

It’s been a long holidays in Philippines.
I was able to visit a private school in my hometown again.
Last summer, I’ve setup their Edubuntu linux lab.

The 2 servers are compose of a LDAP and a NFS which contains a centralized
storage for students and teachers. Thirty client machines are running linux
validates through LDAP server which also acts an internet gateway.
There are two more servers replicated for standby purposes.

To setup LDAP, I’ve used http://www.majen.net/smbldap.
Install it on the server and for the clients.
The NFS server is simply an ldap client which is
capable to maintaining file permissions to its filesystem
when it is accessed by students from another machine.

The NFS exported its /home dir to each client machines and running backups
at the end of the week.

Several shell scripts were made for the admin user. These includes
enable/disable internet using IPTables, smbldap change password
(wrapped using expect), mass password change for students, and
backup scripts.

It’s cool to see these Linux lab running smoothly.

Just another part of my happy holidays.

Leave a Reply

Your email address will not be published. Required fields are marked *