Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Linux Format


  
  Linux Format - Wikipedia, the free encyclopedia
Linux Format was the UK's first Linux-specific magazine, and is currently the best-selling Linux title in the UK.
Linux Format includes similar content to that found in most computer magazines, but aimed specifically at users of the Linux operating system.
Linux Format shares the UK market place with Linux User and Developer and an English Language version of Linux Magazine.
en.wikipedia.org /wiki/Linux_Format   (259 words)

  
 Write emulator-friendly Linux code
This article reviews the current state of Linux binary emulation on other systems and highlights some of the issues that Linux developers should keep in mind to make life easier for the people running their binaries in emulation.
Linux binaries can be run on a broad variety of systems, admittedly sometimes at a cost -- there are challenges in using the Linux binary format as a general distribution format.
Linux developers have a big advantage here over developers on proprietary systems, because different Linux distributions arrange files differently, so most programmers have a good sense of how to avoid being too dependent on file system layouts.
www.ibm.com /developerworks/linux/library/l-emulat.html   (2676 words)

  
 format (Linux Reviews)
Each character from the format string is appended to the result string unless it is a percent sign.
The conversion specifier controls the conversion of the next successive arg to a particular format and the result is appended to the result string in place of the conversion specifier.
For the numerical conversions the argument being converted must be an integer or floating-point string; format converts the argument to binary and then converts it back to a string according to the conversion specifier.
linuxreviews.org /man/format   (1472 words)

  
 Migrating to Linux kernel 2.6 -- Part 3: Using the 2.6 kernel with your current system
If you are not using an off-the-shelf Linux distribution based on the 2.6 Linux kernel, you will need to verify that the versions of various packages installed on your Linux system have all of the features required for use with the Linux 2.6 kernel.
Different Linux distributions provide package and dependency management software that verifies that any other software that a package depends on is installed on your system and is of a sufficiently recent version.
The most common package formats that provide and use dependency information are the RPM (Red Hat Package Manager, also used by the Fedora, Mandrake, SuSE, and Turbolinux distributions) and DEB (Debian Linux, also used by the Knoppix and Xandros distributions) package formats.
www.linuxdevices.com /articles/AT5793467888.html   (4654 words)

  
 Linux Knowledge Base and Tutorial - A Brief Look at the ELF File Format in Linux
ELF (Executable and Linkable Format) is a standard file format for most executables, shared libraries and object codes.
This format was originally developed and published by USL (Unix System Laboratory) as part of ABI (Application Binary Interface) and now it’s a widely accepted format in most UNIX variants.
This format was developed with a clear objective to provide the developers a set of binary interface definitions that works on multiple operating systems.
www.linux-tutorial.info /article2349.html   (424 words)

  
 scanf.3: input format conversion - linux man page   (Site not responding. Last check: 2007-09-10)
This format may contain conversion specifiers; the results from such conversions, if any, are stored through the pointer arguments.
Matches a nonempty sequence of characters from the specified set of accepted characters; the next pointer must be a pointer to char, and there must be enough room for all the characters in the string, plus a terminating NUL character.
The usage of q is not the same as on BSD 4.4, as it may be used in float conversions equivalently to L.
maconlinux.net /linux-man-pages/ru/scanf.3.html   (1601 words)

  
 User Reviews and comparison blog on Linux Format - Magazines by abhi_tux on MouthShut.com
Linux should be considered as an alternative to other (particularly proprietary) operating systems.
And there are many authors and beta testers for Linux, as its open source, thats why since 95 we have been witnessing new versions of Linux after every six months span.
Linux is multi-user, whether one user is running many programs or one program is used by many users, Linux manages the traffic very well.
www.mouthshut.com /review/Linux_Format-44499-1.html   (711 words)

  
 LinuxQuestions.org Reviews - Linux Format
This is aimed at professionals and discusses the legal ramifications of the SCO case, the future of Linux and anything which comes broadly under the business/professional umbrella.
Linux Format is the most accessible of the Linux Magazines available in the UK.
Having completely failed to install Debian, then tried an old version of Mandrake, I thought that Linux was a joke, and vowed never again, but then LXF had Mandy 9.0 on their coverdisks and I tried it again, this time it proved to be worth sticking with.
www.linuxquestions.org /reviews/showproduct.php?product=190   (1319 words)

  
 The ELF Object File Format: Introduction | Linux Journal
As ELF will eventually be the common object file format for Linux binaries, it is appropriate to document it a bit.
One interesting sidenote--Windows NT uses a file format based upon the COFF file format, the SVr3 file format that the Unix community is abandoning in favor of ELF.
ELF binaries are also formatted in a natural way that is compatible with possible future changes to the buffer cache.
www.linuxjournal.com /article/1059   (2985 words)

  
 oreilly.com -- Online Catalog: Linux in a Nutshell, Fourth Edition
