2023-10-12 18:08:12 -05:00
2023-03-30 14:02:44 -05:00
2023-06-20 23:10:19 -05:00
2023-10-12 18:08:12 -05:00
2023-06-20 23:12:12 -05:00
2022-10-20 14:23:45 -05:00
2023-02-27 04:57:55 +00:00
2023-04-27 20:55:25 +00:00

Linux Toolkit

A collection of useful files and scripts that make my life a whole lot easier with Linux.

Installation

To install, complete the following steps:

  1. Execute git clone https://git.cobypowers.com/cobyp/linux-toolkit /etc/toolkit as root to install the toolkit and all necessary components.
  2. Navigate to the scripts directory and execute setup.sh and then update.sh

Persistence

To allow the toolkit to update automatically, install the following cronjob as root: */60 * * * * cd /etc/toolkit/scripts && /usr/bin/bash ./update.sh >> /dev/null 2>&1

Description
A collection of useful files and scripts that make my life a whole lot easier with Linux.
Readme 227 KiB
Languages
Shell 100%