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:

75263

userrating:

average rating: 1.2 (8 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->net-fs->samba

Written by torgrimt@sysrq.no

You will need to have a working install of samba. For windows you can use the apple laser printers drivers. Use one that has colors and high resolution.

Remeber to credit me if you use this. thanks torgrimt at sysrq.no/

Put this in smb.conf

   [smbpdf]
comment = PDF Generator
path = /var/spool/samba
printable = Yes
print command = /usr/sbin/pdfprint %s %U %G %m %I %H

And the script to convert the files to pdf... You will have to make the dir spesified in OUTPUTPATH in the users homedir.

   #!/bin/bash
#convert to pdf
#$1=spool file $2=uid $3=gid $4=machinename $5=ip $6=homedir
FILENAME=pdf-$2-`date +%d%m%H%M%S`.pdf
OUTPUTPATH=$6/pdfwriter
echo converting $1 to $FILENAME for $2 of machine $4... $6>> $OUTPUTPATH/pdfcreate.log
/usr/bin/ps2pdf $1 $OUTPUTPATH/$FILENAME >> $OUTPUTPATH/pdfcreate.log 2>> $OUTPUTPATH/pdfcreate.log
echo conversion finished, removing $1 >> $OUTPUTPATH/pdfcreate.log
rm $1
echo done, setting permissions and notifing user >> $OUTPUTPATH/pdfcreate.log
chown $2:$3 $6/$FILENAME >> $OUTPUTPATH/pdfcreate.log
chmod 700 $6/$FILENAME >> $OUTPUTPATH/pdfcreate.log
echo your new PDF is called $FILENAME. | smbclient -M $4 -I $5
echo All done. >> $OUTPUTPATH/pdfcreate.log
echo >> $OUTPUTPATH/pdfcreate.log

rate this article:
current rating: average rating: 1.0 (2 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
2025-05-22
ada - 3.2.4
Ebuild name:

dev-cpp/ada-3.2.4

Description

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

Added to portage

2025-05-22

anki - 25.02.5
Ebuild name:

app-misc/anki-25.02.5

Description

A spaced-repetition memory training program (flash cards)

Added to portage

2025-05-22

babl - 0.1.114
Ebuild name:

media-libs/babl-0.1.114

Description

A dynamic, any to any, pixel format conversion library

Added to portage

2025-05-22

bcg729 - 1.1.1-r1
Ebuild name:

media-libs/bcg729-1.1.1-r1

Description

Encoder and decoder of the ITU G729 Annex A/B speech codec

Added to portage

2025-05-22

benchmark - 1.9.3
Ebuild name:

dev-cpp/benchmark-1.9.3

Description

A microbenchmark support library

Added to portage

2025-05-22

cargo-nextest - 0.9.96
Ebuild name:

dev-util/cargo-nextest-0.9.96

Description

Next-generation test runner for Rust

Added to portage

2025-05-22

cppgir - 2.0_p20250508
Ebuild name:

dev-cpp/cppgir-2.0_p20250508

Description

GObject-Introspection C++ binding wrapper generator

Added to portage

2025-05-22

drb - 2.2.3
Ebuild name:

dev-ruby/drb-2.2.3

Description

Distributed object system for Ruby

Added to portage

2025-05-22

expected-lite - 0.8.0
Ebuild name:

dev-cpp/expected-lite-0.8.0

Description

Expected objects in C++11 and later in a single-file header-only librar

Added to portage

2025-05-22

fheroes2 - 1.1.8
Ebuild name:

games-engines/fheroes2-1.1.8

Description

Recreation of HoMM2 game engine

Added to portage

2025-05-22

fish - 4.0.2
Ebuild name:

app-shells/fish-4.0.2

Description

Friendly Interactive SHell

Added to portage

2025-05-22

gimp - 3.0.2-r2
Ebuild name:

media-gfx/gimp-3.0.2-r2

Description

GNU Image Manipulation Program

Added to portage

2025-05-22

gimp - 3.0.4
Ebuild name:

media-gfx/gimp-3.0.4

Description

GNU Image Manipulation Program

Added to portage

2025-05-22

gumbo - 0.13.1
Ebuild name:

dev-libs/gumbo-0.13.1

Description

The HTML5 parsing algorithm implemented as a pure C99 library

Added to portage

2025-05-22

halibut - 1.3-r1
Ebuild name:

app-text/halibut-1.3-r1

Description

yet another free document preparation system

Added to portage

2025-05-22

hashdiff - 1.2.0
Ebuild name:

dev-ruby/hashdiff-1.2.0

Description

Simple Hash extension to make working with nested hashes easier

Added to portage

2025-05-22

hercules-sdl - 4.8.0
Ebuild name:

app-emulation/hercules-sdl-4.8.0

Description

The SoftDevLabs (SDL) version of the Hercules 4.x Hyperion Emulato

Added to portage

2025-05-22

hercules-sdl-crypto - 4.8.0
Ebuild name:

app-emulation/hercules-sdl-crypto-4.8.0

Description

Simple AES/DES encryption and SHA1/SHA2 hashing library

Added to portage

2025-05-22

hercules-sdl-decnumber - 4.8.0
Ebuild name:

app-emulation/hercules-sdl-decnumber-4.8.0

Description

ANSI C General Decimal Arithmetic Library

Added to portage

2025-05-22

hercules-sdl-softfloat - 4.8.0
Ebuild name:

app-emulation/hercules-sdl-softfloat-4.8.0

Description

Berkeley IEEE Binary Floating-Point Library

Added to portage

2025-05-22

hercules-sdl-telnet - 4.8.0
Ebuild name:

app-emulation/hercules-sdl-telnet-4.8.0

Description

Simple RFC-complient TELNET implementation

Added to portage

2025-05-22

icemon - 3.3-r1
Ebuild name:

dev-util/icemon-3.3-r1

Description

Monitor program for use with Icecream compile clusters based on KDE Framewor

Added to portage

2025-05-22

imapfilter - 2.8.3
Ebuild name:

mail-filter/imapfilter-2.8.3

Description

An IMAP mail filtering utility

Added to portage

2025-05-22

isal - 1.7.2
Ebuild name:

dev-python/isal-1.7.2

Description

Faster zlib and gzip via the ISA-L library

Added to portage

2025-05-22

jansson - 2.14.1
Ebuild name:

dev-libs/jansson-2.14.1

Description

C library for encoding, decoding and manipulating JSON data

Added to portage

2025-05-22

kigo - 25.04.1
Ebuild name:

kde-apps/kigo-25.04.1

Description

Go game by KDE

Added to portage

2025-05-22

libcbor - 0.12.0
Ebuild name:

dev-libs/libcbor-0.12.0

Description

CBOR protocol implementation for C and others

Added to portage

2025-05-22

libstrophe - 0.14.0
Ebuild name:

dev-libs/libstrophe-0.14.0

Description

A simple, lightweight C library for writing XMPP clients

Added to portage

2025-05-22

litecli - 9999
Ebuild name:

dev-db/litecli-9999

Description

CLI for SQLite with auto-completion and syntax highlighting

Added to portage

2025-05-22

muParserX - 4.0.12-r1
Ebuild name:

dev-cpp/muParserX-4.0.12-r1

Description

Parsing Expressions with Strings, Complex Numbers, Vectors, Matrices an

Added to portage

2025-05-22

net-http - 0.6.0
Ebuild name:

dev-ruby/net-http-0.6.0

Description

HTTP client api for Ruby

Added to portage

2025-05-22

par2cmdline-turbo - 1.3.0
Ebuild name:

app-arch/par2cmdline-turbo-1.3.0

Description

par2cmdline × ParPar speed focused par2cmdline fork

Added to portage

2025-05-22

pgagent - 4.2.3
Ebuild name:

dev-db/pgagent-4.2.3

Description

pgAgent is a job scheduler for PostgreSQL

Added to portage

2025-05-22

powershell - 0.3_pre20220402
Ebuild name:

app-emacs/powershell-0.3_pre20220402

Description

GNU Emacs mode for editing and running PowerShell code

Added to portage

2025-05-22

powershell - 0.3_pre20220805
Ebuild name:

app-emacs/powershell-0.3_pre20220805

Description

GNU Emacs mode for editing and running PowerShell code

Added to portage

2025-05-22

projectile - 2.8.0-r1
Ebuild name:

app-emacs/projectile-2.8.0-r1

Description

A project interaction library for Emacs

Added to portage

2025-05-22

rails-dom-testing - 2.3.0
Ebuild name:

dev-ruby/rails-dom-testing-2.3.0

Description

Compare doms and assert certain elements exists in doms using Noko

Added to portage

2025-05-22

rapidjson - 1.1.0-r5
Ebuild name:

dev-libs/rapidjson-1.1.0-r5

Description

A fast JSON parser/generator for C++ with both SAX/DOM style API

Added to portage

2025-05-22

rgbds - 0.9.2
Ebuild name:

dev-util/rgbds-0.9.2

Description

Rednex Game Boy Development System

Added to portage

2025-05-22

rmg - 0.7.9
Ebuild name:

games-emulation/rmg-0.7.9

Description

Rosalie's Mupen GUI

Added to portage

2025-05-22

robin-map - 1.4.0
Ebuild name:

dev-cpp/robin-map-1.4.0

Description

C++ fast hash map and hash set using robin hood hashing

Added to portage

2025-05-22

seer - 2.5-r1
Ebuild name:

dev-util/seer-2.5-r1

Description

A GUI frontend to gdb

Added to portage

2025-05-22

serialtalk - 1.3
Ebuild name:

dev-util/serialtalk-1.3

Description

simple command-line tool to talk to serial devices

Added to portage

2025-05-22

sqlmap - 1.9.5
Ebuild name:

dev-db/sqlmap-1.9.5

Description

An automatic SQL injection and database takeover tool

Added to portage

2025-05-22

tortoisehg - 7.0.1
Ebuild name:

dev-vcs/tortoisehg-7.0.1

Description

Set of graphical tools for Mercurial

Added to portage

2025-05-22

treecc - 0.3.10-r3
Ebuild name:

dev-util/treecc-0.3.10-r3

Description

Compiler-compiler tool for aspect-oriented programming

Added to portage

2025-05-22

unixODBC - 2.3.12-r2
Ebuild name:

dev-db/unixODBC-2.3.12-r2

Description

Complete ODBC driver manager

Added to portage

2025-05-22

wmenu - 0.2.0
Ebuild name:

gui-apps/wmenu-0.2.0

Description

dynamic menu for wlroots compositors, maintains the look and feel of dmenu

Added to portage

2025-05-22

xtris - 1.15-r2
Ebuild name:

games-puzzle/xtris-1.15-r2

Description

A networked Tetris-like game

Added to portage

2025-05-22

zeitwerk - 2.7.3
Ebuild name:

dev-ruby/zeitwerk-2.7.3

Description

Efficient and thread-safe code loader for Ruby

Added to portage

2025-05-22

2025-05-21
accelerate - 1.6.0-r5
Ebuild name:

sci-ml/accelerate-1.6.0-r5

Description

Run your *raw* PyTorch training script on any kind of device

Added to portage

2025-05-21

accelerate - 1.7.0
Ebuild name:

sci-ml/accelerate-1.7.0

Description

Run your *raw* PyTorch training script on any kind of device

Added to portage

2025-05-21

awscli - 1.40.19
Ebuild name:

app-admin/awscli-1.40.19

Description

Universal Command Line Environment for AWS

Added to portage

2025-05-21

bash - 5.3_rc1_p20250519
Ebuild name:

app-shells/bash-5.3_rc1_p20250519

Description

The standard GNU Bourne again shell

Added to portage

2025-05-21

blockbuster - 1.5.24
Ebuild name:

dev-python/blockbuster-1.5.24

Description

Utility to detect blocking calls in the async event loop

Added to portage

2025-05-21

boto3 - 1.38.20
Ebuild name:

dev-python/boto3-1.38.20

Description

The AWS SDK for Python

Added to portage

2025-05-21

botocore - 1.38.20
Ebuild name:

dev-python/botocore-1.38.20

Description

Low-level, data-driven core of boto 3

Added to portage

2025-05-21

catfish - 4.20.1-r1
Ebuild name:

dev-util/catfish-4.20.1-r1

Description

A frontend for find, (s)locate, doodle, tracker, beagle, strigi and pino

Added to portage

2025-05-21

cgreen - 1.6.3
Ebuild name:

dev-libs/cgreen-1.6.3

Description

Unit test and mocking framework for C and C++

Added to portage

2025-05-21

cgreen - 1.6.4
Ebuild name:

dev-libs/cgreen-1.6.4

Description

Unit test and mocking framework for C and C++

Added to portage

2025-05-21

chafa - 1.16.1
Ebuild name:

media-gfx/chafa-1.16.1

Description

versatile and fast Unicode/ASCII/ANSI graphics renderer

Added to portage

2025-05-21

clearml - 1.18.0
Ebuild name:

sci-ml/clearml-1.18.0

Description

Auto-Magical CI/CD to streamline your AI workload

Added to portage

2025-05-21

click - 8.2.1
Ebuild name:

dev-python/click-8.2.1

Description

A Python package for creating beautiful command line interfaces

Added to portage

2025-05-21

cowsql - 1.15.7-r1
Ebuild name:

dev-libs/cowsql-1.15.7-r1

Description

Embeddable, replicated and fault tolerant SQL engine (fork of dqlite)

Added to portage

2025-05-21

curl - 8.14.0_rc3
Ebuild name:

net-misc/curl-8.14.0_rc3

Description

A Client that groks URLs

Added to portage

2025-05-21

cyrus-imapd - 3.4.9
Ebuild name:

net-mail/cyrus-imapd-3.4.9

Description

The Cyrus IMAP Server

Added to portage

2025-05-21

dar - 2.7.18
Ebuild name:

app-backup/dar-2.7.18

Description

A full featured backup tool, aimed for disks

Added to portage

2025-05-21

darktable - 5.0.1-r2
Ebuild name:

media-gfx/darktable-5.0.1-r2

Description

A virtual lighttable and darkroom for photographers

Added to portage

2025-05-21

denonavr-cli - 4
Ebuild name:

media-sound/denonavr-cli-4

Description

A simple CLI for Denon AV receivers

Added to portage

2025-05-21

django-polymorphic - 4.1.0
Ebuild name:

dev-python/django-polymorphic-4.1.0

Description

Seamless Polymorphic Inheritance for Django Models

Added to portage

2025-05-21

elasticsearch - 9.0.1
Ebuild name:

app-misc/elasticsearch-9.0.1

Description

Free and Open, Distributed, RESTful Search Engine

Added to portage

2025-05-21

ensurepip-setuptools - 80.8.0
Ebuild name:

dev-python/ensurepip-setuptools-80.8.0

Description

Shared setuptools wheel for ensurepip Python module

Added to portage

2025-05-21

eventviews - 25.04.1-r1
Ebuild name:

kde-apps/eventviews-25.04.1-r1

Description

Calendar viewer for KDE PIM

Added to portage

2025-05-21

fastfetch - 2.43.0-r1
Ebuild name:

app-misc/fastfetch-2.43.0-r1

Description

Fast neofetch-like system information tool

Added to portage

2025-05-21

fido2 - 2.0.0
Ebuild name:

dev-python/fido2-2.0.0

Description

Python based FIDO 2.0 library

Added to portage

2025-05-21

forbiddenfruit - 0.1.4
Ebuild name:

dev-python/forbiddenfruit-0.1.4

Description

Patch built-in Python objects

Added to portage

2025-05-21

fsspec - 2025.5.0
Ebuild name:

dev-python/fsspec-2025.5.0

Description

A specification that python filesystems should adhere to

Added to portage

2025-05-21

furl - 2.1.4
Ebuild name:

dev-python/furl-2.1.4

Description

URL parsing and manipulation made easy

Added to portage

2025-05-21

gigolo - 0.6.0
Ebuild name:

x11-misc/gigolo-0.6.0

Description

A frontend to easily manage connections to remote filesystems using GIO/GVfs

Added to portage

2025-05-21

glaze - 5.2.1
Ebuild name:

dev-cpp/glaze-5.2.1

Description

Extremely fast, in memory, JSON and interface library for modern C++

Added to portage

2025-05-21

haskell-updater - 1.3.3
Ebuild name:

app-admin/haskell-updater-1.3.3

Description

Rebuild Haskell dependencies in Gentoo

Added to portage

2025-05-21

haskell-updater - 1.4.0.0
Ebuild name:

app-admin/haskell-updater-1.4.0.0

Description

Rebuild Haskell dependencies in Gentoo

Added to portage

2025-05-21

haskell-updater - 1.4.1.0
Ebuild name:

app-admin/haskell-updater-1.4.1.0

Description

Rebuild Haskell dependencies in Gentoo

Added to portage

2025-05-21

html-conduit - 1.3.2.2
Ebuild name:

dev-haskell/html-conduit-1.3.2.2

Description

Parse HTML documents using xml-conduit datatypes

Added to portage

2025-05-21

hypothesis - 6.131.20
Ebuild name:

dev-python/hypothesis-6.131.20

Description

A library for property based testing

Added to portage

2025-05-21

hyprland - 0.49.0
Ebuild name:

gui-wm/hyprland-0.49.0

Description

A dynamic tiling Wayland compositor that doesn't sacrifice on its looks

Added to portage

2025-05-21

hyprland-qt-support - 0.1.0
Ebuild name:

gui-libs/hyprland-qt-support-0.1.0

Description

QML style provider for hypr* Qt apps

Added to portage

2025-05-21

hyprland-qtutils - 0.1.4
Ebuild name:

gui-libs/hyprland-qtutils-0.1.4

Description

Hyprland QT/qml utility apps

Added to portage

2025-05-21

icalendar - 6.3.1
Ebuild name:

dev-python/icalendar-6.3.1

Description

Package used for parsing and generating iCalendar files (RFC 2445)

Added to portage

2025-05-21

libarchive - 3.8.0
Ebuild name:

app-arch/libarchive-3.8.0

Description

Multi-format archive and compression library

Added to portage

2025-05-21

libxfce4ui - 4.21.1
Ebuild name:

xfce-base/libxfce4ui-4.21.1

Description

Unified widget and session management libs for Xfce

Added to portage

2025-05-21

libxfce4windowing - 4.20.3
Ebuild name:

xfce-base/libxfce4windowing-4.20.3

Description

Unified widget and session management libs for Xfce

Added to portage

2025-05-21

man-pages-l10n - 4.26.2
Ebuild name:

app-i18n/man-pages-l10n-4.26.2

Description

A somewhat comprehensive collection of man page translations

Added to portage

2025-05-21

mesa - 25.1.1
Ebuild name:

media-libs/mesa-25.1.1

Description

OpenGL-like graphic library for Linux

Added to portage

2025-05-21

mesa-amber - 21.3.9-r2
Ebuild name:

media-libs/mesa-amber-21.3.9-r2

Description

OpenGL-like graphic library for Linux

Added to portage

2025-05-21

mesa_clc - 25.1.1
Ebuild name:

dev-util/mesa_clc-25.1.1

Description

mesa_clc tool used for building OpenCL C to SPIR-V

Added to portage

2025-05-21

mkdocs-autorefs - 1.4.2
Ebuild name:

dev-python/mkdocs-autorefs-1.4.2

Description

Automatically link across pages in MkDoc

Added to portage

2025-05-21

mp3diags - 1.5.03
Ebuild name:

media-sound/mp3diags-1.5.03

Description

Qt-based MP3 diagnosis and repair tool

Added to portage

2025-05-21

multipath-tools - 0.9.8-r1
Ebuild name:

sys-fs/multipath-tools-0.9.8-r1

Description

Device mapper target autoconfig

Added to portage

2025-05-21

nagiosplugin - 1.4.0
Ebuild name:

dev-python/nagiosplugin-1.4.0

Description

A class library for writing nagios-compatible plugins

Added to portage

2025-05-21

openfortivpn - 1.23.1
Ebuild name:

net-vpn/openfortivpn-1.23.1

Description

Fortinet compatible VPN client

Added to portage

2025-05-21

openmw - 0.49.0_rc7
Ebuild name:

games-engines/openmw-0.49.0_rc7

Description

Open source reimplementation of TES III Morrowind

Added to portage

2025-05-21

openvswitch - 2.17.12
Ebuild name:

net-misc/openvswitch-2.17.12

Description

Production quality, multilayer virtual switch

Added to portage

2025-05-21

orderedmultidict - 1.0.1
Ebuild name:

dev-python/orderedmultidict-1.0.1

Description

Ordered Multivalue Dictionary. Powers furl

Added to portage

2025-05-21

ovs - 2.17.12
Ebuild name:

dev-python/ovs-2.17.12

Description

OVS bindings for python

Added to portage

2025-05-21

parole - 4.20.0
Ebuild name:

media-video/parole-4.20.0

Description

A simple Xfce4 media player using GStreamer

Added to portage

2025-05-21

pbs-installer - 2025.05.17
Ebuild name:

dev-python/pbs-installer-2025.05.17

Description

Installer for Python Build Standalone

Added to portage

2025-05-21

plotly - 6.1.1
Ebuild name:

dev-python/plotly-6.1.1

Description

Browser-based graphing library for Python

Added to portage

2025-05-21

primecountpy - 0.1.1
Ebuild name:

dev-python/primecountpy-0.1.1

Description

Cython interface to sci-mathematics/primecount

Added to portage

2025-05-21

projectile - 2.9.1
Ebuild name:

app-emacs/projectile-2.9.1

Description

A project interaction library for Emacs

Added to portage

2025-05-21

proofgeneral - 4.5
Ebuild name:

app-emacs/proofgeneral-4.5

Description

A generic interface for proof assistants

Added to portage

2025-05-21

protbuf - 1.7-r1
Ebuild name:

app-emacs/protbuf-1.7-r1

Description

Protect Emacs buffers from accidental killing

Added to portage

2025-05-21

psgml - 1.4.1
Ebuild name:

app-emacs/psgml-1.4.1

Description

A GNU Emacs Major Mode for editing SGML and XML coded documents

Added to portage

2025-05-21

puppet-mode - 0.4
Ebuild name:

app-emacs/puppet-mode-0.4

Description

Emacs major mode for editing Puppet manifests

Added to portage

2025-05-21

pymacs - 0.26-r6
Ebuild name:

app-emacs/pymacs-0.26-r6

Description

A tool that allows both-side communication between Python and Emacs Lisp

Added to portage

2025-05-21

pysimdjson - 7.0.1
Ebuild name:

dev-python/pysimdjson-7.0.1

Description

Python bindings for simdjson

Added to portage

2025-05-21

setuptools - 80.8.0
Ebuild name:

dev-python/setuptools-80.8.0

Description

Collection of extensions to Distutils

Added to portage

2025-05-21

sip - 6.11.0
Ebuild name:

dev-python/sip-6.11.0

Description

Python bindings generator for C/C++ libraries

Added to portage

2025-05-21

sqlglot - 26.18.1
Ebuild name:

dev-python/sqlglot-26.18.1

Description

An easily customizable SQL parser and transpiler

Added to portage

2025-05-21

stalwart-mail - 0.11.8-r1
Ebuild name:

net-mail/stalwart-mail-0.11.8-r1

Description

Stalwart Mail Server

Added to portage

2025-05-21

synapse - 1.130.0
Ebuild name:

net-im/synapse-1.130.0

Description

Reference implementation of Matrix homeserver

Added to portage

2025-05-21

thunderbird - 128.10.2
Ebuild name:

mail-client/thunderbird-128.10.2

Description

Thunderbird Mail Client

Added to portage

2025-05-21

thunderbird - 138.0.2
Ebuild name:

mail-client/thunderbird-138.0.2

Description

Thunderbird Mail Client

Added to portage

2025-05-21

thunderbird-bin - 128.10.2
Ebuild name:

mail-client/thunderbird-bin-128.10.2

Description

Thunderbird Mail Client

Added to portage

2025-05-21

thunderbird-bin - 138.0.2
Ebuild name:

mail-client/thunderbird-bin-138.0.2

Description

Thunderbird Mail Client

Added to portage

2025-05-21

types-setuptools - 80.8.0.20250521
Ebuild name:

dev-python/types-setuptools-80.8.0.20250521

Description

Typing stubs for setuptools

Added to portage

2025-05-21

valgrind - 3.25.1
Ebuild name:

dev-debug/valgrind-3.25.1

Description

An open-source memory debugger for GNU/Linux

Added to portage

2025-05-21

wireguard-tools - 1.0.20250521
Ebuild name:

net-vpn/wireguard-tools-1.0.20250521

Description

Required tools for WireGuard, such as wg(8) and wg-quick(8)

Added to portage

2025-05-21

wireplumber - 0.5.10
Ebuild name:

media-video/wireplumber-0.5.10

Description

Replacement for pipewire-media-session

Added to portage

2025-05-21

xfce4-mixer - 4.20.0
Ebuild name:

xfce-extra/xfce4-mixer-4.20.0

Description

A volume control application and panel plugin for Xfce

Added to portage

2025-05-21

xfce4-panel-profiles - 1.1.0
Ebuild name:

xfce-extra/xfce4-panel-profiles-1.1.0

Description

Simple application to manage Xfce panel layouts

Added to portage

2025-05-21

xfce4-taskmanager - 1.6.0
Ebuild name:

xfce-extra/xfce4-taskmanager-1.6.0

Description

Easy to use task manager

Added to portage

2025-05-21

xfce4-volumed-pulse - 0.3.0
Ebuild name:

xfce-extra/xfce4-volumed-pulse-0.3.0

Description

Daemon to control volume up/down and mute keys for pulseaudio

Added to portage

2025-05-21

xfce4-whiskermenu-plugin - 2.10.0
Ebuild name:

xfce-extra/xfce4-whiskermenu-plugin-2.10.0

Description

Alternate application launcher for Xfce

Added to portage

2025-05-21

xmonad - 0.18.0
Ebuild name:

x11-wm/xmonad-0.18.0

Description

A tiling window manager

Added to portage

2025-05-21

xmonad-contrib - 0.18.0
Ebuild name:

x11-wm/xmonad-contrib-0.18.0

Description

Community-maintained extensions for xmonad

Added to portage

2025-05-21

rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2020 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS : buttonmaker
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 48.2 ms