It is an essential desktop reference for the commands that users of Linux utilize every day, with the depth of information and the practical, succinct "In a Nutshell" format that made the previous editions so popular.
Although some experienced Linux users may feel that the majority of the book covers familiar territory by being essentially nothing more than glorified 'man pages', I felt this was the strong point of the book, giving depth to those 'not quite informative' man pages.
"['Linux in a Nuthsell'] is the king of the infodump.
www.oreilly.com /catalog/linuxnut4   (1514 words)

  
 Linux Format - Magazines / Newspapers Shopping at dooyoo.co.uk
Linux Format : Started off bad, but slowly getting better..
When I originally bought Linux Format, I thought the layout was terrible (waaay too basic and the whole magazine was too thin).
However, Linux Magazine these days are beginning to offer basic articles for the beginner, and I would suspect this has something to do with competing with Linux Format.
www.dooyoo.co.uk /magazines-newspapers/linux-format   (252 words)

  
 Learning the iTunesDB File Format | Linux Journal
Reverse engineering is one of the skills necessary on many Linux software projects, because many file formats have no open specifications.
It is then useful for checking software that modifies files of this format, because we can use it to ensure that our changes are valid.
It is unlikely that the creators of the iTunesDB file format would limit the size of a data structure to 256 bytes, thus we are probably dealing with a multibyte number.
www.linuxjournal.com /article/6334   (2676 words)

  
 Linux Compression Format Flaw Found - News by InformationWeek
The bug, which affects the current version of zlib, 1.2.2, can be exploited to create a denial-of-service (DoS) attack, which could crash any application using the library or let the attacker plant code of his own remotely, according to an alert by Danish security firm Secunia.
A researcher at Gentoo Linux was the first to uncover the vulnerability Wednesday, and posted a warning on his company's Web site.
A similar, although not as dangerous, DoS vulnerability was spotted in the zlib compression format in August 2004, and patched by the 1.2.2 version in October of that year.
www.informationweek.com /story/showArticle.jhtml?articleID=165701026   (277 words)

  
 Understanding Linux configuration files
Every Linux program is an executable file holding the list of opcodes the CPU executes to accomplish specific operations.
In Linux each programmer is free to choose the configuration file format he or she prefers.
Format options range from the /etc/shells file, which contains a list of possible shells separated by a newline, to Apache's complex /etc/httpd.conf file.
www-106.ibm.com /developerworks/linux/library/l-config.html   (2981 words)

  
 Linux Vendor Reports Compression Format Bug - Software News by InformationWeek
A critical flaw in a compression format widely used in Linux and Unix can give hackers a way into machines, security experts say.
A patch for the zlib library isn't available, but several Linux and BSD distributors have rolled out fixes of their own.
While no patch is available from the open-source zlib project, commercial Linux vendors have already updated their distributions with version-specific fixes.
www.informationweek.com /software/opensource/165701449?cid=RSSfeed   (260 words)

  
 Comparing Linux/UNIX Binary Package Formats
This is a comparison of the deb, rpm, tgz, slp, and pkg package formats, as used in the Debian, Red Hat, Slackware, and Stampede linux distributions respectively (pkg is the SVr4 package format, used in Solaris).
In extreme cases, this means, the whole package format can be thrown out and redesigned but old tools will still be able to read enough of the packages to know they can't deal with them.
For the datastream format, a pkgtrans program is available on systems using the pkg format, but not quite standard enough for the purposes of this question.
kitenet.net /~joey/pkg-comp   (1616 words)

  
 Linux Magazine - Knoppix   (Site not responding. Last check: 2007-09-10)
I bought the November 2005 Issue of Linux Magazine with the Knoppix 4 DVD after returning the December Issue of Linux Format Magazine (also with a Knoppix 4 DVD).
The Linux Format version booted to a KDE desktop with the icons in German and an opening window advertising the contents of the "Linux Format" DVD.
When I booted the Linux Magazine DVD I got a KDE desktop in english with the standard opening window which provides common questions and answers in a choice of languages.
www.linux-magazine.com /Readers/Forum/00000809?expand_all=1   (326 words)

  
 Fedora5 help convert NTFS partition/format to Linux please - LinuxQuestions.org
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Like pixellany says, for this all you have to do is use fdisk or cfdisk to change the partition type, and then build a new filesystem in the space.
Then if you are going to install a new Linux, just let the installer find the partition and make a filesystem, or if not, make a filesystem in the partition yourself.
www.linuxquestions.org /questions/showthread.php?t=446791   (618 words)

  
 Linux Format :: The website of the UK's best-selling Linux magazine
In November, Microsoft CEO stated that Linux infringes on the company's "intellectual property", causing much anger and confusion in the open source world.
See Linux Format issue 85 for more information on the Ulteo project, and this page for screenshots galore.
While the Linux community continues to discuss potential problems in the recent agreement between Novell and Microsoft, Linfo.org has a list of benefits that could emerge from the deal.
www.linuxformat.co.uk   (1179 words)

  
 oreilly.com -- Online Catalog: Linux Pocket Guide
Linux Pocket Guide is organized the way you use Linux: by function, not just alphabetically.
It's not the 'bible of Linux; it's a practical and concise guide to the options and commands you need most.
This is definatley a must have for those new to Linux that want to get up to speed on using the command line.
www.oreilly.com /catalog/linuxpg   (1239 words)

  
 Single list of HOWTOs
Discusses the four basic approaches to parallel processing that are available to Linux users: SMP Linux systems, clusters of networked Linux systems, parallel execution using multimedia instructions (i.e., MMX), and attached (parallel) processors hosted by a Linux system.
How to configure a Linux firewall to masquerade IPsec- and PPTP-based Virtual Private Network traffic, allowing you to establish a VPN connection without losing the security and flexibility of your Linux firewall's internet connection and allowing you to make available a VPN server that does not have a registered internet IP address.
If you are using a Linux box connected to a Windows-based ISA server, this article will help you in set things up so you can browse the web from your Linux machine.
www.tldp.org /HOWTO/HOWTO-INDEX/howtos.html   (8317 words)

  
 SuSE: Re: [SLE] UK Linux magazine   (Site not responding. Last check: 2007-09-10)
Format or Linux Magazine, both are available at your local WH Smith,
try Linux Format or Linux Magazine, both are available at your local WH Smith, buy an issue of each, see which suits.
Saw a report recently in either Linux Format or Linux Magazine...
linux.derkeiler.com /Mailing-Lists/SuSE/2003-12/3296.html   (307 words)

  
 RPM Package Manager (Linux Reviews)
RPM was intended primarily for Linux distributions; the file format RPM is the baseline package format of the Linux Standard Base.
Originally developed by Red Hat for Red Hat Linux, RPM is now used by many Linux distributions.
However, this is not a problem inherent in the RPM format, but rather a problem of co-ordination amongst major distributions who use RPM in packaging such as Red Hat Linux, SUSE, and Mandriva Linux.
linuxreviews.org /dictionary/RPM_Package_Manager   (938 words)

  
 Planète Béranger: Older interviews in Linux Format: Duval and Shuttleworth
Older interviews in Linux Format: Duval and Shuttleworth misc
And then you have the corporate market, and individuals who don't know much about Linux and just want to try it, maybe to use it, but they don't want the latest version.
I was incredibly lucky during the dotcom boom, and a lot of the reasons for that luck came from the fact that I was exposed to open source software at just the right time.
beranger.org /index.php?article=946   (614 words)

  
 [No title]
When you install Linux, you are given a choice of which type of filesystem to create: Either ext2 or ext3.
The key to remember is to install Windows first and Linux second: If you install Linux first and then install Windows, Windows will make the Linux partition bootable only via floppy (not a terrible situation, but not ideal).
After you have Linux installed and boot the machine, you will be asked to choose which operating system (Linux or Windows) that you would like to boot to this time.
www.linuxmigration.com /quickref/install/disk.html   (788 words)

  
 The Southwest Florida GNU/Linux Users Group - Home
Linux Format Magazine is published in the United Kingdom and delivered worldwide.
If you're interested in subscribing to this excellent bellwether of the linux movement you can find more information on the web at the Linux Format Magazine Subscription Page.
If you've been wondering about Linux or if you wish to sit in on one of our group meetings please stop by.
swflug.org   (734 words)

  
 Linux Format slags off Slack 11 - Page 3 - Linux Help Forum
Linux Format slags off Slack 11 - Page 3 - Linux Help Forum
wouldn't sue them Linux would be a lot better taken up by the newbies.
of slack and counteracts the linux format fud; well worth a read
www.linuxhelpforum.com /showthread.php?p=2642919#post2642919   (479 words)

  
 Linux Format - October Issue - Southwest Florida GNU/Linux Users Group (Cape Coral, FL) - Meetup.com
Linux Format - October Issue - Southwest Florida GNU/Linux Users Group (Cape Coral, FL) - Meetup.com
Just to let everybody know, the October issue of Linux Format magazine is now on bookshelves.
A certain LUG is featured as the Overseas LUG of the month...
linux.meetup.com /58/boards/view/viewthread?thread=2261087   (102 words)

  
 OpenSolaris Forums: OpenSolaris Featured in Linux Format ...
Linux Format is the top selling Linux publication in the UK and also has significant readership in the US.
The combined how-to and DVD in this publication are ideal for reaching out to Linux developers and users, and should be a great lead generator for additional trial runs of OpenSolaris.
Saunders opens the article by praising Solaris, highlighting "it has an excellent and well-deserved reputation of being rock-solid and speedy on multi-CPU servers – it’s very much the OS of choice for large-scale Oracle database systems." He then goes into the benefits of running opening up Solaris to a community audience.
www.opensolaris.org /jive/thread.jspa?threadID=7735   (954 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.