one-line fix - Definition. Was ist one-line fix
Diclib.com
Online-Wörterbuch

Was (wer) ist one-line fix - definition

PIECE OF SOFTWARE DESIGNED TO UPDATE A COMPUTER PROGRAM TO FIX OR IMPROVE IT
Software patch; One-line fix; Critical update; Slipstream (computing); Software update; Patch (software); Bug fix; Bugfix; Security patches; Security patch; Software hot patch; Patch-management; Antivulnerability software; Antivulnerability Software; Antivulnerability; Patch (program); Software Update; Software patches; Patch (gaming); Corrective Service Diskette; Security update; Patchkit; Software patching; Security patched; Security updated; Security updating; Security patching; Software Updates; Patchset; Hot patching; Hot patch; Live patching; Source diff; Firmware update; Software update system; Automatic software updates; Automatic software update; Binary patch; Game patch; Video game patch; Software updates; Source code patch; Automatic upgrade; Automated patch management
  • A program tape for the 1944 [[Harvard Mark I]], one of the first digital computers. Note physical patches used to correct punched holes by covering them.

one-line fix         
Used (often sarcastically) of a change to a program that is thought to be trivial or insignificant right up to the moment it crashes the system. Usually "cured" by another one-line fix. See also I didn't change anything!
Break/fix         
Break/Fix
The term break/fix or break'n fix refers to the fee-for-service method of providing information technology (IT) services to businesses. Using this method an IT solution provider performs services as needed and bills the customer only for the work done.
Fix (beer)         
  • Bavarian lion]] logo.
  • The late 1920s logo, blue / white combined with rhombic design features
  • Can and bottle until 2009
  • Can and bottle since 2010
  • Karl Johann Fix (Karolos Ioannou Fix), the son of Johann Ludwig Fix
  • 19th-century advertisement about the 'Steam-driven European Brewery' of Karl Fix
TRADEMARK
Fix Hellas Brewery
The Fix brewery (Greek: Φιξ) was founded in 1864 by Johann Karl Fix in Athens and is the first major brewery in Greece. About 30 years earlier, his father had started brewing beer in Greece.

Wikipedia

Patch (computing)

A patch is a set of changes to a computer program or its supporting data designed to update, fix, or improve it. This includes fixing security vulnerabilities and other bugs, with such patches usually being called bugfixes or bug fixes. Patches are often written to improve the functionality, usability, or performance of a program. The majority of patches are provided by software vendors for operating system and application updates.

Patches may be installed either under programmed control or by a human programmer using an editing tool or a debugger. They may be applied to program files on a storage device, or in computer memory. Patches may be permanent (until patched again) or temporary.

Patching makes possible the modification of compiled and machine language object programs when the source code is unavailable. This demands a thorough understanding of the inner workings of the object code by the person creating the patch, which is difficult without close study of the source code. Someone unfamiliar with the program being patched may install a patch using a patch utility created by another person who is the Admin. Even when the source code is available, patching makes possible the installation of small changes to the object program without the need to recompile or reassemble. For minor changes to software, it is often easier and more economical to distribute patches to users rather than redistributing a newly recompiled or reassembled program.

Although meant to fix problems, poorly designed patches can sometimes introduce new problems (see software regressions). In some special cases updates may knowingly break the functionality or disable a device, for instance, by removing components for which the update provider is no longer licensed.

Patch management is a part of lifecycle management, and is the process of using a strategy and plan of what patches should be applied to which systems at a specified time.