Ask Linux.com: document wrangling, lighter distros, and Boot Loops II


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Ask Linux.com: document wrangling, lighter distros, and Boot Loops II
# 1  
Old 09-13-2008
Ask Linux.com: document wrangling, lighter distros, and Boot Loops II

09-13-2008 03:19 AM
[In memory of Don LaFontaine, please read the following paragraph in as gravelly a voice as you can muster - ed.] In a world where anyone can ask, but few can respond ... they compress standard-out on the fly, impose order on your personal document chaos, and ponder who is the slimmest distro of them all. Plus, an old favorite from a previous week's column returns -- with a vengence. So microwave some popcorn and unplug the phone, because it's time for more tales from the Linux.com forums.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

OpenSSL usage on Linux Distros

Hi, My server is Centos 6 i686. Is it possible get an openssl download from this site "https://www.openssl.org/source/" (which is used for 64 bit platforms) and use it on 32 bit platforms also? Thx, Aigini (5 Replies)
Discussion started by: anaigini45
5 Replies

2. Fedora

On Installing Multiple Linux Distros on a Computer

Guys, I was planning to install Ubuntu, Fedora and Backtrack on the same computer (along with Windows 7). My Specifications are: 2.67 Core i5 4GB DDR3 RAM 500 GB HDD I have a system running Windows 7 with 3 partitions (240, 130, 130) GBs. And I was planning on freeing out 30GB of space and... (3 Replies)
Discussion started by: hMeU
3 Replies

3. Red Hat

Points to compare Linux distros

I 've a question regarding which points should be considered to compare 2 different linux distros say RedHat & Ubuntu. for a production environment non-db applications ... any help will be appreciated .. (1 Reply)
Discussion started by: fugitive
1 Replies

4. Linux

Multiple linux distros in one box

Hi, This will be my first time to install 5 distros in one box, the ff. are: openSUSE 11, openSUSE11.1, Ubuntu 8.04, Ubuntu 8.10, Fedora 10 Now, I'm confused how would I partitioned my hard disk with a capacity of 80Gb where there is only one swap and no idea yet how to play with boot... (2 Replies)
Discussion started by: etcpasswd
2 Replies

5. Linux

is there a guide for linux distros?

i`m trying to fidnd a distro that is good for m but it is not that easy i discovered, so if anybody please can give som tips i would been very happy thank you for reading:) (3 Replies)
Discussion started by: KMLiveLinux
3 Replies

6. Ubuntu

Universal Repositories for All Linux Distros

Is it possible to use Other Distro's ( i.e Debian's or Ubuntu's ) repositories in Fedora? If not then what should be done to make common repositories for all linux distros. regards, Arun Maurya (2 Replies)
Discussion started by: arun_maurya
2 Replies
Login or Register to Ask a Question
IPCS(1) 							   User Commands							   IPCS(1)

NAME
ipcs - provide information on ipc facilities SYNOPSIS
ipcs [-asmq] [-tclup] ipcs [-smq] -i id ipcs -h DESCRIPTION
ipcs provides information on the ipc facilities for which the calling process has read access. The -i option allows a specific resource id to be specified. Only information on this id will be printed. Resources may be specified as follows: -m shared memory segments -q message queues -s semaphore arrays -a all (this is the default) The output format may be specified as follows: -t time -p pid -c creator -l limits -u summary SEE ALSO
ipcrm(1), ipcmk(1) CONFORMING TO
The Linux ipcs utility is not fully compatible to the POSIX ipcs utility. The Linux version does not support the -b and -o options, but does support the -l and -u options not defined by POSIX. The portable application shall not use the -a, -b, -o, -l, and -u options. AUTHOR
krishna balasubramanian (balasub@cis.ohio-state.edu) AVAILABILITY
The ipcs command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. util-linux February 2008 IPCS(1)