puppy rescue os

For talk and support relating specifically to Puppy derivatives
Message
Author
User avatar
Max Headroom
Posts: 421
Joined: Wed 28 Jun 2006, 07:17
Location: GodZone Kiwi
Contact:

Hey I haven't forgotten about U

#91 Post by Max Headroom »

No doubt there Others Out there in iT service space that aRe interested in this Handy Tool!

Merry CHRISTmas & Happy 2013

:)K

DPUP5520
Posts: 800
Joined: Wed 16 Feb 2011, 05:38

#92 Post by DPUP5520 »

Just noticed your post, thanks and Merry Christmas to you too. I mainly came out with it because I was quite disappointed in Ubuntu Rescue Remix and some of the other rescue CDs that are out there. It is in use by quite a few IT guys that I've worked with in various places.
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=69651][b][i]PupRescue 2.5[/i][/b][/url]
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=72178][b][i]Puppy Crypt 528[/i][/b][/url]

User avatar
Colonel Panic
Posts: 2171
Joined: Sat 16 Sep 2006, 11:09

#93 Post by Colonel Panic »

DPUP5520 wrote:Just noticed your post, thanks and Merry Christmas to you too. I mainly came out with it because I was quite disappointed in Ubuntu Rescue Remix and some of the other rescue CDs that are out there. It is in use by quite a few IT guys that I've worked with in various places.
Hi DPup,

I'm using Rescue Pup 2.3 again and it's going great. Only thing is that Firefox is only at version 5.0.1, so I've had to download nearly 40 MB to get it up to date (it didn't give me any choice but just did it automatically, in two goes; once up to Firefox 12 and then up to the latest version, 19.0.2).

Best wishes,

CP .
Gigabyte M68MT-52P motherboard, AMD Athlon II X4 630, 5.8 GB of DDR3 RAM and a 250 GB Hitachi hard drive running Ubuntu 16.04.6, MX-19.2, Peppermint 10, PCLinuxOS 20.02, LXLE 18.04.3, Pardus 19.2, exGENT 200119, Bionic Pup 8.0 and Xenial CE 7.5 XL.

umair
Posts: 245
Joined: Sat 25 Dec 2010, 11:09
Location: KUST Kohat, Pakistan
Contact:

#94 Post by umair »

Hi:
Can Anybody tell me how to open/access antivirus program in rescue puppy?? Didnt find any menu entries.
Thnx in Advance.
Regards
UMAIR

DPUP5520
Posts: 800
Joined: Wed 16 Feb 2011, 05:38

#95 Post by DPUP5520 »

@ Colonel Panic: Glad to see that you are getting some good use out of PupRescue. I unfortunately forgot to disable auto-updates for Firefox in the older versions of PupRescue which is not the case in 2.5 and PupRescue Precise.

@ Umair: Sorry I haven't responded till now as I've been busy on other projects of mine at the moment. Avast! is in the system menu, however I would recommend checking out PupRescue Precise located @ http://murga-linux.com/puppy/viewtopic.php?t=84162 which uses ClamAV instead of Avast! and doesn't require a license to use.
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=69651][b][i]PupRescue 2.5[/i][/b][/url]
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=72178][b][i]Puppy Crypt 528[/i][/b][/url]

umair
Posts: 245
Joined: Sat 25 Dec 2010, 11:09
Location: KUST Kohat, Pakistan
Contact:

#96 Post by umair »

@ Umair: Sorry I haven't responded till now as I've been busy on other projects of mine at the moment. Avast! is in the system menu, however I would recommend checking out PupRescue Precise located @ http://murga-linux.com/puppy/viewtopic.php?t=84162 which uses ClamAV instead of Avast! and doesn't require a license to use.[/quote]

DPUP5520:
Thnx for the reply, I downloaded the updated rescue os as u mentioned in your post, but couldn't find the menu entry for CALMAV :(. Can u tell me where the menu entry or how I execute it from terminal?
Thnx in advance.
UMAIR

DPUP5520
Posts: 800
Joined: Wed 16 Feb 2011, 05:38

#97 Post by DPUP5520 »

There is no menu entry for ClamAV sorry I should have mentioned that. first thing to do is to update the AV database by running the command freshclam

Code: Select all

freshclam
next is to run clamscan recursively in the directory of your choosing. If I wanted to run it to scan my whole windows drive for example i'd do this

Code: Select all

clamscan -r /mnt/sda1
Hope this helps you out and you can always PM me or ask any other questions about any of the programs or tidbits in either of the PupRescues that you have questions about. And don't worry about it telling you ClamAV is out of date , it was just updated about two weeks ago and was just minor bug fixes which don't affect it's performance in PupRescue.

Edit: I should also mention that the above command will only scan for viruses and not actually remove them, you need you add --remove to actually remove viruses with ClamAV so it would would more like

Code: Select all

clamscan -r --remove /mnt/sda1
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=69651][b][i]PupRescue 2.5[/i][/b][/url]
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=72178][b][i]Puppy Crypt 528[/i][/b][/url]

umair
Posts: 245
Joined: Sat 25 Dec 2010, 11:09
Location: KUST Kohat, Pakistan
Contact:

#98 Post by umair »

DPUP5520 wrote:There is no menu entry for ClamAV sorry I should have mentioned that. first thing to do is to update the AV database by running the command freshclam

Code: Select all

freshclam
next is to run clamscan recursively in the directory of your choosing. If I wanted to run it to scan my whole windows drive for example i'd do this

