Lector de Feeds

podman-5.2-2.mga10.src.rpm

Últimos RPMS para cooker y estable - 7 Agosto, 2024 - 01:00
In Mageia/cauldron/x86_64: podman (Pod Manager) is a fully featured container engine that is a simple daemonless tool. podman provides a Docker-CLI comparable command line that eases the transition from other container engines and allows the management of pods, containers and images. Simply put: alias docker=podman. Most podman commands can be run as a regular user, without requiring additional privileges. podman uses Buildah(1) internally to create container images. Both tools share image (not container) storage, hence each can use or manipulate images (but not containers) created by the other. Manage Pods, Containers and Container Images podman Simple management tool for pods, containers and images
Categorías: RPMs

podman-5.2-2.mga10.src.rpm

Últimos RPMS para cooker y estable - 7 Agosto, 2024 - 01:00
In Mageia/cauldron/i586: podman (Pod Manager) is a fully featured container engine that is a simple daemonless tool. podman provides a Docker-CLI comparable command line that eases the transition from other container engines and allows the management of pods, containers and images. Simply put: alias docker=podman. Most podman commands can be run as a regular user, without requiring additional privileges. podman uses Buildah(1) internally to create container images. Both tools share image (not container) storage, hence each can use or manipulate images (but not containers) created by the other. Manage Pods, Containers and Container Images podman Simple management tool for pods, containers and images
Categorías: RPMs

php-8.2.22-2.mga9.src.rpm

Últimos RPMS para cooker y estable - 7 Agosto, 2024 - 01:00
In Mageia/9/x86_64: PHP is an HTML-embeddable scripting language. PHP offers built-in database integration for several commercial and non-commercial database management systems, so writing a database-enabled script with PHP is fairly simple. The most common use of PHP coding is probably as a replacement for CGI scripts.
Categorías: RPMs

php-8.2.22-2.mga9.src.rpm

Últimos RPMS para cooker y estable - 7 Agosto, 2024 - 01:00
In Mageia/9/aarch64: PHP is an HTML-embeddable scripting language. PHP offers built-in database integration for several commercial and non-commercial database management systems, so writing a database-enabled script with PHP is fairly simple. The most common use of PHP coding is probably as a replacement for CGI scripts.
Categorías: RPMs

php-8.2.22-2.mga9.src.rpm

Últimos RPMS para cooker y estable - 7 Agosto, 2024 - 01:00
In Mageia/9/armv7hl: PHP is an HTML-embeddable scripting language. PHP offers built-in database integration for several commercial and non-commercial database management systems, so writing a database-enabled script with PHP is fairly simple. The most common use of PHP coding is probably as a replacement for CGI scripts.
Categorías: RPMs

php-8.2.22-2.mga9.src.rpm

Últimos RPMS para cooker y estable - 7 Agosto, 2024 - 01:00
In Mageia/9/i586: PHP is an HTML-embeddable scripting language. PHP offers built-in database integration for several commercial and non-commercial database management systems, so writing a database-enabled script with PHP is fairly simple. The most common use of PHP coding is probably as a replacement for CGI scripts.
Categorías: RPMs

dkms-vhba-20240202-1.mga10.src.rpm

Últimos RPMS para cooker y estable - 7 Agosto, 2024 - 01:00
In Mageia/cauldron/x86_64: Virtual SCSI HBA kernel module. The vhba module is used by cdemu.
Categorías: RPMs

dkms-vhba-20240202-1.mga10.src.rpm

Últimos RPMS para cooker y estable - 7 Agosto, 2024 - 01:00
In Mageia/cauldron/i586: Virtual SCSI HBA kernel module. The vhba module is used by cdemu.
Categorías: RPMs

kde-cdemu-0.9-1.mga10.src.rpm

Últimos RPMS para cooker y estable - 7 Agosto, 2024 - 01:00
In Mageia/cauldron/x86_64: KDE CDEmu Manager is a simple Qt6/Kf6 frontend for CDEmu. It provides a little manager window that gives you an overview of your virtual drives and allows you to mount and unmount images. It also includes a KDE service menu for mounting images directly from Dolphin/Konqueror (which is what most people will want to use). Images can be unmounted like any other media through Dolphin or the Device Notifier plasmoid.
Categorías: RPMs

kde-cdemu-0.9-1.mga10.src.rpm

Últimos RPMS para cooker y estable - 7 Agosto, 2024 - 01:00
In Mageia/cauldron/i586: KDE CDEmu Manager is a simple Qt6/Kf6 frontend for CDEmu. It provides a little manager window that gives you an overview of your virtual drives and allows you to mount and unmount images. It also includes a KDE service menu for mounting images directly from Dolphin/Konqueror (which is what most people will want to use). Images can be unmounted like any other media through Dolphin or the Device Notifier plasmoid.
Categorías: RPMs

cdemu-daemon-3.2.7-1.mga10.src.rpm

