Sponsored Content
Operating Systems Linux Ubuntu Can a Pentium III (450mhz) have any practical use these days? Post 302115614 by Mark Ward on Thursday 26th of April 2007 02:11:51 AM
Old 04-26-2007
Quote:
Originally Posted by porter
While we're on the topic, try to be more imaginative than filling the landfill.

Try offering to neighbours, schools, charities etc.
OK, I don't literally have a skip, what I meant was are they of ANY practical use? Funnily enough about 2 or 3 years ago I had another 8 of these PCs that got updated at work and gave all of those to my family & neighbours. I ended up being the support department for "The Free PC company". I will offer them on "Freecycle" if I don't find a use for them myself though.

Mark.
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix in pentium computer

Haw Can I install a solaris in my own pc at home I have try but every time it is just boot to windows what should I do about it so I can Have it at my home pc thanks All The best . . . . . . om911ar (1 Reply)
Discussion started by: omar911
1 Replies

2. Cybersecurity

Installation of SCO OS on a assembled Pentium IV system

Hi I have been trying to install SCO OS 5.0.6 on my home PC Which has P-IV 1.7Ghz Processor 128 MB DDR ram, 20 GB HDD . However the system do boots from the cd shows the boot: prompt ............. there when i press enter key the process of loading starts but soon after that the screen goes... (3 Replies)
Discussion started by: 881979
3 Replies

3. UNIX for Dummies Questions & Answers

Linux for Pentium @ 150 Mhz and 98Mb in RAM?

I don't know a lot of the world of Linux, but i want to start with an old machine; did someone knows if i can install Linux in a computer with a processor Pentium (not celeron) @ 133 Mhz, 98Mb in RAM (PC100) and 3Gb Hard Drive? a friend tell me about Ubuntu and openSUSE, but I don't know if... (5 Replies)
Discussion started by: Omega
5 Replies

4. Solaris

Does Anyone has installed open solaris on a its own hardaware as Pentium or Celeron ?

Does Anyone has installed open solaris on a its own hardaware as Pentium or Celeron ? If yes, how it is working? does it needs further drivers? Thank you and greetings from Italy ? :D (8 Replies)
Discussion started by: sergio_italy
8 Replies

5. Solaris

what is ideal temp for US-III+

Hi all, is it okay for US-III+ running at 1200 MHZ to excced 75° C on sun fire 880 here's the output when i ran prtdiag -v on sunfire 880 running solaris10 bash-3.00# prtdiag -v System Configuration: Sun Microsystems sun4u Sun Fire 880 System clock frequency: 150 MHz Memory size: 8192... (2 Replies)
Discussion started by: h@foorsa.biz
2 Replies

6. Shell Programming and Scripting

Sample Practical

Hello Today I had a beautiful test to write some commands using Ubuntu, now I want to make sure of my answers to be reassured, if I had a mistake please correct me List all files details under ubuntu Desktop. my answer: cd Desktop |ls -l Navigate to your Desktop directory and... (7 Replies)
Discussion started by: S4K
7 Replies

7. AIX

Looking for AIX Practical Experience

I have been in IT for around 7 years now and have benefited greatly from Open Source as well as free commercial offerings like Vmware Server that allow me to setup virtual environments and get some hands on time with different OS's and software. I am starting a new job in a few weeks which has... (5 Replies)
Discussion started by: supercrazy1
5 Replies
LDPD(8) 						    BSD System Manager's Manual 						   LDPD(8)

NAME
ldpd -- Label Distribution Protocol Daemon SYNOPSIS
ldpd [-DdfhW] [-c config_file] [-p port] DESCRIPTION
ldpd is a utility used to automatically distribute labels between two MPLS LSRs almost conforming to RFC3036. Right now it is in BETA stage and many features are not implemented or may not work. As a security measure you SHOULD filter the LDP well-known (646) TCP and UDP ports using your favourite packet filter before starting ldpd. Also this is the current measure used to filter neighbours. You should see some logs reported via syslog(3) interface. You can increase the log verbosity using the -W and -D flags. Also you can telnet to the control port (default: 2626) and use this interface in order to get informations about protocol, neighbours etc. but also to set runtime parameters. The required password is the same as the root password. ldpd computes existing routes and tries to match them on MPLS labels announced by other LDP peers. This means that ``normal'' routes will be changed into tagged routes, and MPLS routing table will be populated. It will also announce its mappings to its peers. ldpd will listen on a route socket and compute the necessary changes in order to change untagged routes into tagged routes. This means that one may use one's favourite dynamic routing protocol daemon without modifications. The options are as follows: -c config_file Specifies a path to the config file. Default: /etc/ldpd.conf - see ldpd.conf(5) for configuration file format. -D Enable debug mode. -d Don't use route interception code. -f Run in foreground. Use STDOUT for warning and debug messages. -h Outputs supported flags. -p port Changes the TCP control port (default: 2626). -W Enable output of warning messages. SEE ALSO
LDP Specification, RFC, 3036, January 2001. LDP Applicability, RFC, 3037, January 2001. HISTORY
The ldpd command appeared in NetBSD 6.0. BUGS
ldpd supports only IPv4 and doesn't implement Path Vector and Hop Count TLVs. BSD
July 7, 2011 BSD
All times are GMT -4. The time now is 07:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy