[Request] Comodo Antivirus for Linux

Hi!
If it's possible, could someone make and maintain a package from the Comodo Antivirus for Linux program?
It supports Debian, Ubuntu, Linux Mint, ReadHat, Fedora, CentOS, SUSE and openSUSE, but it only has binaries, no source code. I tried to install it from the .deb packages, but failed completely with several unresolvable dependencies. As for making an installable package I don't even know where to start, I don't recognize the file structure inside the packages which is made with deb2targz, also the dependency problem would not solve itself.
I'm not a programmer, so I can't go further.
As far as I know, this is the only antivirus for desktop Linux distros with actual real-time protection.

Yeah, I uploaded a little prematurely, I was still making some last minute changes. Didn't think anyone'd notice.
Turns out the debs are just alien-converted rpms, so I've used the rpms as sources. Once you install it, you need to run /opt/COMODO/post_setup.sh as root (this was something I forgot to add to the .install file, so if you already downloaded, makepkg'd and installed, you'll probably not know this).
I'm not sure about the license, all I've been able to find is the website T&Cs which states that Comodo products are subject to "Subscriber Agreements", which I can't find any information on. I haven't run the post_setup.sh script myself (I'm still looking through it), so perhaps the agreement is presented to you there.
If anyone can shed some light on the subject, that'd be helpful.
EDIT: Ah, I was looking at the wrong file. The agreement is in the post_setup.sh, at the top.
I think I'll need to knock up a service file too, there's only an sysvinit script..
EDIT EDIT: The license doesn't allow me to modify the post_setup.sh script to replace the initscript calls with the systemd equivalent, it probably doesn't let me remove the superfluous libraries either, so those lines will be commented out for the time being while I liaise with their legal department. The realtime protection kernel modules also don't build on Arch's default kernel (not sure about the -lts kernel), so that won't work without modifying files (which again, is not permitted by the license).
The .desktop files may not show up in any menus either, not sure if I made a mistake there or not.
You can still run on-demand scans for the time being (once you've updated the database). You should enable sgdagent.service cmdagent.service after running post_setup.sh, and sdgdaemon.service cmgdaemon.service after updating your virus database. Start the application with /opt/COMODO/cav if you don't have a menu icon for it in your menu.
Last edited by WorMzy (2014-04-04 13:24:42)

Similar Messages

  • System requirements and Startup guide for Sophos Antivirus for Linux

    Hello,
    The following links are where you can find the system requirements for Sophos AV for Linux and also the startup guide to help you install and run the product.
    System requirements for Sophos Antivirus for Linux  (https://www.sophos.com/en-us/support/knowledgebase/118624.aspx)
    Startup Guide for Sophos Antivirus for Linux: Basic Edition  (https://secure2.sophos.com/en-us/medialibrary/PDFs/documentation/savl_9_free_sgeng.pdf?la=en)
    Cheers,
    Mark

    -
    This (these), did it for me.
    http://www.apple.com/quicktime/guide/hd/recommendations.html
    http://developer.apple.com/documentation/QuickTime/WhatsNewQT65/Chap1/chapter_1_section3.html

  • [request] Protector Suite for Linux - UPEK fingerprint scanners

    Would anyone be willing to work on a PKGBUILD for this. I will do testing.
    http://www.upek.com/support/downloads/linux/
    UPEK website wrote:
    Biometric logon for Linux operating systems. Supports Gnome and KDE4, KDE3.5 desktop environment and logon. For experienced developers there is also BSAPI SDK which allows to controll UPEK fingerprint readers on Linux based systems.
    Supported devices: TCD41, TCD42, TCD50, TCD21 (TFM), TCS4B, TCS4C, TCS4E, TCS4K, TCS5B
    Supported USB readers: Eikon I (TCRE3C: TCS3C+TCD42), Eikon II (TCRD4C: TCS4C+TCD50), EikonToGo (TCRG4C: TCS4C+TCD50), TCRZ (TCS3B+TCD41)
    Contains installation packages for following distributions:
    Mandriva 2009.1
    Mandriva 2008.1
    Ubuntu 9.04
    Fedora Core 10
    Debian

    Hey! I go to see if anybody has mentioned this on the forums yet and find this. This is what I've come up with, but I have no idea if it works because apparently it is 32bit only, and I can't find anything else to find depends/etc through so it needs a lot of work. (not to mention that this is only my second PKGBUILD).
    pkgname=ps-for-linux
    pkgver=0.1
    pkgrel=1
    pkgdesc="UPEK fingerprint reader software"
    arch=('i686')
    url="http://www.upek.com/"
    license=('unknown')
    depends=()
    makedepends=('deb2targz')
    source=($pkgname-$pkgver.deb)
    noextract=($pkgname-$pkgver.deb)
    md5sums=('69809f555752b95c0a448e04c6ede3e9')
    build() {
    cd "$srcdir"
    deb2targz "$pkgname-$pkgver.deb"
    tar xf "$pkgname-$pkgver.tar.gz"
    package() {
    cd "$srcdir"
    cp -r etc/ lib/ usr/ "$pkgdir"
    # vim:set ts=2 sw=2 et:
    I hope that will be a starting point for you to make a pkg out of and then run something like namcap on to see where things need to be added. Also, I don't know if one of the other rpm's would be a better fit for Arch's directory structure, or if this should be put in /opt or something.
    Have you requested a source package fro them yet?

  • [request] Trucrypt, finally for Linux

    T r u e C r y p t
    Free open-source disk encryption software for Windows XP/2000/2003 and Linux
    Main Features:
        * It can create a virtual encrypted disk within a file and mount it as a real disk.
        * It can encrypt an entire hard disk partition or a device, such as USB memory stick, floppy disk, etc.
        * Provides two levels of plausible deniability, in case an adversary forces you to reveal the password:
          1) Hidden volume (more information may be found here).
          2) No TrueCrypt volume can be identified (TrueCrypt volumes cannot be distinguished from random data).
        * Encryption algorithms: AES-256, Blowfish (448-bit key), CAST5, Serpent (256-bit key), Triple DES, and Twofish (256-bit key). Supports cascading (e.g., AES-Twofish-Serpent).
        * Based on Encryption for the Masses (E4M) 2.02a, which was conceived in 1997.
          Further information regarding the features of the software may be found in the documentation.
    If anyone would like to try and make a package it would be superb!
    .murkus

    Yeah, I uploaded a little prematurely, I was still making some last minute changes. Didn't think anyone'd notice.
    Turns out the debs are just alien-converted rpms, so I've used the rpms as sources. Once you install it, you need to run /opt/COMODO/post_setup.sh as root (this was something I forgot to add to the .install file, so if you already downloaded, makepkg'd and installed, you'll probably not know this).
    I'm not sure about the license, all I've been able to find is the website T&Cs which states that Comodo products are subject to "Subscriber Agreements", which I can't find any information on. I haven't run the post_setup.sh script myself (I'm still looking through it), so perhaps the agreement is presented to you there.
    If anyone can shed some light on the subject, that'd be helpful.
    EDIT: Ah, I was looking at the wrong file. The agreement is in the post_setup.sh, at the top.
    I think I'll need to knock up a service file too, there's only an sysvinit script..
    EDIT EDIT: The license doesn't allow me to modify the post_setup.sh script to replace the initscript calls with the systemd equivalent, it probably doesn't let me remove the superfluous libraries either, so those lines will be commented out for the time being while I liaise with their legal department. The realtime protection kernel modules also don't build on Arch's default kernel (not sure about the -lts kernel), so that won't work without modifying files (which again, is not permitted by the license).
    The .desktop files may not show up in any menus either, not sure if I made a mistake there or not.
    You can still run on-demand scans for the time being (once you've updated the database). You should enable sgdagent.service cmdagent.service after running post_setup.sh, and sdgdaemon.service cmgdaemon.service after updating your virus database. Start the application with /opt/COMODO/cav if you don't have a menu icon for it in your menu.
    Last edited by WorMzy (2014-04-04 13:24:42)

  • [Request] Jriver 19 for linux

    Could someone help for an AUR package for one of the best media center ever made?
    There is a beta version for debian:
    http://yabb.jriver.com/interact/index.php?board=35.0
    and also this discussion about archlinux:
    http://yabb.jriver.com/interact/index.php?topic=84651.0
    The big problem is libcurl and fonts (see discussion above)-

    I'm giving this a swing but its throwing me an error on makepkg on the curl pkg:
    $ makepkg
    ==> Making package: curl 7.23.1-1 (Mon Apr  7 18:59:20 CEST 2014)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
      -> Downloading curl-7.23.1.tar.bz2...
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100 2320k  100 2320k    0     0  5220k      0 --:--:-- --:--:-- --:--:-- 5215k
    ==> Validating source files with md5sums...
        curl-7.23.1.tar.bz2 ... Passed
    ==> Extracting sources...
      -> Extracting curl-7.23.1.tar.bz2 with bsdtar
    ==> Starting build()...
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking whether to enable debug build options... no
    checking whether to enable compiler optimizer... (assumed) yes
    checking whether to enable strict compiler warnings... no
    checking whether to enable compiler warnings as errors... no
    checking whether to enable curl debug memory tracking... no
    checking whether to enable c-ares for DNS lookups... no
    checking for sed... /usr/bin/sed
    checking for grep... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for ar... /usr/bin/ar
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking curl version... 7.23.1
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking for style of include used by make... GNU
    checking for gcc... gcc -m32
    checking for C compiler default output file name...
    configure: error: in `/home/citizen/Downloads/aur/jriver-curl/src/curl-7.23.1':
    configure: error: C compiler cannot create executables
    See `config.log' for more details.
    ==> ERROR: A failure occurred in build().
        Aborting...
    Could this be the reason?
    d---------  2 citizen citizen    4096 Apr  7 18:59 pkg
    The config.log is nowhere to be found.
    I read the wiki:
    https://wiki.archlinux.org/index.php/Makepkg#Usage
    and a search found this thread:
    https://bbs.archlinux.org/viewtopic.php?id=140055
    Which suggested to remove multilib, reinstall gcc-libs gcc binutils glibc but that doesn't help. I reenabled multilib and ran pacman -Syu again.
    Any ideas what's going on here?
    I tried building libjpeg6 from AUR and this worked without a glitch.
    Thanks.

  • [request] Jriver Media Center 19 for linux

    It would be very nice  a package for Jriver Media Center 19 for linux.
    Reference here:
    http://yabb.jriver.com/interact/index.php?board=35.0
    I have installed manually in my system. It's a 32 bit package and it needs lib32-curl 7.23.1 (not the last one in repository).
    You can see my discussion here:
    http://yabb.jriver.com/interact/index.php?topic=84651.0
    Luckly requirement for libcrypto++ and libboost-regex has been dropped!
    I remember that this Media Center is one of the best ever made. The version for linux is Audio only, but can play also DSD bitstream.

    It would be very nice  a package for Jriver Media Center 19 for linux.
    Reference here:
    http://yabb.jriver.com/interact/index.php?board=35.0
    I have installed manually in my system. It's a 32 bit package and it needs lib32-curl 7.23.1 (not the last one in repository).
    You can see my discussion here:
    http://yabb.jriver.com/interact/index.php?topic=84651.0
    Luckly requirement for libcrypto++ and libboost-regex has been dropped!
    I remember that this Media Center is one of the best ever made. The version for linux is Audio only, but can play also DSD bitstream.

  • [request] Rar for Linux

    Someone would be able to do the PKGBUILD of the rar for linux.
    thanks...
    PS:Sorry my english

    rar is already in the official repository:
    http://www.archlinux.org/packages/search/?q=unrar+
    Use:
    Code:
    pacman -Sy unrar
    to download & install it.
    Unrar -> uncompression program
    Rar -> compression program

  • What is the best antivirus for MacBook Pro?

    What is the best antivirus for MacBook Pro?

    1. This comment applies to malicious software ("malware") that's installed unwittingly by the victim of a network attack. It does not apply to software, such as keystroke loggers, that may be installed deliberately by an intruder who has hands-on access to the victim's computer. That threat is in a different category, and there's no easy way to defend against it. If you have reason to suspect that you're the target of such an attack, you need expert help.
    If you find this comment too long or too technical, read only sections 5, 6, and 10.
    OS X now implements three layers of built-in protection specifically against malware, not counting runtime protections such as execute disable, sandboxing, system library randomization, and address space layout randomization that may also guard against other kinds of exploits.
    2. All versions of OS X since 10.6.7 have been able to detect known Mac malware in downloaded files, and to block insecure web plugins. This feature is transparent to the user, but internally Apple calls it "XProtect." The malware recognition database is automatically checked for updates once a day; however, you shouldn't rely on it, because the attackers are always at least a day ahead of the defenders.
    The following caveats apply to XProtect:
    It can be bypassed by some third-party networking software, such as BitTorrent clients and Java applets.
    It only applies to software downloaded from the network. Software installed from a CD or other media is not checked.
    3. Starting with OS X 10.7.5, there has been a second layer of built-in malware protection, designated "Gatekeeper" by Apple. By default, applications and Installer packages downloaded from the network will only run if they're digitally signed by a developer with a certificate issued by Apple. Software certified in this way hasn't necessarily been tested by Apple, but you can be reasonably sure that it hasn't been modified by anyone other than the developer. His identity is known to Apple, so he could be held legally responsible if he distributed malware. That may not mean much if the developer lives in a country with a weak legal system (see below.)
    Gatekeeper doesn't depend on a database of known malware. It has, however, the same limitations as XProtect, and in addition the following:
    It can easily be disabled or overridden by the user.
    A malware attacker could get control of a code-signing certificate under false pretenses, or could simply ignore the consequences of distributing codesigned malware.
    An App Store developer could find a way to bypass Apple's oversight, or the oversight could fail due to human error.
    For the reasons given above, App Store products, and other applications recognized by Gatekeeper as signed, are safer than others, but they can't be considered absolutely safe. "Sandboxed" applications may prompt for access to private data, such as your contacts, or for access to the network. Think before granting that access. OS X security is based on user input. Never click through any request for authorization without thinking.
    4. Starting with OS X 10.8.3, a third layer of protection has been added: a "Malware Removal Tool" (MRT). MRT runs automatically in the background when you update the OS. It checks for, and removes, malware that may have evaded the other protections via a Java exploit (see below.) MRT also runs when you install or update the Apple-supplied Java runtime (but not the Oracle runtime.) Like XProtect, MRT is presumably effective against known attacks, but maybe not against unknown attacks. It notifies you if it finds malware, but otherwise there's no user interface to MRT.
    5. XProtect, Gatekeeper, and MRT reduce the risk of malware attack, but they're not absolute protection. The first and best line of defense is always your own intelligence. With the possible exception of Java exploits, all known malware circulating on the Internet that affects a fully-updated installation of OS X 10.6 or later takes the form of so-called "trojan horses," which can only have an effect if the victim is duped into running them. The threat therefore amounts to a battle of wits between you and the malware attacker. If you're smarter than he thinks you are, you'll win.
    That means, in practice, that you never use software that comes from an untrustworthy source, or that does something inherently untrustworthy. How do you know what is trustworthy?
    Any website that prompts you to install a “codec,” “plug-in,” "player," "extractor," or “certificate” that comes from that same site, or an unknown one, is untrustworthy.
    A web operator who tells you that you have a “virus,” or that anything else is wrong with your computer, or that you have won a prize in a contest you never entered, is trying to commit a crime with you as the victim. (Some reputable websites did legitimately warn visitors who were infected with the "DNSChanger" malware. That exception to this rule no longer applies.)
    Pirated copies or "cracks" of commercial software, no matter where they come from, are unsafe.
    Software of any kind downloaded from a BitTorrent or from a Usenet binary newsgroup is unsafe.
    Software that purports to help you do something that's illegal or that infringes copyright, such as saving streamed audio or video for reuse without permission, is unsafe. All YouTube "downloaders" are in this category, though not all are necessarily harmful.
    Software with a corporate brand, such as Adobe Flash Player, must be downloaded directly from the developer’s website. If it comes from any other source, it's unsafe.
    Even signed applications, no matter what the source, should not be trusted if they do something unexpected, such as asking for permission to access your contacts, your location, or the Internet for no obvious reason.
    6. Java on the Web (not to be confused with JavaScript, to which it's not related, despite the similarity of the names) is a weak point in the security of any system. Java is, among other things, a platform for running complex applications in a web page, on the client. That was always a bad idea, and Java's developers have proven themselves incapable of implementing it without also creating a portal for malware to enter. Past Java exploits are the closest thing there has ever been to a Windows-style virus affecting OS X. Merely loading a page with malicious Java content could be harmful.
    Fortunately, client-side Java on the Web is obsolete and mostly extinct. Only a few outmoded sites still use it. Try to hasten the process of extinction by avoiding those sites, if you have a choice. Forget about playing games or other non-essential uses of Java.
    Java is not included in OS X 10.7 and later. Discrete Java installers are distributed by Apple and by Oracle (the developer of Java.) Don't use either one unless you need it. Most people don't. If Java is installed, disable it — not JavaScript — in your browsers.
    Regardless of version, experience has shown that Java on the Web can't be trusted. If you must use a Java applet for a task on a specific site, enable Java only for that site in Safari. Never enable Java for a public website that carries third-party advertising. Use it only on well-known, login-protected, secure websites without ads. In Safari 6 or later, you'll see a lock icon in the address bar with the abbreviation "https" when visiting a secure site.
    Follow the above guidelines, and you’ll be as safe from malware as you can practically be. The rest of this comment concerns what you should not do to protect yourself from malware.
    7. Never install any commercial "anti-virus" or "Internet security" products for the Mac, as they all do more harm than good, if they do any good at all. Any database of known threats is always going to be out of date. Most of the danger is from unknown threats. If you need to be able to detect Windows malware in your files, use one of the free anti-virus products in the Mac App Store — nothing else.
    Why shouldn't you use commercial "anti-virus" products?
    Their design is predicated on the nonexistent threat that malware may be injected at any time, anywhere in the file system. Malware is downloaded from the network; it doesn't materialize from nowhere.
    In order to meet that nonexistent threat, the software modifies or duplicates low-level functions of the operating system, which is a waste of resources and a common cause of instability, bugs, and poor performance.
    By modifying the operating system, the software itself may create weaknesses that could be exploited by malware attackers.
    8. An anti-malware product from the App Store, such as "ClamXav," doesn't have these drawbacks. That doesn't mean it's entirely safe. It may report email messages that have "phishing" links in the body, or Windows malware in attachments, as infected files, and offer to delete or move them. Doing so will corrupt the Mail database. The messages should be deleted from within the Mail application.
    An anti-virus app is not needed, and should not be relied upon, for protection against OS X malware. It's useful only for detecting Windows malware. Windows malware can't harm you directly (unless, of course, you use Windows.) Just don't pass it on to anyone else.
    A Windows malware attachment in email is usually easy to recognize. The file name will often be targeted at people who aren't very bright; for example:
    ♥♥♥♥♥♥♥♥♥♥♥♥♥♥!!!!!!!H0TBABEZ4U!!!!!!!.AVI♥♥♥♥♥♥♥♥♥♥♥♥♥♥.exe
    Anti-virus software may be able to tell you which particular virus or trojan it is, but do you care? In practice, there's seldom a reason to use the software unless a network administrator requires you to do it.
    The ClamXav developer won't try to "upsell" you to a paid version of the product. Other developers may do that. Don't be upsold. For one thing, you should not pay to protect Windows users from the consequences of their choice of computing platform. For another, a paid upgrade from a free app will probably have the disadvantages mentioned in section 7.
    9. It seems to be a common belief that the built-in Application Firewall acts as a barrier to infection, or prevents malware from functioning. It does neither. It blocks inbound connections to certain network services you're running, such as file sharing. It's disabled by default and you should leave it that way if you're behind a router on a private home or office network. Activate it only when you're on an untrusted network, for instance a public Wi-Fi hotspot, where you don't want to provide services. Disable any services you don't use in the Sharing preference pane. All are disabled by default.
    10. As a Mac user you don't have to live in fear that your computer is going to be infected every time you install an application, read email, or visit a web page. But neither should you have the false idea that you will always be safe, no matter what you do. The greatest harm done by security software is precisely its selling point: it makes people feel safe. They may then feel safe enough to take risks from which the software doesn't protect them. Nothing can lessen the need for safe computing practices.

  • Where can I download Tuxedo 10gR3 for Linux ?

    As stated above I'm trying to download Tuxedo 10gR3 for Linux but can only find the latest supported versions. Any idea where I can get a copy ?
    Chris

    Hi  Chris,
    I believe for older versions of Tuxedo you need to contact Oracle via My Oracle Support (MOS) and request the kit.  You will need to let them know what word size you need, i.e., 32 bit or 64 bit.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • Essbase 9.3.x for Linux

    HI All !
    I need installation files for Essbase 9.3.x for Linux.
    Essbase,EAS,APS
    <email address removed by moderator so that you won't get spammed for all Eternity>

    You now have to raise a media request SR, more details at https://blogs.oracle.com/proactivesupportEPM/entry/edelivery_delivery_cloud_housekeeping_removal
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Do i need security/antivirus for mac macbook pro 15/ 2013

    do i need security/antivirus for my macbook pro 15 2013

    do i need security/antivirus for my macbook pro 15 2013
    If you are using OS X you already have it.
    There will always be threats to your information security associated with using any Internet - connected communications tool:
    You can mitigate those threats by following commonsense practices
    Delegating that responsibility to software is an ineffective defense
    Assuming that any product will protect you from those threats is a hazardous attitude that is likely to result in neglecting point #1 above.
    OS X already includes everything it needs to protect itself from viruses and malware. Keep it that way with software updates from Apple.
    A much better question is "how should I protect my Mac":
    Never install any product that claims to "clean up", "speed up",  "optimize", "boost" or "accelerate" your Mac; to "wash" it, "tune" it, or to make it "shiny". Those claims are absurd.Such products are very aggressively marketed. They are all scams.
    Never install pirated or "cracked" software, software obtained from dubious websites, or other questionable sources.
    Illegally obtained software is almost certain to contain malware.
    "Questionable sources" include but are not limited to spontaneously appearing web pages or popups, download hosting sites such as C net dot com, Softonic dot com, Soft pedia dot com, Download dot com, Mac Update dot com, or any other site whose revenue is primarily derived from junk product advertisements.
    If you need to install software that isn't available from the Mac App Store, obtain it only from legitimate sources authorized by the software's developer.
    Don’t supply your password in response to a popup window requesting it, unless you know what it is and the reason your credentials are required.
    Don’t open email attachments from email addresses that you do not recognize, or click links contained in an email:
    Most of these are scams that direct you to fraudulent sites that attempt to convince you to disclose personal information.
    Such "phishing" attempts are the 21st century equivalent of a social exploit that has existed since the dawn of civilization. Don’t fall for it.
    Apple will never ask you to reveal personal information in an email. If you receive an unexpected email from Apple saying your account will be closed unless you take immediate action, just ignore it. If your iCloud, iTunes, or App Store account becomes disabled for valid reasons, you will know when you try to buy something or log in to this support site, and are unable to.
    Don’t install browser extensions unless you understand their purpose. Go to the Safari menu > Preferences > Extensions. If you see any extensions that you do not recognize or understand, simply click the Uninstall button and they will be gone.
    Don’t install Java unless you are certain that you need it:
    Java, a non-Apple product, is a potential vector for malware. If you are required to use Java, be mindful of that possibility.
    Java can be disabled in System Preferences.
    Despite its name JavaScript is unrelated to Java. No malware can infect your Mac through JavaScript. It’s OK to leave it enabled.
    Beware spontaneous popups: Safari menu > Preferences > Security > check "Block popup windows".
    Popup windows are useful and required for some websites, but unsolicited popups are commonly used to deceive people into installing unwanted software they would never intentionally install.
    Popups themselves cannot infect your Mac, but many contain resource-hungry code that will slow down Internet browsing.
    If you ever receive a popup window indicating that your Mac is infected with some ick or that you won some prize, it is 100% fraudulent. Ignore it.
    The same goes for a spontaneously appearing dialog insisting that you upgrade your video player right this instant. Such popups are frequently associated with sites that promise to deliver "free" movies or other copyrighted content that is not normally "free".
    The more insistent it is that you upgrade or install something, the more likely it is to be a scam. Close the window or tab and forget it.
    Ignore hyperventilating popular media outlets that thrive by promoting fear and discord with entertainment products arrogantly presented as "news". Learn what real threats actually exist and how to arm yourself against them:
    The most serious threat to your data security is phishing. Most of these attempts are pathetic and are easily recognized, but that hasn't stopped prominent public figures from recently succumbing to this age-old scam.
    OS X viruses do not exist, but intentionally malicious or poorly written code, created by either nefarious or inept individuals, is nothing new.
    Never install something without first knowing what it is, what it does, how it works, and how to get rid of it when you don’t want it any more.
    If you elect to use "anti-virus" software, familiarize yourself with its limitations and potential to cause adverse effects, and apply the principle immediately preceding this one.
    Most such utilities will only slow down and destabilize your Mac while they look for viruses that do not exist, conveying no benefit whatsoever - other than to make you "feel good" about security, when you should actually be exercising sound judgment, derived from accurate knowledge, based on verifiable facts.
    Do install updates from Apple as they become available. No one knows more about Macs and how to protect them than the company that builds them.
    Summary: Use common sense and caution when you use your Mac, just like you would in any social context. There is no product, utility, or magic talisman that can protect you from all the evils of mankind.

  • Oracle 9i AS 1.0.2.2.2 for Linux - Installation Media?

    Hi all,
    I am trying to locate a copy of the Oracle 9i Application Server version 1.0.2.2.2 installation media for Linux. I appreciate that it’s an ancient version but we still use 6i forms and the version of the installation media I have is corrupt and I need to do a fresh install.
    I’ve tried the obvious places like Metalink / Oracle eDelivery etc to try and download a copy but it’s obviously too old to be available on there. Is there anywhere else I can source it - for example does anyone know if it is part of another Oracle suite e.g. 11i?
    Many Thanks

    Oracle's Software Delivery Cloud as well as OTN tend to provide versions for which error correction support is still offerend. As error correction support is not offered for the AS 1.0.2.2.2 version anymore, it is not available through these channels anymore.
    You can request a physical media shipment from Oracle, check My Oracle Support document [url https://support.us.oracle.com/oip/faces/secure/km/DocumentDisplay.jspx?id=1071023.1]1071023.1, "How to Request Physical Shipment or FTP download of Software Media" for details.
    Thanks,
    EJ

  • Oracle 8i is coming for Linux July 5!!!

    Okay so they now have a release date for Linux version of Oracle
    8i. Its July 5!!!!!!!!!!! Yippeee.
    I request that we all go to the corners of our rooms and stand
    there in silence for 20 minutes, in observance of this historical
    event!
    Mubashir
    null

    We just have to wait - time will come... ;-(
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by LinuxGuy:
    Download are has a Oracle 8i EE Release 2
    available for Solaris and NT but not for
    Linux.
    Why?
    Oracle is disappointing alot of Linux folks.<HR></BLOCKQUOTE>
    null

  • OTN for Oracle 11g R2 for Linux x86_64 "See All" link does not work

    I'm trying to view all of the downloads for LInux x86_64 Oracle 11g R2. When I select the link I get the following message:
    An error occurred while processing the request. Try refreshing your browser. If the problem persists contact the site administrator
    Can someone please investigate this issue.
    Thanks

    user457508 wrote:
    An error occurred while processing the request. Try refreshing your browser. If the problem persists contact the site administratorThis is somewhat reminiscent of the problems we faced a few months back. While you are waiting for someone to investigate, you can also try:
    - log out of OTN completely
    - clear all cookies and cached files in your browser
    - log back in again
    - try again

  • Flex Builder for Linux will need his companion Thermo

    I’ve been developing in Flex for a long time now. My
    main work is in the design area although I do a lot of coding. The
    Flex Builder Linux testing is being quite difficult, since the
    layout design view is not enabled yet. So we need a lot of
    imagination and a little bit of experience in AS3 and MXML tag
    codding.
    As a designer (and developer  ) I would like to ask
    for a Thermo for Linux. It’s just a request, but I think
    there are a lot of guys that share my opinion.
    Thanks,

    Hi, thanks for your answer.
    It turned out the problem was related to the *standalone* flashplayer.
    This is located in linux in:
    FLEX_BUILDER_INSTALL_PREFIX/Player/linux
    when I was clicking on the "Run" button Flex Builder was looking for a flashplayer standalone app, and was failing to find it.
    What I had to do was to add the complete the flashplayer path to the PATH used by eclipse.
    Now clicking on "Run" it compiles the application and launches the standalone player with the generated swf file.
    Now I wonder if there is some way to select the flashplayer to launch, and if it is possible to configure eclipse to make it launch a  browser or a custom script rather than execute that swf with the standalone player.
    Thanks, regards.

Maybe you are looking for

  • Why doesn't the App Store Flag go away?

    This is a small thing, but the details are where it is at. I have a new iPhone 6 running iOS 8.02 and the App Store flag says I have four new app updates to download. This was true before I downloaded all the updates in iTunes and synched with my pho

  • How can I stop my site from appearing at the left in the tablet and phone layouts?

    At the moment my site works on desktop browsers but appears pinched to the left on phones and tablets. www.lrproductions.biz I have checked for any miscellaneous text boxes, and I also removed the scrolling fx to try and fix the the bug. Nothing seem

  • Contol break event problem

    Hi, Good day guys ive dev the smart form for sales. i need to cal the total sales per month as well as Region wise and branch wise. i dont the total sales per month. now i need to cal the region wise. so i used the code as below as sort itab by regio

  • XI certification requirements

    Hi All,       I'm learning XI from some material i have . i'm doing my masters . I have no real time experience . Can i take the certification test or is it a must that some company sponcers me.               How much is the fee for certification.If

  • Mac Word 04: Recover saved file

    I chose all the text in one document and then deleted it, started writing new text and when I was done I hit the disk in the upper left corner instead of save as. Now the document I saved replaced the old one. Is there any way I can get the original