back



from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites: www.linuxhowtos.org
toolsntoys.linuxhowtos.org



Last additions:
How to make X listen on port 6000

How to make X listen on port 6000

words:

34

views:

83239

userrating:

average rating: 1.2 (52 votes) (1=very good 6=terrible)


May, 25th 2007:
April, 26th 2007:
Apr, 10th. 2007:
Druckversion . pdf icon
You are here: Tips&Tricks

Bootup with the Gentoo 2006.0 logo

When you boot from the 2006.0 LiveCD you see an awesome Gentoo bootlogo and progress-bar -- and you wish you could impress your friends with it during your usual bootup? Here we go:

Note: splashutils only work on x86 and amd64 architectures perfectly at the moment. Support for ppc is in progress.

Check your kernel-config to make sure that "Initial RAM disk (initrd) support" is built in. You can find the option in "Device Drivers" --> "Block devices" --> "RAM disk support".

Furthermore check that you are using an appropriate framebuffer for your video-card ("Graphics Support") or stick with the VESA-framebuffer. Usually splashutils should do the checks during the emerge-progress, but we want to be sure. Now tell your bootloader that it should load the initrd with the 2006.0-splash: The reccomended way is Device drivers/Graphic support/support for bla bla/VESA vga/vesafb-tng. Check it is vesafb-tng and not only vesafb|-

(x86 only I guess) As well you need Device drivers/Graphic support/console display.../video mod && framebuffer console... DO NOT click boot logo

Then we need to emerge splashutils and splash-themes-livecd:

Code Listing 1: emerge splashutils and splash-themes-livecd

# emerge splash-themes-livecd 
splashutils is a dependency of splash-themes-livecd

Now we have to create an initial boot-disk. You are free to change the resolution to your choice, but choose one that is available as a config file in /etc/splash/livecd-2006.0/

Code Listing 2: Creation of an initrd with the 2006.0-splash

Be sure that /boot is mounted before you call the command 
# splash_geninitramfs -v -g /boot/splash-livecd-2006.0-1024x768 \ 
  -r 1024x768 /etc/splash/livecd-2006.0

Code Listing 3: Configure the bootloader

# nano -w /boot/grub/grub.conf
First change your kernel-boot-line to something like this (depends on 
your used framebuffer and further kernel-parameters): 
kernel /boot/kernel-2.6.16-r6 root=/dev/hda3 video=vesafb:1024x768-32@72 
  splash=silent,theme:livecd-2006.0 quiet CONSOLE=/dev/tty1 
You must use more than 8bpp (in this example it is 32, 
specified by 1024x768-32@72).

Add the following line to your kernel-config:

initrd /boot/splash-livecd-2006.0-1024x768

Now we have that nice bootup-splash installed. Finally we want a permanent Gentoo statusbar at the bottom of our terminal-session, like on the LiveCD. Therefore we have to change the default theme in /etc/splash:

Code Listing 4: Change the default splash

# cd /etc/splash 
# rm default 
# ln -s livecd-2006.0 default

This splash should be started after bootup has finished:

Code Listing 5: Add splash to the default runlevel

# rc-update add splash default

If you want to finetune the splash-theme, you should have a look at /etc/conf.d/splash. Happy Gentooing!

Thanks to Michael Januszewski for his work on splashutils and Nicholas D. Wolfwood for the 2006.0-theme.

From http://www.gentoo.org/news/en/gwn/20050418-newsletter.xml Updated by petr.fiala&&gmail.com /*just fuck spam*/ 29.6.2006 hope it helps and again big thx to Michael Januszewski

P.S. emerge bootsplash-themes for more themes than just the install logo.

Support us on Content Nation

New Packages

- as rdf newsfeed
- as rss newsfeed
- as Atom newsfeed
2026-02-13
2026-02-12
ada - 3.4.2
Ebuild name:

dev-cpp/ada-3.4.2

Description

WHATWG-compliant and fast URL parser written in modern C++

Added to portage

2026-02-12

amdgpu-pro-amf - 1.4.37.2203192
Ebuild name:

media-video/amdgpu-pro-amf-1.4.37.2203192

Description

AMD's closed source Advanced Media Framework (AMF) driver

Added to portage

2026-02-12

amdgpu-pro-vulkan - 25.10.2203192
Ebuild name:

media-libs/amdgpu-pro-vulkan-25.10.2203192

Description

AMD's closed source vulkan driver, from Radeon Software

Added to portage

2026-02-12

annotated-doc - 0.0.4
Ebuild name:

dev-python/annotated-doc-0.0.4

Description

Document parameters, variables inline, with Annotated

Added to portage

2026-02-12

awscli - 1.44.37
Ebuild name:

app-admin/awscli-1.44.37

Description

Universal Command Line Environment for AWS

Added to portage

2026-02-12

blackshades - 20070723-r2
Ebuild name:

games-fps/blackshades-20070723-r2

Description

You control a psychic bodyguard, and try to protect the VIP

Added to portage

2026-02-12

blazesym_c - 0.1.7
Ebuild name:

dev-libs/blazesym_c-0.1.7

Description

C bindings for blazesym, a library for address symbolization and related

Added to portage

2026-02-12

boto3 - 1.42.47
Ebuild name:

dev-python/boto3-1.42.47

Description

The AWS SDK for Python

Added to portage

2026-02-12

botocore - 1.42.47
Ebuild name:

dev-python/botocore-1.42.47

Description

Low-level, data-driven core of boto 3

Added to portage

2026-02-12

calamares - 3.3.14-r6
Ebuild name:

app-admin/calamares-3.3.14-r6

Description

Distribution-independent installer framework

Added to portage

2026-02-12

calamares-gentoo-livecd - 3.3.14_p20260209
Ebuild name:

app-misc/calamares-gentoo-livecd-3.3.14_p20260209

Description

Gentoo Linux Calamares installer configuration fo

Added to portage

2026-02-12

cppgir - 2.0_p20260109
Ebuild name:

dev-cpp/cppgir-2.0_p20260109

Description

GObject-Introspection C++ binding wrapper generator

Added to portage

2026-02-12

cproc - 0_pre20260113
Ebuild name:

sys-devel/cproc-0_pre20260113

Description

C11 compiler using QBE as backend

Added to portage

2026-02-12

crispy-bootstrap4 - 2026.2
Ebuild name:

dev-python/crispy-bootstrap4-2026.2

Description

Bootstrap4 template pack for django-crispy-forms

Added to portage

2026-02-12

dist-kernel - 5.10.250
Ebuild name:

virtual/dist-kernel-5.10.250

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-02-12

dist-kernel - 5.15.200
Ebuild name:

virtual/dist-kernel-5.15.200

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-02-12

dist-kernel - 6.1.163
Ebuild name:

virtual/dist-kernel-6.1.163

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-02-12

dist-kernel - 6.12.70
Ebuild name:

virtual/dist-kernel-6.12.70

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-02-12

dist-kernel - 6.18.10
Ebuild name:

virtual/dist-kernel-6.18.10

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-02-12

dist-kernel - 6.6.124
Ebuild name:

virtual/dist-kernel-6.6.124

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-02-12

dunamai - 1.25.0
Ebuild name:

dev-python/dunamai-1.25.0

Description

Dynamic version generation

Added to portage

2026-02-12

gentoo-kernel - 5.10.250
Ebuild name:

sys-kernel/gentoo-kernel-5.10.250

Description

Linux kernel built with Gentoo patches

Added to portage

2026-02-12

gentoo-kernel - 5.15.200
Ebuild name:

sys-kernel/gentoo-kernel-5.15.200

Description

Linux kernel built with Gentoo patches

Added to portage

2026-02-12

gentoo-kernel - 6.1.163
Ebuild name:

sys-kernel/gentoo-kernel-6.1.163

Description

Linux kernel built with Gentoo patches

Added to portage

2026-02-12

gentoo-kernel - 6.12.70
Ebuild name:

sys-kernel/gentoo-kernel-6.12.70

Description

Linux kernel built with Gentoo patches

Added to portage

2026-02-12

gentoo-kernel - 6.18.10
Ebuild name:

sys-kernel/gentoo-kernel-6.18.10

Description

Linux kernel built with Gentoo patches

Added to portage

2026-02-12

gentoo-kernel - 6.6.124
Ebuild name:

sys-kernel/gentoo-kernel-6.6.124

Description

Linux kernel built with Gentoo patches

Added to portage

2026-02-12

gentoo-kernel-bin - 5.10.250
Ebuild name:

sys-kernel/gentoo-kernel-bin-5.10.250

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-02-12

gentoo-kernel-bin - 5.15.200
Ebuild name:

sys-kernel/gentoo-kernel-bin-5.15.200

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-02-12

gentoo-kernel-bin - 6.1.163
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.1.163

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-02-12

gentoo-kernel-bin - 6.12.70
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.12.70

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-02-12

gentoo-kernel-bin - 6.18.10
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.18.10

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-02-12

gentoo-kernel-bin - 6.6.124
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.6.124

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-02-12

gentoo-sources - 5.10.249
Ebuild name:

sys-kernel/gentoo-sources-5.10.249

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-02-12

gentoo-sources - 5.15.200
Ebuild name:

sys-kernel/gentoo-sources-5.15.200

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-02-12

gentoo-sources - 6.1.163
Ebuild name:

sys-kernel/gentoo-sources-6.1.163

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-02-12

gentoo-sources - 6.12.70
Ebuild name:

sys-kernel/gentoo-sources-6.12.70

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-02-12

gentoo-sources - 6.18.10
Ebuild name:

sys-kernel/gentoo-sources-6.18.10

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-02-12

gentoo-sources - 6.6.124
Ebuild name:

sys-kernel/gentoo-sources-6.6.124

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-02-12

glycin-loaders - 2.0.8
Ebuild name:

media-libs/glycin-loaders-2.0.8

Description

Loaders for glycin clients (glycin crate or libglycin)

Added to portage

2026-02-12

google-api-python-client - 2.190.0
Ebuild name:

dev-python/google-api-python-client-2.190.0

Description

Google API Client for Python

Added to portage

2026-02-12

gpa - 0.11.1
Ebuild name:

app-crypt/gpa-0.11.1

Description

GNU Privacy Assistant (GPA) a graphical user interface for GnuPG

Added to portage

2026-02-12

griffe - 2.0.0
Ebuild name:

dev-python/griffe-2.0.0

Description

Signature generator for Python programs

Added to portage

2026-02-12

grub - 2.12-r12
Ebuild name:

sys-boot/grub-2.12-r12

Description

GNU GRUB boot loader

Added to portage

2026-02-12

grub - 2.14-r2
Ebuild name:

sys-boot/grub-2.14-r2

Description

GNU GRUB boot loader

Added to portage

2026-02-12

gst-plugins-qt6 - 1.24.13
Ebuild name:

media-plugins/gst-plugins-qt6-1.24.13

Description

Qt6 QML video sink plugin for GStreamer

Added to portage

2026-02-12

haproxy - 3.0.16
Ebuild name:

net-proxy/haproxy-3.0.16

Description

A TCP/HTTP reverse proxy for high availability environments

Added to portage

2026-02-12

haproxy - 3.2.12
Ebuild name:

net-proxy/haproxy-3.2.12

Description

A TCP/HTTP reverse proxy for high availability environments

Added to portage

2026-02-12

haproxy - 3.3.3
Ebuild name:

net-proxy/haproxy-3.3.3

Description

A TCP/HTTP reverse proxy for high availability environments

Added to portage

2026-02-12

hypothesis - 6.151.6
Ebuild name:

dev-python/hypothesis-6.151.6

Description

A library for property based testing

Added to portage

2026-02-12

icalendar - 7.0.0
Ebuild name:

dev-python/icalendar-7.0.0

Description

RFC 5545 compatible parser and generator of iCalendar files

Added to portage

2026-02-12

inkscape - 1.4.2-r1
Ebuild name:

media-gfx/inkscape-1.4.2-r1

Description

SVG based generic vector-drawing program

Added to portage

2026-02-12

inkscape - 1.4.3-r1
Ebuild name:

media-gfx/inkscape-1.4.3-r1

Description

SVG based generic vector-drawing program

Added to portage

2026-02-12

libplacebo - 7.360.0
Ebuild name:

media-libs/libplacebo-7.360.0

Description

Reusable library for GPU-accelerated image processing primitives

Added to portage

2026-02-12

libwebsockets - 4.5.2-r1
Ebuild name:

net-libs/libwebsockets-4.5.2-r1

Description

A flexible pure-C library for implementing network protocols

Added to portage

2026-02-12

limine - 10.7.0
Ebuild name:

sys-boot/limine-10.7.0

Description

Limine is a modern, advanced, and portable BIOS/UEFI multiprotocol bootloade

Added to portage

2026-02-12

man-pages - 6.17
Ebuild name:

sys-apps/man-pages-6.17

Description

A somewhat comprehensive collection of Linux man pages

Added to portage

2026-02-12

marisa - 0.2.7
Ebuild name:

dev-libs/marisa-0.2.7

Description

Matching Algorithm with Recursively Implemented StorAge

Added to portage

2026-02-12

mattermost-desktop-bin - 6.1.0_rc3
Ebuild name:

net-im/mattermost-desktop-bin-6.1.0_rc3

Description

Mattermost Desktop application

Added to portage

2026-02-12

mesa - 25.3.5
Ebuild name:

media-libs/mesa-25.3.5

Description

OpenGL-like graphic library for Linux

Added to portage

2026-02-12

mesa - 26.0.0
Ebuild name:

media-libs/mesa-26.0.0

Description

OpenGL-like graphic library for Linux

Added to portage

2026-02-12

mesa_clc - 25.3.5
Ebuild name:

dev-util/mesa_clc-25.3.5

Description

mesa_clc tool used for building OpenCL C to SPIR-V

Added to portage

2026-02-12

mesa_clc - 26.0.0
Ebuild name:

dev-util/mesa_clc-26.0.0

Description

mesa_clc tool used for building OpenCL C to SPIR-V

Added to portage

2026-02-12

moodle - 4.5.10
Ebuild name:

www-apps/moodle-4.5.10

Description

The Moodle Course Management System

Added to portage

2026-02-12

moodle - 5.0.6
Ebuild name:

www-apps/moodle-5.0.6

Description

The Moodle Course Management System

Added to portage

2026-02-12

navi2ch - 1.8.4-r2
Ebuild name:

app-emacs/navi2ch-1.8.4-r2

Description

A navigator for the Japanese textboard 2ch

Added to portage

2026-02-12

nerd-icons - 0.1.0
Ebuild name:

app-emacs/nerd-icons-0.1.0

Description

Emacs Nerd Font Icons Library

Added to portage

2026-02-12

netpbm - 11.13.3
Ebuild name:

media-libs/netpbm-11.13.3

Description

A set of utilities for converting to/from the netpbm (and related) format

Added to portage

2026-02-12

netpbm - 11.2.22
Ebuild name:

media-libs/netpbm-11.2.22

Description

A set of utilities for converting to/from the netpbm (and related) format

Added to portage

2026-02-12

nginx-mode - 1.1.10
Ebuild name:

app-emacs/nginx-mode-1.1.10

Description

Emacs editing mode for Nginx config files

Added to portage

2026-02-12

nss-docker-ng - 1.1.3
Ebuild name:

sys-auth/nss-docker-ng-1.1.3

Description

NSS plugin for finding Docker containers by their ID or name

Added to portage

2026-02-12

openvpn - 2.6.17-r2
Ebuild name:

net-vpn/openvpn-2.6.17-r2

Description

Robust and highly flexible tunneling application compatible with many OSe

Added to portage

2026-02-12

oshu - 2.0.3
Ebuild name:

games-arcade/oshu-2.0.3

Description

Lightweight osu port

Added to portage

2026-02-12

pillow - 12.1.1
Ebuild name:

dev-python/pillow-12.1.1

Description

Python Imaging Library (fork)

Added to portage

2026-02-12

pjproject - 2.16
Ebuild name:

net-libs/pjproject-2.16

Description

Open source SIP, Media, and NAT Traversal Library

Added to portage

2026-02-12

postgresql - 14.21
Ebuild name:

dev-db/postgresql-14.21

Description

PostgreSQL RDBMS

Added to portage

2026-02-12

postgresql - 15.16
Ebuild name:

dev-db/postgresql-15.16

Description

PostgreSQL RDBMS

Added to portage

2026-02-12

postgresql - 16.12
Ebuild name:

dev-db/postgresql-16.12

Description

PostgreSQL RDBMS

Added to portage

2026-02-12

postgresql - 17.8
Ebuild name:

dev-db/postgresql-17.8

Description

PostgreSQL RDBMS

Added to portage

2026-02-12

postgresql - 18.2
Ebuild name:

dev-db/postgresql-18.2

Description

PostgreSQL RDBMS

Added to portage

2026-02-12

pyghmi - 1.6.13
Ebuild name:

dev-python/pyghmi-1.6.13

Description

A pure python implementation of IPMI protocol

Added to portage

2026-02-12

pyproject-fmt - 2.15.3
Ebuild name:

dev-python/pyproject-fmt-2.15.3

Description

Format your pyproject.toml file

Added to portage

2026-02-12

pytest-env - 1.3.2
Ebuild name:

dev-python/pytest-env-1.3.2

Description

pytest plugin that allows you to add environment variables

Added to portage

2026-02-12

python - 0.3.15.0_alpha6
Ebuild name:

dev-lang/python-0.3.15.0_alpha6

Description

Freethreading (no-GIL) version of Python programming language

Added to portage

2026-02-12

python - 3.15.0_alpha6
Ebuild name:

dev-lang/python-3.15.0_alpha6

Description

An interpreted, interactive, object-oriented programming language

Added to portage

2026-02-12

quiche - 0.25.0
Ebuild name:

net-libs/quiche-0.25.0

Description

Implementation of the QUIC transport protocol and HTTP/3

Added to portage

2026-02-12

radicale - 3.6.0
Ebuild name:

www-apps/radicale-3.6.0

Description

A simple CalDAV calendar server

Added to portage

2026-02-12

sanlock - 4.2.0
Ebuild name:

sys-cluster/sanlock-4.2.0

Description

shared storage lock manager

Added to portage

2026-02-12

sdrplay - 3.15.2
Ebuild name:

net-wireless/sdrplay-3.15.2

Description

SDRplay API/HW driver for all RSPs

Added to portage

2026-02-12

sendmail - 8.18.1.10-r4
Ebuild name:

mail-mta/sendmail-8.18.1.10-r4

Description

Widely-used Mail Transport Agent (MTA)

Added to portage

2026-02-12

sendmail - 8.18.1.15-r2
Ebuild name:

mail-mta/sendmail-8.18.1.15-r2

Description

Widely-used Mail Transport Agent (MTA)

Added to portage

2026-02-12

sendmail - 8.18.1.16-r1
Ebuild name:

mail-mta/sendmail-8.18.1.16-r1

Description

Widely-used Mail Transport Agent (MTA)

Added to portage

2026-02-12

sendmail - 8.18.2-r1
Ebuild name:

mail-mta/sendmail-8.18.2-r1

Description

Widely-used Mail Transport Agent (MTA)

Added to portage

2026-02-12

sphinx-autoapi - 3.7.0
Ebuild name:

dev-python/sphinx-autoapi-3.7.0

Description

A new approach to API documentation in Sphinx

Added to portage

2026-02-12

sudo-rs - 0.2.12-r1
Ebuild name:

app-admin/sudo-rs-0.2.12-r1

Description

A memory safe implementation of sudo and su.

Added to portage

2026-02-12

syd - 3.49.1
Ebuild name:

sys-apps/syd-3.49.1

Description

seccomp and landlock based application sandbox with support for namespaces

Added to portage

2026-02-12

tdlib - 1.8.61
Ebuild name:

net-libs/tdlib-1.8.61

Description

Cross-platform library for building Telegram clients

Added to portage

2026-02-12

telegram-desktop - 6.5.1
Ebuild name:

net-im/telegram-desktop-6.5.1

Description

Official desktop client for Telegram

Added to portage

2026-02-12

tor - 0.4.9.4_rc
Ebuild name:

net-vpn/tor-0.4.9.4_rc

Description

Anonymizing overlay network for TCP

Added to portage

2026-02-12

tree - 3.18-r1
Ebuild name:

dev-cpp/tree-3.18-r1

Description

An STL-like tree class

Added to portage

2026-02-12

ttl - 0.16.1
Ebuild name:

net-analyzer/ttl-0.16.1

Description

Modern traceroute/mtr-style TUI with hop stats and optional ASN/geo enrichm

Added to portage

2026-02-12

typer - 0.23.0
Ebuild name:

dev-python/typer-0.23.0

Description

Build great CLIs. Easy to code. Based on Python type hints

Added to portage

2026-02-12

unbound - 1.24.2-r1
Ebuild name:

net-dns/unbound-1.24.2-r1

Description

A validating, recursive and caching DNS resolver

Added to portage

2026-02-12

uv-dynamic-versioning - 0.13.0
Ebuild name:

dev-python/uv-dynamic-versioning-0.13.0

Description

Dynamic versioning based on VCS tags for uv/hatch project

Added to portage

2026-02-12

vanilla-kernel - 5.10.250
Ebuild name:

sys-kernel/vanilla-kernel-5.10.250

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-02-12

vanilla-kernel - 5.15.200
Ebuild name:

sys-kernel/vanilla-kernel-5.15.200

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-02-12

vanilla-kernel - 6.1.163
Ebuild name:

sys-kernel/vanilla-kernel-6.1.163

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-02-12

vanilla-kernel - 6.12.70
Ebuild name:

sys-kernel/vanilla-kernel-6.12.70

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-02-12

vanilla-kernel - 6.18.10
Ebuild name:

sys-kernel/vanilla-kernel-6.18.10

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-02-12

vanilla-kernel - 6.6.124
Ebuild name:

sys-kernel/vanilla-kernel-6.6.124

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-02-12

vanilla-sources - 5.10.250
Ebuild name:

sys-kernel/vanilla-sources-5.10.250

Description

Full sources for the Linux kernel

Added to portage

2026-02-12

vanilla-sources - 5.15.200
Ebuild name:

sys-kernel/vanilla-sources-5.15.200

Description

Full sources for the Linux kernel

Added to portage

2026-02-12

vanilla-sources - 6.1.163
Ebuild name:

sys-kernel/vanilla-sources-6.1.163

Description

Full sources for the Linux kernel

Added to portage

2026-02-12

vanilla-sources - 6.12.70
Ebuild name:

sys-kernel/vanilla-sources-6.12.70

Description

Full sources for the Linux kernel

Added to portage

2026-02-12

vanilla-sources - 6.18.10
Ebuild name:

sys-kernel/vanilla-sources-6.18.10

Description

Full sources for the Linux kernel

Added to portage

2026-02-12

vanilla-sources - 6.6.124
Ebuild name:

sys-kernel/vanilla-sources-6.6.124

Description

Full sources for the Linux kernel

Added to portage

2026-02-12

vaultwarden - 1.35.3-r1
Ebuild name:

app-admin/vaultwarden-1.35.3-r1

Description

Unofficial Bitwarden compatible password manager

Added to portage

2026-02-12

vaultwarden-web - 2026.1.1
Ebuild name:

www-apps/vaultwarden-web-2026.1.1

Description

Prebuilt web vault frontend for Vaultwarden

Added to portage

2026-02-12

vice - 3.10
Ebuild name:

app-emulation/vice-3.10

Description

Versatile Commodore Emulator

Added to portage

2026-02-12

virt-firmware - 26.2
Ebuild name:

app-emulation/virt-firmware-26.2

Description

Tools for ovmf/armvirt firmware volumes

Added to portage

2026-02-12

xdp-tools - 1.6.1
Ebuild name:

net-libs/xdp-tools-1.6.1

Description

The libxdp library and various tools for use with XDP

Added to portage

2026-02-12

rdf newsfeed | rss newsfeed | Atom newsfeed
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
- Copyright and legal notices -
Time to create this page: 58.0 ms