Puppy Linux Discussion Forum Forum Index Puppy Linux Discussion Forum
Puppy HOME page : puppylinux.com
"THE" alternative forum : puppylinux.info
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Sun 19 May 2013, 20:41
All times are UTC - 4
 Forum index » Advanced Topics » Puppy Derivatives
puppy rescue os
Moderators: Flash, JohnMurga
Post new topic   Reply to topic View previous topic :: View next topic
Page 7 of 7 [100 Posts]   Goto page: Previous 1, 2, 3, 4, 5, 6, 7
Author Message
Max Headroom


Joined: 28 Jun 2006
Posts: 181
Location: GodZone Kiwi

PostPosted: Tue 25 Dec 2012, 16:03    Post subject: Hey I haven't forgotten about U
Subject description: Don't give up...
 

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

Merry CHRISTmas & Happy 2013

SmileK
Back to top
View user's profile Send private message Yahoo Messenger 
DPUP5520

Joined: 16 Feb 2011
Posts: 757

PostPosted: Wed 26 Dec 2012, 03:39    Post subject:  

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.
_________________
PupRescue 2.5
Puppy Crypt 528
Back to top
View user's profile Send private message 
Colonel Panic


Joined: 16 Sep 2006
Posts: 1224

PostPosted: Mon 18 Mar 2013, 17:41    Post subject:  

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 .

_________________
Pentium IV/3400, 2048 MB of RAM, 80 GB hard drive running Puppy Carolina 006 rc-2, Puppy Slacko 5.5, Manjaro 0.8.5 Cinnamon, Sparky 2.1, CrunchBang 11 "Waldorf," Salix 14 XFCE, OpenSUSE 12.3 KDE, Scientific 6.3 and DescentOS 4.04 beta.
Back to top
View user's profile Send private message 
umair

Joined: 25 Dec 2010
Posts: 143
Location: KUST Kohat, Pakistan

PostPosted: Tue 19 Mar 2013, 05:19    Post subject:  

Hi:
Can Anybody tell me how to open/access antivirus program in rescue puppy?? Didnt find any menu entries.
Thnx in Advance.
Regards
UMAIR
Back to top
View user's profile Send private message Yahoo Messenger 
DPUP5520

Joined: 16 Feb 2011
Posts: 757

PostPosted: Sat 23 Mar 2013, 16:51    Post subject:  

@ 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.

_________________
PupRescue 2.5
Puppy Crypt 528
Back to top
View user's profile Send private message 
umair

Joined: 25 Dec 2010
Posts: 143
Location: KUST Kohat, Pakistan

PostPosted: Mon 25 Mar 2013, 02:58    Post subject:  

@ 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 Sad. Can u tell me where the menu entry or how I execute it from terminal?
Thnx in advance.
UMAIR
Back to top
View user's profile Send private message Yahoo Messenger 
DPUP5520

Joined: 16 Feb 2011
Posts: 757

PostPosted: Mon 25 Mar 2013, 19:33    Post subject:  

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:
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:
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:
clamscan -r --remove /mnt/sda1

_________________
PupRescue 2.5
Puppy Crypt 528
Back to top
View user's profile Send private message 
umair

Joined: 25 Dec 2010
Posts: 143
Location: KUST Kohat, Pakistan

PostPosted: Tue 26 Mar 2013, 12:06    Post subject:  

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:
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:
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:
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 Smile
Regards
UMAIR
Back to top
View user's profile Send private message Yahoo Messenger 
singlshot

Joined: 13 Aug 2011
Posts: 19

PostPosted: Mon 08 Apr 2013, 18:21    Post subject: puppy rescue os  

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
Back to top
View user's profile Send private message 
DPUP5520

Joined: 16 Feb 2011
Posts: 757

PostPosted: Tue 16 Apr 2013, 01:35    Post subject:  

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.

_________________
PupRescue 2.5
Puppy Crypt 528
Back to top
View user's profile Send private message 
Display posts from previous:   Sort by:   
Page 7 of 7 [100 Posts]   Goto page: Previous 1, 2, 3, 4, 5, 6, 7
Post new topic   Reply to topic View previous topic :: View next topic
 Forum index » Advanced Topics » Puppy Derivatives
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.0657s ][ Queries: 12 (0.0086s) ][ GZIP on ]