Code: Select all

clamscan -r /mnt/sda1
Hope this helps you out and you can always PM me or ask any other questions about any of the programs or tidbits in either of the PupRescues that you have questions about. And don't worry about it telling you ClamAV is out of date , it was just updated about two weeks ago and was just minor bug fixes which don't affect it's performance in PupRescue.

Edit: I should also mention that the above command will only scan for viruses and not actually remove them, you need you add --remove to actually remove viruses with ClamAV so it would would more like

Code: Select all

clamscan -r --remove /mnt/sda1
Hi DPUP5520:
Thank you for detailed reply. This will helps a lot Also if I face any difficulty thn will PM you. Thnx again :)
Regards
UMAIR

singlshot
Posts: 21
Joined: Sat 13 Aug 2011, 16:03

puppy rescue os

#99 Post by singlshot »

hi dpup5520
pup rescue 2.5 does quickpet and ppm work . md5 checked good but it doesn't on my computer live from cd.

thanks sinlgshot

DPUP5520
Posts: 800
Joined: Wed 16 Feb 2011, 05:38

#100 Post by DPUP5520 »

Hey there singlshot, sorry but i've been gone a few weeks. No quickpet is not included in PupRescue 2.5 and the PPM has all the package files removed from .Packages so if you take a stock copy of Lucid 5.2.8 and transfer it over to PupRescue 2.5 the PPM will work again.

Edit: As noted in one of my last posts above I do recommend PupRescue Precise over 2.5 due to the changeover from Avast! to ClamAV and the upgrading/bug fixes in a lot of the main tools.
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=69651][b][i]PupRescue 2.5[/i][/b][/url]
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=72178][b][i]Puppy Crypt 528[/i][/b][/url]

Pelo

Puppy Rescue PPM and Quickpet, tesdisk & photorec fine !

#101 Post by Pelo »

PPM and Quickpet, sfs 7MB goffice-lucid-528 ja and Chromium loaded on the fly. (ABIWORD to write remarks step by step) and to translate to frenchies and people speaking french. The Toutou rescue french ISO seems unavailable nowadays.
How tesdisk works ? see here.
These tools do perfectly there job. 8)
PS ; Load-on-the fly updated version installed
Attachments
PupRescue.tar.gz
PupRescue introduction in french for people who dont want to use english language !
(2.39 KiB) Downloaded 416 times

Pelo

Puprescue Precise : failure

#102 Post by Pelo »

PupRescue was not booting on usb with the Grub and mouse was not working.
Changing to syslinux make it to boot usb. But mouse still out of work. Hardinfo unavailable ?
So I will keep the old fashioned Puprescue Lucid, everything goes well with it !
Remasterized super Lupu :
Sulu_001.sfs: 192 M works very well.
LTD (long time Distro).

Sulu : wireless connection is very instable.
Attachments
puprescue.jpg
(65.36 KiB) Downloaded 946 times

User avatar
Gooplusplus
Posts: 34
Joined: Wed 04 Sep 2013, 22:34
Location: Las Vegas

Added USB YUMI-compatible Pup Rescue 2.5 and Precise ISO

#103 Post by Gooplusplus »

Two new USB YUMI-compatible ISOs for Pup Rescue 2.5 and Precise Pup Rescue

http://www.gooplusplus.com/pup-rescue-2.5-yumi.iso --- ( lupu-PupRescue_2.5-YUMI.iso )
http://www.gooplusplus.com/precise-pup-rescue-yumi.iso --- ( Precise-PupRescue-YUMI.iso )

Download the ISO, start YUMI and select Lucid Puppy Linux or Precise Puppy Linux.

Image

The original CDROM ISO for PupRescue 2.5 and Precise PupRescue lacked any isolinux files to help it work with YUMI USB Multiboot software.

Since we plan to add PupRescue to one of our new USB Multiboot KUDOS collections, we added a few files to enable YUMI use.

You can find Gooplusplus USB Multiboot collections at this link: http://www.gooplusplus.com/multiboot-collections/

We have not tested everything in these YUMI-compatible versions of PupRescue but the basics seem to work.

We noted that while networking works, there is no default web browser in PupRescue 2.5 so you will have to add one.
Fortunately, Precise Pup Rescue includes the SeaMonkey (Firefox) web browser.

Unfortunately, after YUMI installs the distro files to your USB flash drive, YUMI might not add the new entry to syslinux.cfg

You can manually edit /multiboot/syslinux.cfg to ADD THIS TEXT:
#start lupu-pupRescue-2.5
LABEL Puppy Rescue 2.5
MENU LABEL Puppy Rescue 2.5
MENU INDENT 1
CONFIG /multiboot/lupu-PupRescue_2.5-YUMI/isolinux.cfg
APPEND /multiboot/lupu-PupRescue_2.5-YUMI/
#end lupu-pupRescue-2.5
#start Precise-PupRescue-YUMI
LABEL Precise Puppy Rescue
MENU LABEL Precise Puppy Rescue
MENU INDENT 1
CONFIG /multiboot/Precise-PupRescue-YUMI/isolinux.cfg
APPEND /multiboot/Precise-PupRescue-YUMI/
#end Precise-PupRescue-YUMI

Mayou

yumi rescue bookmarked

#104 Post by Mayou »

downloading,
Oh yes, i will offer this Cd for my friend birthday
Attachments
xbmc.jpg
(37.73 KiB) Downloaded 696 times

Post Reply