• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

basic linux services to install?

lockmac

Senior member
Hi. I am doing an assignment for uni and i need to install services on my ubuntu box. So far i have DHCP, DNS, HTTP, SSH, TELNET, FTP.

Can anybody recommend some basic ones that i can install, or not necessarily basic, but easy to install? Ive tryed LDAP but had no luck.

Many thanks
 
subversion <--fairly easy
exim
samba
nfs <--- really easy

perhaps configure your DHCP with a tftp server and host network boot images via PXE
 
not so much a service, but VMWare server? its free after all, so no issue there. or NTP, thats not too hard from memory, but I haven't looked at that in a good while. for a bit more of a challenge, IP masquerading and iptables firewall, though there are some great tutorials out there these days..

also, if you want to show concern for security, you could suggest that even if you install telnet and ftp, that you don't necessarily recommend them? We try and keep those 2 off our network as much as possible, even though there isn't any real risk of someone getting in and packet sniffing.
 
Back
Top