All Projects → uni-linux → Recipes

uni-linux / Recipes

Licence: mit
🍰 The main recipes repository for UNI. You can create your own or use one of the available recipes in here.

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Recipes

RapidORM
Quick solutions for Android ORM
Stars: ✭ 24 (+84.62%)
Mutual labels:  apt
Att Ck Cn
ATT&CK实操
Stars: ✭ 268 (+1961.54%)
Mutual labels:  apt
Zebra
🦓 A Useful Package Manager for iOS
Stars: ✭ 667 (+5030.77%)
Mutual labels:  apt
apt-golang-s3
An s3 transport method for the apt package management system
Stars: ✭ 33 (+153.85%)
Mutual labels:  apt
repogen
Easy-to-use signed APT repository generator with a web-based package browser.
Stars: ✭ 34 (+161.54%)
Mutual labels:  apt
Jackdaw
Java Annotation Processor which allows to simplify development
Stars: ✭ 306 (+2253.85%)
Mutual labels:  apt
Training
Defensive Origins Training Schedule
Stars: ✭ 33 (+153.85%)
Mutual labels:  apt
Aptmap
A map displaying threat actors from the misp-galaxy
Stars: ✭ 17 (+30.77%)
Mutual labels:  apt
T Mvp
Android AOP Architecture by Apt, AspectJ, Javassisit, based on Realm+Databinding+MVP+Retrofit+Rxjava2
Stars: ✭ 2,740 (+20976.92%)
Mutual labels:  apt
Aptsources Cleanup
Detects and interactively deactivates duplicate Apt source entries and deletes sources list files without valid enabled source entries (as requested in https://askubuntu.com/a/762815/175814).
Stars: ✭ 381 (+2830.77%)
Mutual labels:  apt
Windows-APT-Warfare
著作《Windows APT Warfare:惡意程式前線戰術指南》各章節技術實作之原始碼內容
Stars: ✭ 241 (+1753.85%)
Mutual labels:  apt
tools-install
Setup scripts for various dev tools, utilities, SDKs and CLI stuff
Stars: ✭ 13 (+0%)
Mutual labels:  apt
Resetter
The easiest way to reset your debian or ubuntu based linux back to stock
Stars: ✭ 333 (+2461.54%)
Mutual labels:  apt
aptdec
NOAA APT satellite imagery decoder (not-so-WIP)
Stars: ✭ 43 (+230.77%)
Mutual labels:  apt
Switch Apt Mirror.ansible.role
switch apt mirror for Debian & Ubuntu with Ansible role.
Stars: ✭ 5 (-61.54%)
Mutual labels:  apt
apt-mirror-docker
Up to date apt-mirror script, containerized for mirroring + serving.
Stars: ✭ 15 (+15.38%)
Mutual labels:  apt
Androidlife
📔 CaMnter's android learning life and footprint.
Stars: ✭ 293 (+2153.85%)
Mutual labels:  apt
Easymessenger
一款Android平台上基于Binder的IPC进程间通信库
Stars: ✭ 24 (+84.62%)
Mutual labels:  apt
Ts3server Package
A script that generates a debian package for a TeamSpeak 3 Server
Stars: ✭ 5 (-61.54%)
Mutual labels:  apt
K8tools
K8工具合集(内网渗透/提权工具/远程溢出/漏洞利用/扫描工具/密码破解/免杀工具/Exploit/APT/0day/Shellcode/Payload/priviledge/BypassUAC/OverFlow/WebShell/PenTest) Web GetShell Exploit(Struts2/Zimbra/Weblogic/Tomcat/Apache/Jboss/DotNetNuke/zabbix)
Stars: ✭ 4,173 (+32000%)
Mutual labels:  apt



Recipes for UNI logo


Recipes for UNI 🍰

become a patron or sponsor donate get uni License - MIT


This is the main recipes repository for UNI.
You can create your own or use one of the available recipes in here.

Recipes are bash scripts to do anything. Be it to install programs and resolve dependencies or fix system problems. Anything you want and can do with bash scripts.


Available Recipes

Apps

Themes


Contributing

As I said, recipes are bash script files. You can do anything you want.

So, if you want create your own recipes and publish it here you must:

  • Fork this repository!
  • Create your feature branch: git checkout -b my-new-recipe
  • Take this template as a base and keep a title, description and usage in your README.md file. The uni bake command will search in: your-user-folder-name/your-recipe-folder-name
  • Create a folder in /src/ named with your github user name and create a separated folder inside it for each recipe created by you
  • Create a README.md inside your user-name folder and make it as your main recipes profile page, e.g: See the example
  • Commit your changes: git commit -m 'Add user-name/recipe-name recipe'
  • Push to the branch: git push origin my-new-recipe
  • Send your pull request.

After your pull request is merged, you can safely delete your branch.

If you have doubt yet about how to create recipes, just take a look in here and check how the things works.

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