All Projects → systemd → brand.systemd.io

systemd / brand.systemd.io

Licence: CC-BY-SA-4.0 License
Website with systemd brand assets

Programming Languages

HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to brand.systemd.io

InitWare
The InitWare Suite of Middleware allows you to manage services and system resources as logical entities called units. Its main component is a service management ("init") system.
Stars: ✭ 164 (+1266.67%)
Mutual labels:  system, systemd, init
Systemd
The systemd System and Service Manager
Stars: ✭ 8,841 (+73575%)
Mutual labels:  system, systemd, init
Ecominit
eComInit is a free init system and service manager designed to scale from lightweight desktops to web-scale cloud deployments. It aims to offer feature-parity with systemd but with a modular, portable architecture compliant with software engineering best-practice.
Stars: ✭ 352 (+2833.33%)
Mutual labels:  system, systemd, init
InitKit
Neo-InitWare is a modular, cross-platform reimplementation of the systemd init system. It is experimental.
Stars: ✭ 364 (+2933.33%)
Mutual labels:  system, systemd, init
kernel-syslog
📝 Kernel module that can be used as a replacement for syslog, logger or logwrapper
Stars: ✭ 37 (+208.33%)
Mutual labels:  systemd, init
Simple Icons
SVG icons for popular brands
Stars: ✭ 12,090 (+100650%)
Mutual labels:  brand, logo
Rustysd
A service manager that is able to run "traditional" systemd services, written in rust
Stars: ✭ 416 (+3366.67%)
Mutual labels:  systemd, init
designs
Blockstack designs
Stars: ✭ 26 (+116.67%)
Mutual labels:  brand, logo
simple-icons-pdf
PDF icons for popular brands
Stars: ✭ 16 (+33.33%)
Mutual labels:  brand, logo
nosystemd.org
Website for arguments against systemd and further resources
Stars: ✭ 49 (+308.33%)
Mutual labels:  systemd, init
system-checks
⚙ Checks and shows Linux system info - Distro name, IP, running processes and etc. Official site - system-checks.org
Stars: ✭ 35 (+191.67%)
Mutual labels:  system
Construction
👷 The many ways to construct and configure your entity
Stars: ✭ 35 (+191.67%)
Mutual labels:  init
Breath OS
An OS for breathing? My DIY OS
Stars: ✭ 17 (+41.67%)
Mutual labels:  systemd
pisi
PISI package manager of Pardus linux written in Python. The original development branch by the main author.
Stars: ✭ 36 (+200%)
Mutual labels:  system
Logo
Logo Tiger Enterprise Özel Raporlar, Tablo ve View Açıklamaları
Stars: ✭ 73 (+508.33%)
Mutual labels:  logo
GoGetit
Go学习+面试通关, 覆盖Go程序员需要掌握的所有基础知识
Stars: ✭ 44 (+266.67%)
Mutual labels:  system
my-systemd-service-file-generator
A simple Systemd service file online generator.
Stars: ✭ 49 (+308.33%)
Mutual labels:  systemd
adsorber
Ad-blocker for Linux systems purely built on POSIX-compliant shell scripts.
Stars: ✭ 57 (+375%)
Mutual labels:  systemd
branding
Our logos, and other branding material
Stars: ✭ 31 (+158.33%)
Mutual labels:  logo
Krill
An efficient concurrent graph processing system
Stars: ✭ 33 (+175%)
Mutual labels:  system

Systemd Logo

brand.systemd.io

Website with systemd brand assets

Update assets

If you change the SVG assets, you need to re-render the assets in the PNG and PDF folders to keep them in sync.

Note: The commands below work on Fedora, but on Debian-based systems you have to replace rename with rename.ul.

Navigate to the SVG folder:

cd assets/svg

Render the PNGs:

for f in *.svg ; do rsvg-convert -f png -x 2 -y 2  $f -o $f.png ; done && rename .svg.png .png * && mv *.png ../png

Render the PDFs:

for f in *.svg ; do rsvg-convert -f pdf -x 2 -y 2  $f -o $f.pdf ; done && rename .svg.pdf .pdf * && mv *.pdf ../pdf
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].