All Projects → upciti → wakemeops

upciti / wakemeops

Licence: MIT license
A Debian repository for portable applications

Programming Languages

shell
77523 projects
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to wakemeops

maldetect
Debian packaging of Linux Malware Detect (https://github.com/rfxn/linux-malware-detect)
Stars: ✭ 48 (-11.11%)
Mutual labels:  debian, debian-packages
Hosting
This is a setup for a Tor based shared web hosting server
Stars: ✭ 254 (+370.37%)
Mutual labels:  debian, hosting
php-deb-packager
A PHP library to generate `.deb` packages (Software distribution)
Stars: ✭ 54 (+0%)
Mutual labels:  debian, debian-packages
Ubuntu-Launchpad
The Ubuntu version of Apple's/MacOS Launchpad application
Stars: ✭ 21 (-61.11%)
Mutual labels:  debian, debian-packages
debianopt-repo
Additional debian repository for awesome open-source projects.
Stars: ✭ 47 (-12.96%)
Mutual labels:  debian, debian-packages
Server Manager
This repository holds the IntISP Interface. It can be rebuilt to interface with any other hosting panel.
Stars: ✭ 31 (-42.59%)
Mutual labels:  debian, hosting
intellij-idea-ultimate
Unofficial .deb packages of IntelliJ IDEA Ultimate Edition. This is a mirror of https://gitlab.com/mmk2410/intellij-idea-ultimate
Stars: ✭ 16 (-70.37%)
Mutual labels:  debian, debian-packages
debian-packaging
Create Debian packages of non-free, closed-source and other software.
Stars: ✭ 19 (-64.81%)
Mutual labels:  debian, debian-packages
Imscp
i-MSCP Main Repository
Stars: ✭ 184 (+240.74%)
Mutual labels:  debian, hosting
Dh Virtualenv
Python virtualenvs in Debian packages
Stars: ✭ 1,504 (+2685.19%)
Mutual labels:  debian, debian-packages
intellij-idea-community
Unofficial .deb packages of IntelliJ IDEA Community Edition. This is a mirror of
Stars: ✭ 32 (-40.74%)
Mutual labels:  debian, debian-packages
docker-debian-repository
A local repository for publishing deb files for use with apt.
Stars: ✭ 49 (-9.26%)
Mutual labels:  debian, debian-packages
SwiftRadix
Easily convert integers to binary/hex/octal strings and back again with clean functional syntax.
Stars: ✭ 34 (-37.04%)
Mutual labels:  binary
sarbian
We’ve built a plug’n play Operation System (based on Debian Linux) with all the freely and openly available SAR processing software. No knowledge of installation steps needed, just download and get started with SAR data processing. SARbian is free for use in research, education or operational work.
Stars: ✭ 49 (-9.26%)
Mutual labels:  debian
installer-linux
💾 SinusBot Installer for Debian, Ubuntu and CentOS - Installs the SinusBot with a single command.
Stars: ✭ 28 (-48.15%)
Mutual labels:  debian
python-deb-pkg-tools
Debian packaging tools
Stars: ✭ 36 (-33.33%)
Mutual labels:  debian
cylon-deb
TUI menu driven bash shell script to update and maintain a Debian based Linux distro.
Stars: ✭ 23 (-57.41%)
Mutual labels:  debian
binary.com-bot
Scripts for using on Binary.com Bots.
Stars: ✭ 60 (+11.11%)
Mutual labels:  binary
Deb Dots
Debian GNU/Linux dot files.
Stars: ✭ 49 (-9.26%)
Mutual labels:  debian
dots
Use chezmoi to install my dotfiles easily on Gentoo, Arch, Void and Debian.
Stars: ✭ 70 (+29.63%)
Mutual labels:  debian

WakeMeOps

WakeMeOps - A Debian repository for portable applications.

What is it?

WakeMeOps is an open source effort which aims at centralizing many portable applications - such as statically built applications - in a single Debian repository. WakeMeOps should be compatible with Debian, Ubuntu and other Debian based distributions.

Our repository contains over 90 applications and is divided into five components: Desktop, DevOps, Dev, SecOps, and Terminal.

For instance, you will find in WakeMeOps these widely used packages:

See all packages here

🚀 Why do I need it?

When you work with many different devops tools, you may find that it gets cumbersome to follow what the latest version of each and every one of them is because they all get released on their own website or github project. WakeMeOps aims to centralize all those tools and more in one place to make your life a little bit easier.

Of course WakeMeOps doesn't have to be limited to devops, we are open to incorporate all kinds of reputable tools.

💻 For terminal

WakeMeOps allows you to accelerate the setup of your terminal:

# Add WakeMeOps repository
curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash

# Now you can install packages from WakeMeOps
sudo apt install bat fd dust exa gping
sudo apt install pyenv=2.2.* poetry=1.1.*
sudo apt install helm=3.7.3 kustomize=4.4.* kubectl=1.23.1

And to speed up your updates:

sudo apt update
sudo apt upgrade

🐳 For Dockerfile

WakeMeOps allows you to write concise and readable dockerfiles:

FROM wakemeops/debian:bullseye

RUN install_packages \
    helm=3.7.2* \
    kustomize=4.4.1* \
    kubectl=1.23.1*

USER 1001

🧐 How does it work?

Debian packages are generated from ops2deb blueprints versioned the ops2deb-*.yml configuration files. Those configuration files are automatically updated when new application releases are available.

📔 Documentation

Please refer to our documentation at https://docs.wakemeops.com for more information.

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].