How does DieHard differ from Vista's, OpenBSD's, and Linux's "address space randomization"?
Emery Berger - DieHard FAQsAddress space randomization places large chunks of memory (obtained via mmap / VirtualAlloc) at different places in memory, but leaves unchanged the relative position of heap objects. Linux adds some checks for particular memory management errors (and then aborts the program). Long technical answer: OpenBSD (a variant of PHKmalloc) does some of what DieHard's allocator does, but DieHard does much more.
Related QuestionsWhat does DieHard do?
Emery Berger - DieHard FAQsDieHard prevents some nasty errors - ones that crash programs and lead to security vulnerabilities. These are memory errors, including double-frees & heap corruption (which DieHard eliminates), and dangling pointer errors (or stale pointers) and heap buffer overflows (which DieHard makes unlikely to have any effect).
Related QuestionsHow do I run Linux programs in FreeBSD/OpenBSD?
Haxial FAQhttp://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&sektion=8 If you are using FreeBSD and you get an error about "libstdc++.so.5" being missing, then you need to install the linux_base-8 port:
Related QuestionsDoes DieHard prevent all crashes? If not, what does it prevent?
Emery Berger - DieHard FAQsNo, although that would be nice. DieHard completely prevents particular memory management errors from having any effect (these are "double frees" and "invalid frees"). It dramatically reduces the likelihood of another kind of error known as "dangling pointer" errors, and lowers the odds that moderate buffer overflows will have any effect. It prevents certain library-based heap overflows (e.g., through strcpy), and all but eliminates another problem known as "heap corruption."
Related QuestionsDoes DieHard protect only programs launched after it is activated?
Emery Berger - DieHard FAQsI see that DieHard runs multiple copies of a program and "votes". How many copies of a program are running at the same time? There is a version of DieHard for Linux that runs multiple replicas simultaneously, and then you can choose how many replicas you would like to run. However, the Windows version runs just one copy of your program.
Related QuestionsWhat versions of Windows (& Firefox) does DieHard support?
Emery Berger - DieHard FAQsIn addition to supporting nearly any application for Linux and Solaris, DieHard currently protects Firefox on Windows XP and 2003. DieHard works with Firefox versions 1.5.0.9 and higher, as well as version 2.0.0.1.
Related QuestionsWhat is randomization?
Shands.org - Find - Clinical TrialsRandomization is a process whereby researchers can easily compare results between individuals receiving different treaments in trials in which more than one type of treatment is available. The treatment a study subject receives is determined by chance, similar to flipping a coin or rolling dice. Neither the study participant nor the researcher may select to which group the participant will be assigned.
Related QuestionsHow much space does Linux take?
Linux Users Group of Bangladesh -- BdLug.OrgDepends on your distribution and how many packages you want to install. A minimum install can take about 300MB and a moderate desktop configuration should take about 700-900MB. For those who want to explore all the packages and want to use Linux heavily on their desktop, 1500MB is a reasonable space.
Related QuestionsQuestion: How does "Certified for Vista" differ from "Works with Vista" logo certification?
Dario Airoldi TechNotes : Frequently asked questions on Wind...Answer: "Certified for Vista" applications must conform to "Windows Vista Software Logo Spec 1.1" and "Certified for Program TestCases" and must be submitted for verification to get the logo. "Works with Vista" is a self-asserted certification where companies just verify compatibility and pledge to support on Vista. "Works with Vista" may be obtained with no charge, apart the cost of the Verisign Certificate needed to create an account on winqal site.
Related QuestionsHow do MyBCC Course Sites differ from Blackboard Vista (formerly called WebCT Vista)?
Frequently Asked Questions (FAQ), MyBCCBlackboard Vista is still the primary courseware used for conducting BCC online classes taught through the BCC Distance Education office. Teachers have the option to use either Vista or MyBCC Course Sites for communicating with their students. Students should ask their instructor each quarter how they intend to make class materials available to them.
Related QuestionsOn what systems does OpenBSD run?
Introduction to OpenBSDCD bootable means that OpenBSD will boot directly from the CD. The CD set will boot on several hardware platforms. See chapter 3 of this FAQ for details of obtaining OpenBSD on CD. People sometimes ask why we support so many "odd" machines. The short answer is, "because we want to". If enough skilled people (sometimes, "enough" is only one really skilled person!) wish to maintain support for a platform, it will be supported.
Related QuestionsHow does Linux on POWER differ from Linux on Intel?
IBM PartnerWorld - Linux -Technical support - Linux on POWER...The Linux distributions for POWER-based servers differ from those for x86 and compatible systems in that the binaries are created for their respective processors and related I/O families. However, there should be source code compatibility between most applications written for 32-bit and 64-bit applications in the user space.
Related QuestionsHow do I locate a Chula Vista street address?
City Of Chula Vista - Frequently Asked QuestionsUse the GIS Mapping Application. Viewer finds icon of 'push-pin into envelope' and clicks on icon. An address box appears. Type address sought into box and click on button. A map of the location will be generated.
Related QuestionsHow does activation differ in Windows Vista compared to Windows XP?
FAQProduct activation in Windows Vista ™ is similar to that of Windows XP, and requires little to no effort on the part of our customers. Activation requires users of Microsoft software to follow a simple and anonymous process to sustain access to the software. When customers activate their software via the Internet, they provide a product identification code to generate an installation ID number (hardware identifier) to confirm Activation. No personally identifiable information is required.
Related QuestionsCan DieHard protect any other application than Mozilla?
Emery Berger - DieHard FAQsOn Windows, the DieHard protection system currently supports Mozilla only; we plan to add more applications soon. On Linux, DieHard can protect any application. In addition, programmers using DieHard (on Windows or Linux) can protect any application they are developing. My security program claims that the DieHard zip file contains a virus - can that be true? Absolutely not.
Related QuestionsWhich is better? NetBSD, OpenBSD, Linux, or FreeBSD?
Section 0. (Basic FAQ information)NetBSD is the best of the three because of it's superb error handling capabilities (this is the "Net" referred to in the name). With NetBSD, it's almost impossible to make a mistake, either in installation, or operation, because the system will "catch" you as you "fall". NetBSD works on a wide range of processors, including the Intel 386, 486, and 586, the Sun, Sparc, SGI, MIPS, Macintosh, Motorola 6809, Krupf, ADC Kentrox, Whirlpool, Amana, Zilog Z80, Timex-Sinclair, and the Braun.
Related QuestionsWhy does sendmail coredump with milters on OpenBSD?
Python Milter FAQSendmail has a problem with unix sockets on old versions of OpenBSD. OpenBSD users report that this problem has been fixed, so upgrading OpenBSD will fix this. Otherwise, you can use an internet domain socket instead. For example, in sendmail.cf use Xpythonfilter, S=inet:1234@localhost and change sample.py accordingly.
Related QuestionsWhy does my filesystem usage on linux box differ from that shown by df?
Zenoss - FAQ (English) - Open Source Network Monitoring and ...By default linux often reserves 5% of a disk for use by root (this can be configured when the filesystem is created). This gives a little wiggle room when the drive is "full". We are showing the actual usage of the disk (there are less significant digits in df - h). If you want to take this into account you can lower the threshold by 5%. IE change it from
Related Questionsedit] Q: How does Linux differ technically from Microsoft Windows?
FAQ - operating systems - LQWikiThere are many ways. If we ignore the way it's built (see the questions about the nature of "free" above), and focus purely on the technical differences, we can make a quick list of the most noticeable areas. Note that this list is somewhat subjective, you may not agree with them. A much broader and up to date list can be read at David Wheeler's Why Open Source Software / Free Software (OSS/FS)? Look At the Numbers.
Related QuestionsHow does Trustix Secure Linux differ from other distributions?
Trustix Secure Linux FAQPerhaps most noticable we have included no X windows system. This makes sense as TSL is a Unix-like system and therefore very friendly to remote administration. A GUI would only waste memory, CPU cycles, and disk space. We also try to maintain secure defaults. As it is easier to know what is needed than what is not needed, the default configuration for the system is not to run any services at all.
Related QuestionsWhat about OpenBSD?
Folding@home - FAQInstall /usr/ports/emulators/redhat/base from ports on 3.4 or later. If you're on an earlier version, or just prefer packages, install redhat_base-8.0p2. 2. Set up a script that redirects the brandelf call to elf2olf, so that core binaries can be marked properly. This script can be downloaded from http://www.schnarff.com/brandelf, or simply set up on your own: In either case, make sure the brandelf script is executable and in the path of the user running FAH. 3.
Related QuestionsHow Much Hard Disk Space Does Linux Need?
Introduction and General InformationYou can fit an installation that includes X into 80Mb. Installing Debian GNU/Linux takes 500Mb–1GB, including kernel source code, some space for user files, and spool areas. Installing a commercial distribution that has a desktop GUI environment, commercial word processor, and front-office productivity suite, will claim 1–1.5 GB of disk space, approximately.
Related QuestionsDoes Flora Vista have a modified day?
Frequently Asked QuestionsYes. Every Friday is a modified day. Dismissal is at 12:45 P.M. The early-out time allows the school staff to participate in professional development and planning activities that supports the school plan to improve student achievement. In addition to the Friday Modified Day, there are two weeks during the school year that are designated for parent - teacher conferences. The first week is in the fall and second week is in the spring.
Related QuestionsHow does Orion's Arm differ from other forms of "Space Opera"?
FAQs page - Introduction to OASeveral ways. We try to stay consistent for one. How often have you seen (or read) a major SF space opera in which the dimensions of the spacecraft or their speed changes from one episode or installment to the next? There is no denying standard space opera is great fun. But often the needs of dramatic tension combined with the pressure of deadlines makes consistency the first victim of any space opera setting.
Related QuestionsWhere can I get an address for Space Camp?
NASA - Frequently Asked QuestionsThe U.S. Space Camp, Space Academy and Aviation Challenge are private programs in Alabama and Florida for children, adults and educators. Florida (321) 267-3184 Astro Camp at Stennis Space Center is a week-long day camp for children ages 7-12 during the summer months. Astro Camp is an exciting five-day mission for children with activities centered around a new theme each year. The camps are filled with hands-on activities that teach future astronauts and engineers the principles of rocketry.
Related QuestionsWhat is the address for my space?
FAQ for Permanent Tenants (World Market Center)World Market Center Bldg. A 495 S. Grand Central Pkwy Las Vegas, NV 89106 Company Name, A - Showroom Number World Market Center Bldg. B 475 S. Grand Central Pkwy Las Vegas, NV 89106 Your Company Name, B - Your Showroom Number
Related QuestionsWhat does Security-enhanced Linux give me that standard Linux can't?
SELinux Frequently Asked Questions (FAQ)The Security-enhanced Linux kernel enforces mandatory access control policies that confine user programs and system servers to the minimum amount of privilege they require to do their jobs. When confined in this way, the ability of these user programs and system daemons to cause harm when compromised (via buffer overflows or misconfigurations, for example) is reduced or eliminated. This confinement mechanism operates independently of the traditional Linux access control mechanisms.
Related Questions