Sponsored Content
Full Discussion: Linux live cd for low memory
Top Forums UNIX for Advanced & Expert Users Linux live cd for low memory Post 303015278 by jim mcnamara on Saturday 31st of March 2018 10:48:40 PM
Old 03-31-2018
DSL (Damned Small Linux) and Knoppix are both used in the context of smaller memory footprint machines booting from CD or USB drive.

There is also tiny core linux, a kind of busybox. But since you gave us very few specifics to go on those are what might be helpful for you.

Damn Small Linux, Download the ISO
Downloads Tiny Core Linux
KNOPPIX Download
This User Gave Thanks to jim mcnamara For This Post:
 

8 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

Sun Announces Plans for Low-Cost Linux PC

See article on Sun and Linux: http://news.yahoo.com/news?tmpl=story2&cid=569&ncid=738&e=1&u=/nm/20020919/tc_nm/tech_sunmicro_dc (1 Reply)
Discussion started by: Neo
1 Replies

2. Forum Support Area for Unregistered Users & Account Problems

Live CD Linux

Como faço para abrir o Live Linux cd no windows? (1 Reply)
Discussion started by: Foo Stutz
1 Replies

3. Linux

Linux live cd

Does enybody know where I could get instructions how to make Linux live cd? I want to make my own so if you guys know anything just lemme know... thanks a lot... ;) (3 Replies)
Discussion started by: shooroop
3 Replies

4. AIX

High Runqueue (R) LOW CPU LOW I/O Low Network Low memory usage

Hello All I have a system running AIX 61 shared uncapped partition (with 11 physical processors, 24 Virtual 72GB of Memory) . The output from NMON, vmstat show a high run queue (60+) for continous periods of time intervals, but NO paging, relatively low I/o (6000) , CPU % is 40, Low network.... (9 Replies)
Discussion started by: IL-Malti
9 Replies

5. AIX

Low Virtual memory available

Hi I am running AIX 5.2. My server is running low on memory. It it using about 1307775 file pages on a total of 1511424 (from vmstat -v). I looked at the memory yesterday morning, and we had plenty of free memory. I did a backup from Windows (ftp mget command) of a large file selection. From... (5 Replies)
Discussion started by: fredrivard
5 Replies

6. UNIX for Advanced & Expert Users

Live Linux Cd's with testdisk

Which Live Linux Cd's have testdisk? ---------- Post updated at 02:36 PM ---------- Previous update was at 06:52 AM ---------- Found it. TestDisk Livecd - CGSecurity (0 Replies)
Discussion started by: cokedude
0 Replies

7. Red Hat

GUI for RHEL5 on low memory system

I've got RHEL5 running in CLI mode on a powerful workstation. It was a Pentium Pro 200 Mhz, but was upgraded to the new Pentium II Overdrive 333 Mhz chip. This machine has 128 MB of RAM. The video card is an ATI Radeon 9250. RHEL5 runs fine in 128 MB in CLI mode. It won't run in GUI mode... (7 Replies)
Discussion started by: lupin..the..3rd
7 Replies

8. UNIX for Advanced & Expert Users

Live Linux Cd's with gparted

Which Live Linux Cd's have gparted? (1 Reply)
Discussion started by: cokedude
1 Replies
nscd.conf(5)							File Formats Manual						      nscd.conf(5)

NAME
/etc/nscd.conf - name service cache daemon configuration file DESCRIPTION
The file /etc/nscd.conf is read from nscd(8) at startup. Each line specifies either an attribute and a value, or an attribute, service, and a value. Fields are separated either by SPACE or TAB characters. A `#' (number sign) indicates the beginning of a comment; following char- acters, up to the end of the line, are not interpreted by nscd. Valid services are passwd, group, or hosts. logfile debug-file-name Specifies name of the file to which debug info should be written. debug-level value Sets the desired debug level. threads number This is the number of threads that are started to wait for requests. At least five threads will always be created. server-user user If this option is set, nscd will run as this user and not as root. If a separate cache for every user is used (-S parameter), this option is ignored. enable-cache service <yes|no> Enables or disables the specified service cache. positive-time-to-live service value Sets the TTL (time-to-live) for positive entries (successful queries) in the specified cache for service. Value is in seconds. Larger values increase cache hit rates and reduce mean response times, but increase problems with cache coherence. negative-time-to-live service value Sets the TTL (time-to-live) for negative entries (unsuccessful queries) in the specified cache for service. Value is in seconds. Can result in significant performance improvements if there are several files owned by uids (user IDs) not in system databases (for example untarring the linux kernel sources as root); should be kept small to reduce cache coherency problems. suggested-size service value This is the internal hash table size, value should remain a prime number for optimum efficiency. check-files service <yes|no> Enables or disables checking the file belonging to the specified service for changes. The files are /etc/passwd, /etc/group, and /etc/hosts. SEE ALSO
nscd(8) AUTHOR
nscd was written by Thorsten Kukuk and Ulrich Drepper. GNU C Library 1999-10 nscd.conf(5)
All times are GMT -4. The time now is 04:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy