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:

83240

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: Tutorials per portage category->app-editors->VI

2. Commands



Below you will find a cheat-sheet with vi commands. This cheat sheet will also come in handy in the next section of this document,
Practice Lesson #1.



vi cheat-sheet


a. cursor movements (items below are sometimes called objects):
h - left one character
l - right one character
j - down one line
k - up one line
w - right one word
b - back one word
$ - to the end of line
0 - to the beginning of the line
) - right one sentence
( - left one sentence
} - right one paragraph
{ - left one paragraph
Ctrl-F - forward one page
Ctrl-B - back one page
G - go to (without arguments, go to end of file)
b. deleting:
d - delete
then add one of the cursor movement symbols to
show what should be deleted, i.e.:
d$ - delete to end of line
d0 - delete to the beginning of the line
d} - delete to the end of paragraph
dd - delete delete (delete the whole line)
x - delete character cursor is on
c. other basic commands:
r - replace one character
ZZ - save and exit (hold down shift and press "z" twice)
y - yank (copy into temporary buffer)
then add cursor movement symbol to show what should be
copied, for example: y) - copy to the end of sentence
Y - yank line cursor is on
p - paste below cursor line (deleted or copied text)
P - paste above cursor line
u - undo last editing command
/sometext - search for "sometext"

d. any command can take numeric argument before the name of "object", i.e.:
5dd - delete 5 lines beginning with cursor line (or) d5d - same
2dw - delete two words (or) d2w - delete two words
c3w - change 3 words
3Ctrl-B - move up three pages
1G - go to the first line
e. external commands can be performed on the selected text (in lines)
if command is started with "!", i.e.:
!}fmt - reformat paragraph to 72 columns
f. command line (sometimes called "ex mode"):
:
g. from the command line a "set" command can be executed to
customize editing environment, i.e.:
:set all - will show the state of all options
:set number - will show on the screen numbers of all lines
:set autoindent // obvious
h. from the command line operations can be performed on the range of lines,
i.e.:
:18,24 del - delete from line 18 to line 24
:23,48 copy 17 - block from line 23 to 48 copy to line 17
:2,17 move 92 - block from line 2 to 17 move to line 92
i. from the command line any external UNIX command can be performed on
the range of lines if line range is superseded by "!":
:11,16! sed -e "s/^//*/" -e "s/$/*//"

(the command above wraps the block of text with
"C" style comments - /* text */. It can be done
easier, but this is an example)
:14,19! sort -r +3
(sort the table in reverse order by fourth column)
j. file manipulation from the command line:
:r somefile - read in "somefile"
:x - save and exit (if file is "Read Only", this command will
exit without saving)
:wq - write and quit (same as above)
:w - write (save) if the file permissions allow it
:w! - save file even if it is read-only as long as we own it
:w somefile - save this file as "somefile"
:q - quit without saving
:q! - quit without saving if changes were made
k. text input commands (all require "Esc" to terminate):
i - insert text before the character cursor is on
I - insert text at the beginning of the line
a - append (insert text after the character cursor is on)
A - append text to the end of the line
c - change (replace previous text with new one)
takes arguments just like the delete command - it is
a fast and powerful way of changing original text -
much more so than typical "overwrite"

R - start overwriting text
o - start entering text at the beginning of the new line
below the cursor
O - start entering text at the beginning of the new line
above the cursor
l. if in doubt, press "Esc"


/* The article above and any accompanying files are freely
* distributable, but please leave this notice and the text intact.
* Home for this document: http://www.infobound.com/vi.html
* Copyright (C) 1994, 1999 Tony Thomas
* Contact author through email:
tony@infobound.com
* Last revision Feb 23, 1999
* UNIX is a trademark of X/Open
*/

rate this article:
current rating: average rating: 1.2 (26 votes) (1=very good 6=terrible)
Your rating:
Very good (1) Good (2) ok (3) average (4) bad (5) terrible (6)

back



Support us on Content Nation

New Packages

- as rdf newsfeed
- as rss newsfeed
- as Atom newsfeed
2026-02-13
elisa - 25.12.2-r1
Ebuild name:

media-sound/elisa-25.12.2-r1

Description

Simple music player by KDE

Added to portage

2026-02-13

icoutils - 0.32.3-r1
Ebuild name:

media-gfx/icoutils-0.32.3-r1

Description

Tools to extract and convert images in icon and cursor files (.ico, .c

Added to portage

2026-02-13

kasts - 25.12.2-r1
Ebuild name:

media-sound/kasts-25.12.2-r1

Description

Convergent podcast application for desktop and mobile

Added to portage

2026-02-13

kdnssd - 6.22.0-r1
Ebuild name:

kde-frameworks/kdnssd-6.22.0-r1

Description

Framework for network service discovery using Zeroconf

Added to portage

2026-02-13

lager - 0.1.2
Ebuild name:

dev-libs/lager-0.1.2

Description

Library to assist value-oriented design

Added to portage

2026-02-13

picard - 3.0.0_alpha2
Ebuild name:

media-sound/picard-3.0.0_alpha2

Description

Cross-platform music tagger

Added to portage

2026-02-13

ttl - 0.17.0
Ebuild name:

net-analyzer/ttl-0.17.0

Description

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

Added to portage

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: 83.3 ms