Últimos RPMS para cooker y estable - 7 Agosto, 2024 - 01:00
In Mageia/cauldron/x86_64: The daemon receives SCSI commands from kernel module and processes them, passing the requested data back to the kernel. Daemon implements the actual virtual device; one instance per each device registered by kernel module. It uses libMirage, an image access library that is part of userspace-cdemu suite, for the image access (e.g. sector reading). Daemon is controlled through methods that are exposed via D-BUS. It is written in C and based on GLib (and thus GObjects), but being controlled over D-BUS, it allows for different clients written in different languages.
Categorías: RPMs

cdemu-daemon-3.2.7-1.mga10.src.rpm

Últimos RPMS para cooker y estable - 7 Agosto, 2024 - 01:00
In Mageia/cauldron/i586: The daemon receives SCSI commands from kernel module and processes them, passing the requested data back to the kernel. Daemon implements the actual virtual device; one instance per each device registered by kernel module. It uses libMirage, an image access library that is part of userspace-cdemu suite, for the image access (e.g. sector reading). Daemon is controlled through methods that are exposed via D-BUS. It is written in C and based on GLib (and thus GObjects), but being controlled over D-BUS, it allows for different clients written in different languages.
Categorías: RPMs

libmirage-3.2.8-1.mga10.src.rpm

Últimos RPMS para cooker y estable - 7 Agosto, 2024 - 01:00
In Mageia/cauldron/i586: The aim of libMirage is to provide uniform access to the data stored in different image formats, by creating a representation of disc stored in image file, which is based on GObjects. There are various objects that represent different parts of the disc; disc, session, track, sector, etc. In addition to providing access to data provided by the image file, libMirage is also capable of generating some of the data that might not be present in image file. For instance, ISO image provides only user data from sector, without sync pattern, header, ECC/EDC codes or subchannel. When this missing data is requested, libMirage will transparently generate it.
Categorías: RPMs

libmirage-3.2.8-1.mga10.src.rpm

Últimos RPMS para cooker y estable - 7 Agosto, 2024 - 01:00
In Mageia/cauldron/x86_64: The aim of libMirage is to provide uniform access to the data stored in different image formats, by creating a representation of disc stored in image file, which is based on GObjects. There are various objects that represent different parts of the disc; disc, session, track, sector, etc. In addition to providing access to data provided by the image file, libMirage is also capable of generating some of the data that might not be present in image file. For instance, ISO image provides only user data from sector, without sync pattern, header, ECC/EDC codes or subchannel. When this missing data is requested, libMirage will transparently generate it.
Categorías: RPMs

indilib-2.0.9-1.mga10.src.rpm

Últimos RPMS para cooker y estable - 7 Agosto, 2024 - 01:00
In Mageia/cauldron/x86_64: INDI is an instrument neutral distributed interface control protocol that aims to provide backend driver support and automation for a wide range of Astronomical devices (telescopes, focusers, CCDs..etc).
Categorías: RPMs

indilib-2.0.9-1.mga10.src.rpm

Últimos RPMS para cooker y estable - 7 Agosto, 2024 - 01:00
In Mageia/cauldron/i586: INDI is an instrument neutral distributed interface control protocol that aims to provide backend driver support and automation for a wide range of Astronomical devices (telescopes, focusers, CCDs..etc).
Categorías: RPMs

aardvark-dns-1.12.1-1.mga10.src.rpm

Últimos RPMS para cooker y estable - 7 Agosto, 2024 - 01:00
In Mageia/cauldron/x86_64: Authoritative DNS server for A/AAAA container records Forwards other request to configured resolvers. Read more about configuration in `src/backend/mod.rs`.
Categorías: RPMs

aardvark-dns-1.12.1-1.mga10.src.rpm

Últimos RPMS para cooker y estable - 7 Agosto, 2024 - 01:00
In Mageia/cauldron/i586: Authoritative DNS server for A/AAAA container records Forwards other request to configured resolvers. Read more about configuration in `src/backend/mod.rs`.
Categorías: RPMs

buildah-1.37.0-1.mga10.src.rpm

Últimos RPMS para cooker y estable - 7 Agosto, 2024 - 01:00
In Mageia/cauldron/i586: The buildah package provides a command line tool which can be used to * create a working container from scratch or * create a working container from an image as a starting point * mount/umount a working container's root file system for manipulation * save container's root file system layer to create a new image * delete a working container or an image
Categorías: RPMs

buildah-1.37.0-1.mga10.src.rpm

Últimos RPMS para cooker y estable - 7 Agosto, 2024 - 01:00
In Mageia/cauldron/x86_64: The buildah package provides a command line tool which can be used to * create a working container from scratch or * create a working container from an image as a starting point * mount/umount a working container's root file system for manipulation * save container's root file system layer to create a new image * delete a working container or an image
Categorías: RPMs
Feed