Sponsored Content
Full Discussion: File recovery
Top Forums UNIX for Advanced & Expert Users File recovery Post 302561207 by Klasform on Monday 3rd of October 2011 01:43:08 PM
Old 10-03-2011
First of all, download your program to a usb key and make sure it is self contained, no setup or what no! Like photorec for linux. Just a pointer.
 

8 More Discussions You Might Find Interesting

1. SCO

compressed file was ftpied in ascii mode needs recovery

I am unbale to uncompress a file which was compress then moved to another pc in ascii mode instead of binary mode. Is there any way to recover it. Please help us. While uncompress it is giving corrupt input. (3 Replies)
Discussion started by: raj2610
3 Replies

2. UNIX for Advanced & Expert Users

Recovery Of Passwd File

the file /etc/passwd has corrupted mistakenly.actually the file has saved as "oot:0:0:root:/root/sbin/bash". first r of root has been deleted .. can anyone tell me how can i recover as normal user (2 Replies)
Discussion started by: singh_hackerz
2 Replies

3. UNIX for Advanced & Expert Users

Data Recovery from file system overwritten with LVM.

Hey peeps, Here is somethin u might find interestin.... Is it possible to recover data from a partition which used to be an ext3 file sytem with some nice forgotten backups, which now is an lvm partion containg root partition of another OS. :) I couldn't create any mess better than this, can... (2 Replies)
Discussion started by: squid04
2 Replies

4. UNIX for Dummies Questions & Answers

forbid file recovery

Hi there, When I want to make a file unrecoverable, I use the following command: foo:~$ shred -fuz filename The problem is that I deleted many files using: foo:~$ rm -f filename How can I make those files unrecoverable? Is there a command that shreds the disk free space? So that no file can... (2 Replies)
Discussion started by: chebarbudo
2 Replies

5. UNIX for Advanced & Expert Users

fsck.gfs2 outputs "RG recovery impossible; I can't fix this file system"

I have a CentOS release 5.2 (Final)host running kernel 2.6.18-92.el5 with at raid 10 that had two mirrored drives fail. The drives were re-inserted and now the raid shows healthy (for now). I tried to mount but got an Input/output error. I then attempted a fsck: fsck.gfs2 -y /dev/vg_01/uss_vol... (0 Replies)
Discussion started by: king_hippo
0 Replies

6. Solaris

Password Recovery From /etc/shadow file

Is it possible to reset a normal user password , by editing password field in /etc/shadow file? Thanks (6 Replies)
Discussion started by: ksvaisakh
6 Replies

7. Cybersecurity

File Integrity checker with recovery

Hello friends I have an CentosOS 5 box running Apache, I want to Install a powerful File Integrity checker with recovery option to maintain any changes may be happened without my hand Could you help me to recommend such solution Thanks (3 Replies)
Discussion started by: reaky
3 Replies

8. UNIX for Advanced & Expert Users

Is possible to recovery a deleted file in AIX?

is it possible to recovery a deleted file in AIX? (2 Replies)
Discussion started by: fiyas
2 Replies
hp-setup(1)							   User Manuals 						       hp-setup(1)

NAME
hp-setup - Printer/Fax Setup Utility DESCRIPTION
Installs HPLIP printers and faxes in the CUPS spooler. Tries to automatically determine the correct PPD file to use. Allows the printing of a testpage. Performs basic fax parameter setup. SYNOPSIS
hp-setup [MODE] [OPTIONS] [SERIAL NO.|USB bus:device|IP|DEVNODE] MODE
Run in graphical UI mode: -u or --gui (Default) Run in interactive mode: -i or --interactive OPTIONS
Automatic mode: -a or --auto (-i mode only) To specify the port on a multi-port JetDirect: --port=<port> (Valid values are 1*, 2, and 3. *default) No testpage in automatic mode: -x (-i mode only) To specify a CUPS printer queue name: -p<printer> or --printer=<printer> (-i mode only) To specify a CUPS fax queue name: -f<fax> or --fax=<fax> (-i mode only) Type of queue(s) to install: -t<typelist> or --type=<typelist>. <typelist>: print*, fax* (*default) (-i mode only) To specify the device URI to install: -d<device> or --device=<device> (--qt4 mode only) Remove printers or faxes instead of setting-up: -r or --rm or --remove (-u only) Set the language: -q <lang> or --lang=<lang>. Use -q? or --lang=? to see a list of available language codes. Set the logging level: -l<level> or --logging=<level> <level>: none, info*, error, warn, debug (*default) Run in debug mode: -g (same as option: -ldebug) This help information: -h or --help SERIAL NO.|USB ID|IP|DEVNODE USB bus:device (usb only): "xxx:yyy" where 'xxx' is the USB bus and 'yyy' is the USB device. (Note: The ':' and all leading zeros must be present.) Use the 'lsusb' command to obtain this information. IPs (network only): IPv4 address "a.b.c.d" or "hostname" DEVNODE (parallel only): "/dev/parportX", X=0,1,2,... SERIAL NO. (usb and parallel only): "serial no." EXAMPLES
Setup using GUI mode: $ hp-setup Setup using GUI mode, specifying usb: $ hp-setup -b usb Setup using GUI mode, specifying an IP: $ hp-setup 192.168.0.101 One USB printer attached, automatic: $ hp-setup -i -a USB, IDs specified: $ hp-setup -i 001:002 Network: $ hp-setup -i 66.35.250.209 Network, Jetdirect port 2: $ hp-setup -i --port=2 66.35.250.209 Parallel: $ hp-setup -i /dev/parport0 USB or parallel, using serial number: $ hp-setup -i US12345678A USB, automatic: $ hp-setup -i --auto 001:002 Parallel, automatic, no testpage: $ hp-setup -i -a -x /dev/parport0 Parallel, choose device: $ hp-setup -i -b par NOTES
1. If no serial number, USB ID, IP, or device node is specified, the USB and parallel busses will be probed for devices. 2. Using 'lsusb' to obtain USB IDs: (example) $ lsusb Bus 003 Device 011: ID 03f0:c202 Hewlett-Packard $ hp-setup --auto 003:011 (Note: You may have to run 'lsusb' from /sbin or another location. Use '$ locate lsusb' to determine this.) 3. Parameters -a, -f, -p, or -t are not valid in GUI (-u) mode. SEE ALSO
hp-makeuri hp-probe AUTHOR
HPLIP (Hewlett-Packard Linux Imaging and Printing) is an HP developed solution for printing, scanning, and faxing with HP inkjet and laser based printers in Linux. REPORTING BUGS
The HPLIP Launchpad.net site https://launchpad.net/hplip is available to get help, report bugs, make suggestions, discuss the HPLIP project or otherwise contact the HPLIP Team. COPYRIGHT
Copyright (c) 2001-14 Hewlett-Packard Development Company, L.P. This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to distribute it under certain conditions. See COPYING file for more details. Linux 9.0 hp-setup(1)
All times are GMT -4. The time now is 09:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy