Difference between revisions of "Panda Security Safe CD"
From ERPXE Wiki
(Created page with "{{Plugin | logo = http://upload.wikimedia.org/wikipedia/en/thumb/3/35/Panda_Security_Logo_HighRes.svg/300px-Panda_Security_Logo_HighRes.svg.png | website = http://www.pandasecuri...") |
|||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Plugin | {{Plugin | ||
− | | logo = | + | | logo = https://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/Panda_Security_Logo_2015.svg/320px-Panda_Security_Logo_2015.svg.png |
| website = http://www.pandasecurity.com/ | | website = http://www.pandasecurity.com/ | ||
| wikipedia = http://en.wikipedia.org/wiki/Panda_Antivirus | | wikipedia = http://en.wikipedia.org/wiki/Panda_Antivirus | ||
− | | license = [ | + | | license = [http://en.wikipedia.org/wiki/Proprietary_software Proprietary software] |
− | | version = | + | | version = 4.4.3.0 |
| from_erpxe_version = 1.0 | | from_erpxe_version = 1.0 | ||
− | | http = {{ | + | | http = {{no}} |
− | | nfs = {{ | + | | nfs = {{yes}} |
| cifs = {{no}} | | cifs = {{no}} | ||
− | | internet = {{ | + | | internet = {{no}} |
− | | linux = {{ | + | | linux = {{yes}} |
| windows = {{yes}} | | windows = {{yes}} | ||
− | | antivirus = {{ | + | | antivirus = {{yes}} |
− | | deployment = {{ | + | | deployment = {{no}} |
| diagnostic = {{no}} | | diagnostic = {{no}} | ||
| installation = {{no}} | | installation = {{no}} | ||
| live = {{yes}} | | live = {{yes}} | ||
| recovery = {{no}} | | recovery = {{no}} | ||
+ | | requireIP = true | ||
| image1 = | | image1 = | ||
| image1url = | | image1url = | ||
Line 29: | Line 30: | ||
It detects viruses, Trojans, worms, spyware, dialers, hacking tools, jokes and security risks. | It detects viruses, Trojans, worms, spyware, dialers, hacking tools, jokes and security risks. | ||
+ | |||
+ | {{TFTPPlugin | ||
+ | | filename = panda4430-XXX.tar.gz | ||
+ | | downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | ||
+ | | product = Panda Security Safe CD 4.4.3.0 | ||
+ | | producturl = http://research.pandasecurity.com/technology/1004/ | ||
+ | | productfile = SafeCD.iso | ||
+ | | pluginname = Panda Security Safe CD | ||
+ | }} | ||
+ | |||
+ | Copy initrd1.img , initrd2.img , vmlinuz1 , vmlinuz2 , filesystem.* to appropriate directory: (LOWER CASE ONLY!) | ||
+ | |||
+ | cp /mnt/cdrom/live/vmlinuz1 /tftpboot/er/plugins/panda/vmlinuz1 | ||
+ | cp /mnt/cdrom/live/vmlinuz2 /tftpboot/er/plugins/panda/vmlinuz2 | ||
+ | cp /mnt/cdrom/live/initrd1.img /tftpboot/er/plugins/panda/initrd1.img | ||
+ | cp /mnt/cdrom/live/initrd2.img /tftpboot/er/plugins/panda/initrd2.img | ||
+ | cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/panda/live/ | ||
+ | |||
+ | {{PluginInstructionsEnd}} | ||
+ | [[Category:Plugins]] | ||
+ | [[Category:Security Diagnostics]] | ||
+ | [[Category:Supported from ERPXE 1.0]] |
Latest revision as of 08:29, 5 May 2019
Important information
This plugin requires a static IP address (Default is 10.0.0.1). Every change to the server IP MUST be reflected into the plugin's menu file. How to adjust ERPXE to local IP address
return to Plugins list
Panda Security Safe CD 4.4.3.0 http://www.pandasecurity.com/ |
---|
Contents
Information
ERPXE Module
- Name: - Panda Security Safe CD
- Version: 4.4.3.0
- Official website: http://www.pandasecurity.com/
- License: Proprietary software
- Wikpedia Page: http://en.wikipedia.org/wiki/Panda_Antivirus
- Download: http://www.erpxe.com/downloads
Plugin type
Panda Security Safe CD | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
Yes | No | No | No | Yes | No |
Plugin Requirments
Panda Security Safe CD | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
Special Information
Panda Security Safe CD is an antivirus software suite developed by Panda Security.
It detects viruses, Trojans, worms, spyware, dialers, hacking tools, jokes and security risks.
Linux Installation Instructions
Download panda4430-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract panda4430-XXX.tar.gz file:
tar -xvzf panda4430-XXX.tar.gz
Download Panda Security Safe CD 4.4.3.0 ISO Latest Version to /mnt/ :
http://research.pandasecurity.com/technology/1004/
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/SafeCD.iso /mnt/cdrom/
Copy initrd1.img , initrd2.img , vmlinuz1 , vmlinuz2 , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/live/vmlinuz1 /tftpboot/er/plugins/panda/vmlinuz1 cp /mnt/cdrom/live/vmlinuz2 /tftpboot/er/plugins/panda/vmlinuz2 cp /mnt/cdrom/live/initrd1.img /tftpboot/er/plugins/panda/initrd1.img cp /mnt/cdrom/live/initrd2.img /tftpboot/er/plugins/panda/initrd2.img cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/panda/live/
Verify files with filelist.txt in each folder.
All Done!