Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eternaltyro/dumbstuff

(Mirror) Dumb Stuff I do everynow and then; Mirrored from Gitlab 👇
https://github.com/eternaltyro/dumbstuff

ansible archlinux logstash security shell vimrc

Last synced: about 2 months ago
JSON representation

(Mirror) Dumb Stuff I do everynow and then; Mirrored from Gitlab 👇

Awesome Lists containing this project

README

        

Dumb Scripts
============

A repository of scripts to do everyday tasks and some advanced tasks.. I would be very VERRRY careful using these for anything serious. You've been warned.

List of scripts here:
---------------------

+ Ubuntu_dl Script to download the latest nightly build of an Ubuntu distro
+ aws_vpn_linux_cgw.sh Script to set up a Linux instance as a Customer Gateway for Amazon AWS VPN
+ build_alljoyn.sh A desperate attempt to prepare RaspberryPi for compiling AllJoyn source
+ firewall.rules Simple IPtables Firewall Rules
+ harden.sh Attempt to scritify simple system hardening.
+ installstuff.sh Script to prep new personal systems
+ ...

### TO - ADD

- Automatic Openstack installation
- Preeseeds and Kickstarts
- mkdocs ci for documentation

# Setting up Awesome Themes

- Install awesome WM
- Setup awesome-freedesktop
- Setup awesome-copycats
- Copy rc.lua from rc.lua.template
- Edit to enable theme
- Set alacritty or urxvt as x-terminal
- Set rofi at mod + x
- Set OpenWeatherMap API city code to local city code

Repository TODO
---------------

- Add git commit templates

```
git config --global commit.template ~/.git/commit-template.txt

```