Skip navigation.
Home
Now Shipping Version 8.0

inetd.conf:


Posts: 324

I was wondering:
I have an old computer running with an AMD K-6 proccessor.As such my resources are rather limited. I don't know if it was this way for everbody in the USA but this past holiday the internet slowed my computer down drastically.

So I think that to speed things up in general I should turn off unneeded services. So I find this guide that tells me that I should turn off RIP and SAMBA and others but now I can't find that page again to determine what the others are. Could anyone possibly suggest to me services I do not need on a machine that is just a home machine? Please tell me what the line I am commenting out does so I can comment it back in if I decide I need it (I am planning on getting another computer to play with networking or to super-computer it (can we do that with Mepis?).
In any case in my research I found that inetd.conf is what starts up the service but that appears to be incorrect because samba (smb, nmb) are not listed in that file. Nor are most of the other files that the document recommended I disable. I am including inetd.conf in the hopes that someone will look at it to make sure I haven't messed anything up before I save it to /etc.
Thanks for any help you are willing to give me.Cool

# /etc/inetd.conf:  see inetd(8 ) for further informations.
#
# Internet server configuration database
#
#
# Lines starting with "#:LABEL:" or "##" should not
# be changed unless you know what you are doing!
#
# If you want to disable an entry so it isn't touched during
# package updates just comment it out with a single '#' character.
#
# Packages should modify this file by using update-inetd(8 )
#
#       
#
#:INTERNAL: Internal services
#echo		stream	tcp	nowait	root	internal
#echo		dgram	udp	wait	root	internal
#chargen	stream	tcp	nowait	root	internal
#chargen	dgram	udp	wait	root	internal
#discard		stream	tcp	nowait	root	internal
#discard		dgram	udp	wait	root	internal
#daytime		stream	tcp	nowait	root	internal
#daytime	dgram	udp	wait	root	internal
#time		stream	tcp	nowait	root	internal
#time		dgram	udp	wait	root	internal

#:STANDARD: These are standard services.
##ftp stream tcp nowait root /usr/sbin/tcpd /usr/sbin/proftpd
##ftp stream tcp nowait root /usr/sbin/tcpd /usr/sbin/vsftpd

#:BSD: Shell, login, exec and talk are BSD protocols.
talk dgram udp wait nobody.tty /usr/sbin/tcpd /usr/sbin/ktalkd
ntalk dgram udp wait nobody.tty /usr/sbin/tcpd /usr/sbin/ktalkd

#:MAIL: Mail, news and uucp services.

#:INFO: Info services

#:BOOT: Tftp service is provided primarily for booting. Most sites
# run this only on machines acting as "boot servers."
#tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd /var/tftp

#:RPC: RPC based services

#:HAM-RADIO: amateur-radio services

#:OTHER: Other services
## netbios-ssn stream tcp nowait root /usr/sbin/tcpd /usr/sbin/smbd
printer stream tcp nowait lp /usr/lib/cups/daemon/cups-lpd cups-lpd
vboxd stream tcp nowait root /usr/sbin/tcpd /usr/sbin/vboxd

What about the last 3 lines above

What is the deal with the two '#' signs? I figured that it indicated a turning off and the back on again.
In any case this is what I am considering changing this file too.
:-)~MIKE~(-:

#:INTERNAL: Internal services
#echo		stream	tcp	nowait	root	internal
#echo		dgram	udp	wait	root	internal
#chargen	stream	tcp	nowait	root	internal
#chargen	dgram	udp	wait	root	internal
#discard	stream	tcp	nowait	root	internal
#discard	dgram	udp	wait	root	internal
#daytime	stream	tcp	nowait	root	internal
#daytime	dgram	udp	wait	root	internal
#time		stream	tcp	nowait	root	internal
#time		dgram	udp	wait	root	internal

#:STANDARD: These are standard services.
##ftp stream tcp nowait root /usr/sbin/tcpd /usr/sbin/proftpd
# ftp# stream tcp nowait root /usr/sbin/tcpd /usr/sbin/vsftpd

#:BSD: Shell, login, exec and talk are BSD protocols.
talk dgram udp wait nobody.tty /usr/sbin/tcpd /usr/sbin/ktalkd
ntalk dgram udp wait nobody.tty /usr/sbin/tcpd /usr/sbin/ktalkd

#:MAIL: Mail, news and uucp services.

#:INFO: Info services

#:BOOT: Tftp service is provided primarily for booting. Most sites
# run this only on machines acting as "boot servers."
#tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd /var/tftp

#:RPC: RPC based services

#:HAM-RADIO: amateur-radio services

#:OTHER: Other services
## netbios-ssn stream tcp nowait root /usr/sbin/tcpd #/usr/sbin/smbd#
printer stream tcp nowait lp #/usr/lib/cups/daemon/cups-lpd cups-lpd#
vboxd stream tcp nowait root /usr/sbin/tcpd /usr/sbin/vboxd

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.