Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Knoppix; What's the gist of it. Post 302549285 by Corona688 on Monday 22nd of August 2011 12:31:20 PM
Old 08-22-2011
Quote:
Originally Posted by theKbStockpiler
I have a couple of Rescue Disks I was experimenting with and someone suggested that I use Knoppix instead. I have the newest version of it and it seems more like an Emergency O.S than anything else. The only useful tool I can find on it is Gparted. Do you have to add Emergency Applications to it?
It also has testdisk which can be very useful for things like recovering deleted partitions.
Quote:
Also could someone please explain how I mount a Rescue Disk or Knoppix to my lost O.S? Smilie
I'm not sure what you mean by this. Explain what happened in more detail please?
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

help running Knoppix

i need help running Knoppix on my comp (which is windows). I have the cd with the iso on it and it works on my moms computer but not mine :( this is what it says to do How do I run KNOPPIX? In order to start the CD, first adjust the boot list in the BIOS Setup of your computer to boot from CD... (4 Replies)
Discussion started by: smokinchili21
4 Replies

2. UNIX for Dummies Questions & Answers

KNOPPIX CD not Booting

I have downloaded KNOPIIX and burned it on a CD, it niether boots from CD nor could I open the file, it seems the extension is .iso, would you mind sending me your comment,please. Thank you very much (2 Replies)
Discussion started by: amir
2 Replies

3. Debian

knoppix version?

hi all again!! just a stupide question: how do you find the version of a knoppix? like the /etc/mandrake-release on mdk machines?? I have no idea of where to search.. Jason (5 Replies)
Discussion started by: penguin-friend
5 Replies

4. UNIX for Advanced & Expert Users

About the usage of knoppix

I hv boot my crashed RH server with knoppix linux cd , the server can connect internet now , I want to copy some files from my server to internet , but now I only found the below device path , could suggest how can I see my original path (eg. /home/ , /usr , / tmp etc, because I hv some important... (1 Reply)
Discussion started by: ust
1 Replies

5. Filesystems, Disks and Memory

Knoppix and an old Dell

Sorry if this post is in the wrong location. I'm trying to pull some files off of an old Dell box. I've not been able to get it to boot off of the HD, so I tried to use Knoppix. At boot time; I get the following error: Loading spec packet failed, trying to wing it isolinux 2.04: failed to... (3 Replies)
Discussion started by: ECBROWN
3 Replies

6. Ubuntu

How can I get Knoppix on HDD

Umm How can I get the Knoppix can be booted off my hard drive instead of the CD. I dont like using the CD. :confused: (4 Replies)
Discussion started by: shade11
4 Replies

7. SuSE

knoppix

Hi, I want to learn linux but I don't want to install on my hard drive. I came to know about knoppix that could give me the answer. But If I download the same (approx 700 MB) from free download site and copy it to CD, Will it work ? please help. (2 Replies)
Discussion started by: sanjay1979
2 Replies

8. UNIX for Dummies Questions & Answers

Knoppix

Hello All, I have a Knoppix CD. I am able to boot Knoppix(Linux) from the CD. How do I save a document that I created using OpenOffice(Writer) to either my harddrive on Windows or to a USB instead of the CD itself. I am new to Knoppix and am not sure of the GUI. I tried mounting the USB... (2 Replies)
Discussion started by: AnilAnand
2 Replies
Net::LDAP::Control::MatchedValues(3)			User Contributed Perl Documentation		      Net::LDAP::Control::MatchedValues(3)

NAME
Net::LDAP::Control::MatchedValues - LDAPv3 MatchedValues Control SYNOPSIS
use Net::LDAP; use Net::LDAP::Control::MatchedValues; $ldap = Net::LDAP->new( "ldap.mydomain.eg" ); $mv = Net::LDAP::Control::MatchedValues->new( matchedValues => '((sn=Jensen)(sn=Miller))' ); # return the entries of all people with first name "Babs", # but only show the sn if it is "Jensen" or "Miller" my $mesg = $ldap->search( base => "o=University of Michigan, c=US", filter => "(givenName=Babs)", attrs => [ qw/sn/ ], control => $mv ); DESCRIPTION
"Net::LDAP::Control::MatchedValues" provides an interface for the creation and manipulation of objects that represent the "MatchedValues Control" as described by RFC 3876. The "MatchedValues Control", which only has a meaning with the "Search" operation, allows the client to specify criteria that restrict the values of attributes returned. It has no effect on the number of objects found, but only allows one to restrict the values of the attributes returned by the search to those matching the criteria. CONSTRUCTOR ARGUMENTS
In addition to the constructor arguments described in Net::LDAP::Control the following are provided. matchedValues => VALUESRETURNFILTER A filter giving the criteria which attribute values shall be returned. VALUESRETURNFILTER is a sequence of simple filter items of the form "( <ATTRSPEC> <OP> <VALUE> )" surrounded by an additional set of parentheses; e.g. ((personsAge<=29)) Only return the age if is less than 30 ;-) ((cn=*Emergency*)(telephoneNumber=+1*)(telephoneNumber=911)) Only return those values of the cn that contain "Emergency", and phone numbers from North America including the one for emergency calls. METHODS
As with Net::LDAP::Control each constructor argument described above is also available as a method on the object which will return the current value for the attribute if called without an argument, and set a new value for the attribute if called with an argument. SEE ALSO
Net::LDAP, Net::LDAP::Control, http://www.ietf.org/rfc/rfc3876.txt AUTHOR
Peter Marschall <peter@adpm.de> Please report any bugs, or post any suggestions, to the perl-ldap mailing list <perl-ldap@perl.org> COPYRIGHT
Copyright (c) 2011 Peter Marschall. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.16.3 2013-06-07 Net::LDAP::Control::MatchedValues(3)
All times are GMT -4. The time now is 01:25 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy