Buy linux-fans.com ?

Products related to GNU:


  • Pro Bash Programming, Second Edition : Scripting the GNU/Linux Shell
    Pro Bash Programming, Second Edition : Scripting the GNU/Linux Shell

    Pro Bash Programming teaches you how to effectively utilize the Bash shell in your programming.The Bash shell is a complete programming language, not merely a glue to combine external Linux commands.By taking full advantage of Shell internals, Shell programs can perform as snappily as utilities written in C or other compiled languages. And you will see how, without assuming Unix lore, you can write professional Bash 4.3 programs through standard programming techniques. This second edition has updated for Bash 4.3, and many scripts have been rewritten to make them more idiomatically Bash, taking better advantage of features specific to Bash.It is easy to read, understand, and will teach you how to get to grips with Bash programming without drowning you in pages and pages of syntax.Using this book you will be able to use the shell efficiently, make scripts run faster using expansion and external commands, and understand how to overcome many common mistakes that cause scripts to fail.This book is perfect for all beginning Linux and Unix system administrators who want to be in full control of their systems, and really get to grips with Bash programming.

    Price: 74.99 £ | Shipping*: 0.00 £
  • Halftoys Animal Gnu
    Halftoys Animal Gnu

    The Half Toys animal range mixes a fun 3D jigsaw puzzle toy with educational play.Each animal is built with a magnetic body that can be separated into 2 parts to reveal a skeletal puzzle within, helping children learn the basics of anatomy and natural history through play.All animals come with a fun fact file and its own unique display diorama, so you can build the 3D environment for the half-toy and link them up with other collectible sets in the range.These pocket-sized toys are great gift ideas that offer hours of play or can be enjoyed within a display setting or as a desk toy.Suitable for ages 3+ years.

    Price: 14.99 £ | Shipping*: 3.99 £
  • One Blue Gnu
    One Blue Gnu


    Price: 9.99 £ | Shipping*: 3.99 £
  • Learning GNU Emacs 3e
    Learning GNU Emacs 3e

    GNU Emacs is the most popular and widespread of the Emacs family of editors.It is also the most powerful and flexible. Unlike all other text editors, GNU Emacs is a complete working environment--you can stay within Emacs all day without leaving.Learning GNU Emacs, 3rd Edition tells readers how to get started with the GNU Emacs editor.It is a thorough guide that will also "grow" with you: as you become more proficient, this book will help you learn how to use Emacs more effectively.It takes you from basic Emacs usage (simple text editing) to moderately complicated customization and programming.The third edition of Learning GNU Emacs describes Emacs 21.3 from the ground up, including new user interface features such as an icon-based toolbar and an interactive interface to Emacs customization. A new chapter details how to install and run Emacs on Mac OS X, Windows, and Linux, including tips for using Emacs effectively on those platforms. Learning GNU Emacs, third edition, covers: * How to edit files with Emacs * Using the operating system shell through Emacs * How to use multiple buffers, windows, and frames * Customizing Emacs interactively and through startup files * Writing macros to circumvent repetitious tasks * Emacs as a programming environment for Java, C++, and Perl, among others * Using Emacs as an integrated development environment (IDE) * Integrating Emacs with CVS, Subversion and other change control systems for projects with multiple developers * Writing HTML, XHTML, and XML with Emacs * The basics of Emacs Lisp The book is aimed at new Emacs users, whether or not they are programmers.Also useful for readers switching from other Emacs implementations to GNU Emacs.

    Price: 35.99 £ | Shipping*: 0.00 £
  • Is Ubuntu Server considered GNU/Linux?

    Yes, Ubuntu Server is considered a GNU/Linux operating system. Ubuntu is a distribution of Linux that is based on the Debian architecture and is composed of free and open-source software. It includes the GNU operating system and uses the Linux kernel, making it a part of the GNU/Linux family of operating systems. Therefore, Ubuntu Server is indeed considered a GNU/Linux operating system.

  • What is GNU/Linux?

    GNU/Linux is an open-source operating system that is based on the Linux kernel and the GNU operating system. It is a free and customizable platform that is widely used in servers, desktops, and embedded systems. GNU/Linux provides a stable and secure environment for running software and applications, and it is known for its flexibility and robustness. It is maintained and developed by a global community of developers and contributors.

  • Which small GNU/Linux distribution includes a Linux terminal?

    One small GNU/Linux distribution that includes a Linux terminal is Tiny Core Linux. Tiny Core Linux is a minimalistic distribution that provides a basic operating system with a command-line interface, including a Linux terminal. Users can access and interact with the system through the terminal to perform various tasks and operations. Tiny Core Linux is designed to be lightweight and customizable, making it suitable for users who prefer a simple and efficient Linux environment.

  • Which small GNU/Linux distribution contains a Linux terminal?

    One small GNU/Linux distribution that contains a Linux terminal is Tiny Core Linux. It is a minimalistic distribution that is designed to be lightweight and fast, making it suitable for older hardware or embedded systems. Despite its small size, it includes a Linux terminal, allowing users to access the command line interface for system administration and software management.

Similar search terms for GNU:


  • C Programming in easy steps : Updated for the GNU Compiler version 6.3.0
    C Programming in easy steps : Updated for the GNU Compiler version 6.3.0

    C Programming in easy steps, 5th edition begins by explaining how to download and install a free C compiler so that the reader can quickly begin to create their own executable programs by copying the books examples.Each chapter builds the reader's knowledge of C. C Programming in easy steps, 5th edition contains separate chapters on the major features of the C language.There are complete example programs that demonstrate each aspect of C together with screenshots that illustrate the output when that program has been executed.The free, downloadable sample code provided via the In Easy Steps website all has coloured syntax-highlighting for clearer understanding. By the end of this book the reader will have gained a sound understanding of the C language, and be able to write their own C programs and compile them into executable files that can be run on any compatible computer.

    Price: 11.99 £ | Shipping*: 3.99 £
  • GNU / Linux The future is today Baseball Cap New Hat Vintage Men Cap Luxury Brand Women'S
    GNU / Linux The future is today Baseball Cap New Hat Vintage Men Cap Luxury Brand Women'S

    Feature:Sun protection Applicable Scene:Casual Applicable Season:Four Seasons Place Of Origin:China (Mainland) Strap Type:Adjustable Pattern Type:Print Style:Casual Gender:Unisex Department Name:Adult Material:Polyester Origin:Mainland China CN:Zhejiang Item Type:Baseball Caps material: cotton Label: Yes Washing Care: Hand or machine wash maximum temperature 30, line dry, iron at low temperature Applicable season: spring, summer, autumn and winter Applicable people: unisex Applicable scene: outdoor/sports/leisure

    Price: 19.52 € | Shipping*: 0.0 €
  • Learning eBPF : Programming the Linux Kernel for Enhanced Observability, Networking, and Security
    Learning eBPF : Programming the Linux Kernel for Enhanced Observability, Networking, and Security

    What is eBPF? With this revolutionary technology, you can write custom code that dynamically changes the way the kernel behaves.It's an extraordinary platform for building a whole new generation of security, observability, and networking tools. This practical book is ideal for developers, system administrators, operators, and students who are curious about eBPF and want to know how it works.Author Liz Rice, chief open source officer with cloud native networking and security specialists Isovalent, also provides a foundation for those who want to explore writing eBPF programs themselves. With this book, you will:Learn why eBPF has become so important in the past couple of yearsWrite basic eBPF code, and manipulate eBPF programs and attach them to eventsExplore how eBPF components interact with Linux to dynamically change the operating system's behaviorLearn how tools based on eBPF can instrument applications without changes to the apps or their configurationDiscover how this technology enables new tools for observability, security, and networking

    Price: 44.99 £ | Shipping*: 0.00 £
  • Minimalistic Vim Logo : White Soft Warm Throw Blanket Vim Text Editor Vim Ide Vim Linux Vim Unix Vim Gnu Arch Vim Bsd Open 75x100cm (30x40inch)
    Minimalistic Vim Logo : White Soft Warm Throw Blanket Vim Text Editor Vim Ide Vim Linux Vim Unix Vim Gnu Arch Vim Bsd Open 75x100cm (30x40inch)

    Label: Yes Material: flannel 100% Washing Care: Hand or machine wash maximum temperature 30, line dry, iron at low temperature

    Price: 42.85 € | Shipping*: 0.0 €
  • Why do many people say Linux, but actually mean GNU/Linux?

    Many people say "Linux" when referring to the operating system, but they actually mean "GNU/Linux" because the Linux kernel is just one component of the overall operating system. The GNU Project, initiated by Richard Stallman in 1983, developed many of the essential components of the operating system, including the GNU C Library, shell utilities, and compilers. Therefore, to give credit to the GNU Project for their contributions, many people prefer to use the term "GNU/Linux" to acknowledge the role of both the Linux kernel and the GNU Project in creating the operating system.

  • What is the GNU GRUB menu in Linux MX?

    The GNU GRUB menu in Linux MX is the boot loader menu that appears when the computer is started. It allows the user to select which operating system or kernel to boot into, as well as to make advanced boot options and configurations. The GRUB menu is customizable and can be used to troubleshoot boot issues, change boot parameters, and access recovery options. It is an essential component of the Linux MX operating system, providing users with flexibility and control over their boot process.

  • What are some good GNU/Linux distributions for gaming?

    Some good GNU/Linux distributions for gaming include Ubuntu, which is one of the most popular and user-friendly distributions with a large community and support for gaming. Another option is SteamOS, which is specifically designed for gaming and comes with the Steam gaming platform pre-installed. Additionally, Manjaro is a rolling release distribution that offers a good balance between gaming performance and user-friendliness. These distributions provide good support for gaming and have a wide range of games available in their repositories.

  • What is your favorite GNU/Linux distribution for desktop PCs?

    As an AI, I do not have personal preferences. However, many users appreciate Ubuntu for its user-friendly interface, extensive software repository, and strong community support. It is a popular choice for desktop PCs due to its stability and ease of use. Other distributions like Fedora, Debian, and Linux Mint are also highly regarded for their performance and features tailored for desktop users. Ultimately, the best distribution for a desktop PC depends on individual preferences and requirements.

* All prices are inclusive of VAT and, if applicable, plus shipping costs. The offer information is based on the details provided by the respective shop and is updated through automated processes. Real-time updates do not occur, so deviations can occur in individual cases.