Lector de Feeds

Distrobox-pt-BR

Wiki Mageia - 3 Marzo, 2025 - 15:40

added english to multilanguage banner

← Older revision Revision as of 14:40, 3 March 2025 Line 1: Line 1: −{{Multi language banner-pt-BR| [[Distrobox-pt-BR|português brasileiro]] ;}}+{{Multi language banner-pt-BR| [[Distrobox|English]] ; [[Distrobox-pt-BR|português brasileiro]] ;}}     '''O que é Distrobox?'''<br> '''O que é Distrobox?'''<br> Sturmvogel
Categorías: Wiki de Mageia

Distrobox

Wiki Mageia - 3 Marzo, 2025 - 15:39

correct use of command template to include | sign

← Older revision Revision as of 14:39, 3 March 2025 Line 12: Line 12:     To install, simply type the following command in the terminal: To install, simply type the following command in the terminal: −{{code|curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh}}+   +{{code|curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install {{!}} sudo sh}}     or if you haven't set up your user to allow sudo or if you haven't set up your user to allow sudo     {{code|su -<br/> {{code|su -<br/> −curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh }}+curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install {{!}} sh }}     You must have a container environment installed in order for Distrobox to work, so either docker or podman (both available from MCC) You must have a container environment installed in order for Distrobox to work, so either docker or podman (both available from MCC) Sturmvogel
Categorías: Wiki de Mageia

Distrobox

Wiki Mageia - 3 Marzo, 2025 - 14:54

Adding headers + Adjusting header level per Mageia standard (top is two "=") + minor adjustments

← Older revision Revision as of 13:54, 3 March 2025 Line 1: Line 1: −= Distrobox =+[[Category:Documentation]]  +[[Category:Howtos]]  +[[Category:Installing]]    −== What is Distrobox? ==+{{multi_language_banner|[[Distrobox|English]] ; [[Distrobox-pt-BR|Português (Brasil)]] }} −Distrobox is a powerful tool for Linux users who want to use or try out different distributions without having to reboot the system or create virtual machines. It allows you to create containers from different Linux distributions and integrate them into your host system, offering an almost native experience.+   +{{introduction|Distrobox is a powerful tool for Linux users who want to use or try out different distributions without having to reboot the system or create virtual machines. It allows you to create containers from different Linux distributions and integrate them into your host system, offering an almost native experience.}}  +   +== How to install ==    −== How to install it? ==   At present, Distrobox is not available as a Mageia package. However, it is straightforward to install. At present, Distrobox is not available as a Mageia package. However, it is straightforward to install.    Line 18: Line 22:     == How does it work? == == How does it work? ==  +  Distrobox uses containerization technologies such as Podman or Docker to create isolated environments. However, it goes further, sharing resources from the host system with these containers, such as: Distrobox uses containerization technologies such as Podman or Docker to create isolated environments. However, it goes further, sharing resources from the host system with these containers, such as:    Line 51: Line 56:  * distrobox-host-exec: Executes commands on the host from within a container. * distrobox-host-exec: Executes commands on the host from within a container.    −= Basic example (Distro testing) =+== Basic example (Distro testing) ==  +   To create a container with the Arch Linux distribution and enter it: To create a container with the Arch Linux distribution and enter it:    Line 57: Line 63:  distrobox-enter archlinux }} distrobox-enter archlinux }}    −= Non-native package example (Amazon Workspaces client) =+== Non-native package example (Amazon Workspaces client) ==  +   {{code|distrobox create --image ubuntu:22.04 --name ubuntu <br/> {{code|distrobox create --image ubuntu:22.04 --name ubuntu <br/>  distrobox enter ubuntu <br/> distrobox enter ubuntu <br/> Line 63: Line 70:  wget https://d3nt0h4h6pmmc4.cloudfront.net/new_workspacesclient_jammy_amd64.deb <br/> wget https://d3nt0h4h6pmmc4.cloudfront.net/new_workspacesclient_jammy_amd64.deb <br/>  sudo apt install ./new_workspacesclient_jammy_amd64.deb -y <br/> sudo apt install ./new_workspacesclient_jammy_amd64.deb -y <br/> −distrobox-export --app workspacesclient <br/> }}+distrobox-export --app workspacesclient }}     +== Further reading ==    −For more information, see the official documentation: [https://distrobox.it/#distrobox]+Official documentation: [https://distrobox.it/#distrobox]    −This Wiki page is based off [[Distrobox-pt-BR|Brazilian Portugese version]]+This Wiki page is based on [[Distrobox-pt-BR|Brazilian Portugese version]] Morgano
Categorías: Wiki de Mageia

Talk:Archive:Software with no package for Mageia

Wiki Mageia - 3 Marzo, 2025 - 14:40

← Older revision Revision as of 13:40, 3 March 2025 Line 7: Line 7:  [[User:Morgano|morgano]] ([[User talk:Morgano|talk]]) 20:34, 2 March 2025 (UTC) [[User:Morgano|morgano]] ([[User talk:Morgano|talk]]) 20:34, 2 March 2025 (UTC)     +--     It seems that the editor did not even check the wiki before creating this stub. All possibilities are already mentioned in [[Ways_to_install_programs]] Distrobox can be linked. So this stub needs to be deleted… It seems that the editor did not even check the wiki before creating this stub. All possibilities are already mentioned in [[Ways_to_install_programs]] Distrobox can be linked. So this stub needs to be deleted…  [[User:Sturmvogel|sturmvogel]] ([[User talk:Sturmvogel|talk]]) [[User:Sturmvogel|sturmvogel]] ([[User talk:Sturmvogel|talk]])  +  +--  +  +Short intro of Distrobox now at https://wiki.mageia.org/en/Ways_to_install_programs#Distrobox, linking to [[Distrobox]].  +  +Thank you for that page, Mailedfist, presenting yet another way to use "foreign" programs in Mageia.  :-)  +  +[[User:Morgano|morgano]] ([[User talk:Morgano|talk]]) 13:40, 3 March 2025 (UTC) Morgano
Categorías: Wiki de Mageia

Ways to install programs

Wiki Mageia - 3 Marzo, 2025 - 14:36

‎Containers: + Distrobox, link to our wiki page on it.

← Older revision Revision as of 13:36, 3 March 2025 Line 355: Line 355:     Docker use a client-server architecture, while Podman use a daemonless architecture. Docker use a client-server architecture, while Podman use a daemonless architecture.  +  +=== Distrobox ===  +  +Using [[Distrobox]] you create containers from different Linux distributions and integrate them into your host system, offering an almost native experience. This way you can use software intended for any Linux distro.     == Virtualised hardware == == Virtualised hardware == Morgano
Categorías: Wiki de Mageia

Talk:Software with no package for Mageia

Wiki Mageia - 3 Marzo, 2025 - 11:25

Sturmvogel moved page Talk:Software with no package for Mageia to Talk:Archive:Software with no package for Mageia Obsolete and slready included in other wiki article

New page

Hi

I think this page could be integrated into [[Ways_to_install_programs]]

Best Regards /Morgan

[[User:Morgano|morgano]] ([[User talk:Morgano|talk]]) 20:34, 2 March 2025 (UTC)


It seems that the editor did not even check the wiki before creating this stub. All possibilities are already mentioned in [[Ways_to_install_programs]] Distrobox can be linked. So this stub needs to be deleted…
[[User:Sturmvogel|sturmvogel]] ([[User talk:Sturmvogel|talk]]) Sturmvogel
Categorías: Wiki de Mageia

Software with no package for Mageia

Wiki Mageia - 3 Marzo, 2025 - 11:25

Sturmvogel moved page Software with no package for Mageia to Archive:Software with no package for Mageia Obsolete and slready included in other wiki article

New page

= Software with no package for Mageia =

Sometimes we will want to use software for which there is at present no package for Mageia.

If the software in question is available in an rpm package, <some name>.rpm, for AlamaLinux, CentOS Stream, Fedora, Rocky, etc then it '''may''' be possible to install using the Mageia Software Installer or command line tools. However, often it is the case that needed dependencies are not available in Mageia. If the software we want is only available as a .deb package, <some name>.deb, then we cannot install it directly.

So, what can we do?

We have a number of options:

*[[Distrobox]] (not yet packaged but follow Wiki link) allows use of software intended for any Linux distro
*Alien (available from MCC) allows installation of Debian and Slackware packages
*Virtual Machine - QEMU (available from MCC) or VirtualBox (available from MCC) can be used to create a Virtual Machine for any operating system on which the software you want to use can be executed.
*WINE (available from MCC) - allows some Microsoft Windows&trade; programs to run in a Linux environment. This Wiki author has had limited success with WINE and has typically had to use a Virtal Machine (with Windows&trade; licence) Sturmvogel
Categorías: Wiki de Mageia

Talk:Software with no package for Mageia

Wiki Mageia - 3 Marzo, 2025 - 11:25

Sturmvogel moved page Talk:Software with no package for Mageia to Talk:Archive:Software with no package for Mageia Obsolete and slready included in other wiki article

← Older revision Revision as of 10:25, 3 March 2025 (2 intermediate revisions by the same user not shown)Line 6: Line 6:     [[User:Morgano|morgano]] ([[User talk:Morgano|talk]]) 20:34, 2 March 2025 (UTC) [[User:Morgano|morgano]] ([[User talk:Morgano|talk]]) 20:34, 2 March 2025 (UTC)  +  +  +It seems that the editor did not even check the wiki before creating this stub. All possibilities are already mentioned in [[Ways_to_install_programs]] Distrobox can be linked. So this stub needs to be deleted…  +[[User:Sturmvogel|sturmvogel]] ([[User talk:Sturmvogel|talk]]) Sturmvogel
Categorías: Wiki de Mageia

Talk:Software with no package for Mageia

Wiki Mageia - 3 Marzo, 2025 - 11:24

← Older revision Revision as of 10:24, 3 March 2025 (One intermediate revision by the same user not shown)Line 6: Line 6:     [[User:Morgano|morgano]] ([[User talk:Morgano|talk]]) 20:34, 2 March 2025 (UTC) [[User:Morgano|morgano]] ([[User talk:Morgano|talk]]) 20:34, 2 March 2025 (UTC)  +  +  +It seems that the editor did not even check the wiki before creating this stub. All possibilities are already mentioned in [[Ways_to_install_programs]] Distrobox can be linked. So this stub needs to be deleted…  +[[User:Sturmvogel|sturmvogel]] ([[User talk:Sturmvogel|talk]]) Sturmvogel
Categorías: Wiki de Mageia

Distrobox

Wiki Mageia - 3 Marzo, 2025 - 11:09

‎How to install it?: changed dangerous su usage

← Older revision Revision as of 10:09, 3 March 2025 Line 12: Line 12:  or if you haven't set up your user to allow sudo or if you haven't set up your user to allow sudo    −{{code|su <br/>+{{code|su -<br/>  curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh }} curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh }}    Sturmvogel
Categorías: Wiki de Mageia

Our equipment is getting a makeover!

Blog de Mageia (English) - 8 Febrero, 2025 - 16:21

To do a good job, we need good tools. Some of our servers are old, no longer powerful enough and have limited disk resources to meet the needs of developers. RPM manufacturing takes a long time and this is detrimental to the efficiency of maintaining and evolving the distribution. In short, the machines are well depreciated.

This is why our infrastructure is first getting a makeover. Better adapted to new technologies, it will allow our developers to work faster and more efficiently.

So where is this new infrastructure?

 We received 5 new servers:

– 2 new nodes for building packages: HPE ProLiant DL 360 Gen10 – 2xXeon 6126 (12C/2.6GHz) –

256GB RAM – 2xSSD 3.8TB HW Raid 1 – 2x10Gb/s NICs

– 2 servers to replace sucuk and duvel: HPE ProLiant DL 380 Gen10 – 2 Xeon 6126 (12C/2.6GHz) –

256GB RAM – 2xSSD 3.8TB HW Raid 1 – 10xHDD 12TB HW Raid 5 – 2x10Gb/s NICs

– 1 server for deployment and backup: HPE ProLiant DL80 Gen9 – 2xXeon  E5-2603v4

(6C/1.7GHz) – 256GB RAM – 6xHDD 6TB (donated, with some renewed parts)

– 1 Arista 7120T switch 20xRJ-45 10Gb/s 4xSFP+ 10Gb/s for interconnecting the machines

One of the ideas is to use the latest server to deploy quickly and as automatically as possible the construction nodes and other machines. The method is ready for x86_64 nodes and is being finalized for ARM nodes. The preparation of the servers takes time because the teams anticipate the future and future developments.

Once the preparation part of our servers is finished, the integration part into the Data Center will remain.

We are therefore taking our time to do things well in order to perpetuate the future and future versions of Mageia.

In the meantime, the future version 10 of Mageia continues to bubble in its cauldron! But we are not ready yet to plan a release date for the moment.

Feel free to come and strengthen our teams.

Categorías: Blogs Oficiales

Nuestros equipos se renuevan!

Blog de Mageia-ES - 8 Febrero, 2025 - 16:10

Para hacer un buen trabajo, necesitamos buenas herramientas. Algunos de nuestros servidores son viejos, ya no son lo bastante potentes y tienen recursos de disco limitados para satisfacer las necesidades de los desarrolladores. Se tarda mucho en producir los RPM, lo que va en detrimento de la eficacia del mantenimiento y la actualización de la distribución. En resumen, las máquinas están bien amortizadas.

Es por eso que nuestra infraestructura está recibiendo un lavado de cara. Más adaptada a las nuevas tecnologías, permitirá a nuestros desarrolladores trabajar de forma más rápida y eficaz. ¿Cuál es el estado de esta nueva infraestructura? Hemos recibido 5 nuevos servidores:

· 2 nuevos nodos de construcción de paquetes: HPE ProLiant DL 360 Gen10 – 2xXeon 6126 (12C/2.6GHz) – 256GB RAM – 2xSSD 3.8TB HW Raid 1 – 2x10Gb/s NICs.

· 2 servidores para reemplazar sucuk y duvel: HPE ProLiant DL 380 Gen10 – 2 Xeon 6126 (12C/2.6GHz) – 256GB RAM – 2xSSD 3.8TB HW Raid 1 – 10xHDD 12TB HW Raid 5 – 2x10Gb/s NICs.

· 1 servidor de despliegue y copia de seguridad: HPE ProLiant DL80 Gen9 – 2xXeon E5-2603v4 (6C/1.7GHz) – 256GB RAM – 6xHDD 6TB (una donación, con algunas partes renovadas)

· 1 switch Arista 7120T 20xRJ-45 10Gb/s 4xSFP+ 10Gb/s para interconectar las máquinas.

El plan es utilizar el último servidor para desplegar los nodos de construcción y el resto de máquinas de forma rápida y lo más automática posible. El método está listo para los nodos x86_64 y se está ultimando para los nodos ARM (servidores remotos). La preparación de los servidores lleva su tiempo, ya que nuestros equipos se anticipan al futuro y a los futuros desarrollos.

Una vez finalizada la preparación de nuestros servidores, el siguiente paso será integrarlos en el Centro de Datos. Por lo tanto, nos estamos tomando nuestro tiempo para hacer las cosas bien y poder asegurar el futuro y las futuras versiones de Mageia. Por el momento, no publicamos una fecha de lanzamiento provisional para Mageia 10.

Mientras tanto, ¡la futura versión 10 de Mageia sigue burbujeando en su caldero!

No dudes en unirte a nuestros equipos.

Categorías: Blogs Oficiales

mesa-24.2.3-1.mga9.tainted.src.rpm

Últimos RPMS para cooker y estable - 30 Septiembre, 2024 - 07:00
In Mageia/9/x86_64: Mesa is an OpenGL 4.6 compatible 3D graphics library.
Categorías: RPMs

mesa-24.2.3-1.mga9.tainted.src.rpm

Últimos RPMS para cooker y estable - 30 Septiembre, 2024 - 07:00
In Mageia/9/aarch64: Mesa is an OpenGL 4.6 compatible 3D graphics library.
Categorías: RPMs

mesa-24.2.3-1.mga9.tainted.src.rpm

Últimos RPMS para cooker y estable - 30 Septiembre, 2024 - 07:00
In Mageia/9/armv7hl: Mesa is an OpenGL 4.6 compatible 3D graphics library.
Categorías: RPMs

mesa-24.2.3-1.mga9.tainted.src.rpm

Últimos RPMS para cooker y estable - 30 Septiembre, 2024 - 07:00
In Mageia/9/i586: Mesa is an OpenGL 4.6 compatible 3D graphics library.
Categorías: RPMs

rachota-2.4-0.602hg.1.mga10.src.rpm

Últimos RPMS para cooker y estable - 30 Septiembre, 2024 - 07:00
In Mageia/cauldron/x86_64: Rachota is a portable application for timetracking different projects. It runs everywhere. It displays time data in diagram form, creates customized reports and invoices or analyses measured data and suggests hints to improve user's time usage. The totally portable yet personal timetracker.
Categorías: RPMs

rachota-2.4-0.602hg.1.mga10.src.rpm

Últimos RPMS para cooker y estable - 30 Septiembre, 2024 - 07:00
In Mageia/cauldron/i586: Rachota is a portable application for timetracking different projects. It runs everywhere. It displays time data in diagram form, creates customized reports and invoices or analyses measured data and suggests hints to improve user's time usage. The totally portable yet personal timetracker.
Categorías: RPMs

ppmtomd-1.6-9.mga10.src.rpm

Últimos RPMS para cooker y estable - 30 Septiembre, 2024 - 07:00
In Mageia/cauldron/i586: A program to convert images from PPM format into the control language for the Alps Micro-Dry printers, at various times sold by Citizen, Alps and Okidata. This program drives the Alps Micro-Dry series of printers, including the Citizen Printiva series, Alps MD series, and Oki DP series (but not yet the DP-7000). In the current release, the program drives the standard mode fairly well; the dye sublimation mode very well; and the VPhoto mode reasonably well. It supports all the colours available up to the DP-5000, including the foil colours.
Categorías: RPMs
Feed