diff --git a/README.md b/README.md index 43c4d55..04421d3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,17 @@ -# SuperCow +Hi there! 👋 Welcome to **Supercow**, a collection of useful scripts that I collected along my TI career. -Hi! In my life I passed some problems in TI career. +Everybody has some common problems once in a while that could be easily achieved with some sort of script, or some *snippet* that we found in the internet. Well, this is my personal collection. Some of them are infra-related. Others can be installation scripts or even some sort of dumb automation. -I've decided to join my scripts into a single repository. I could check any of them when needed and share files with those who are interested. +**And you're free to use it and copy all ! 🆓** -You're free to fork or make PR with new script. This repo it's not only mine. You're free, also, to copy and of these scripts to use on your job. Distribute them. Just keep the copyright, add your own and let's share our wonderful job across the planet. +## 👀 Checkout our recommended index + +## General scripts + +| Script name| Short description|💬 More info| +| ---- | --- | :----: | +| Laravel deployment| A fancy bash interactive script to deploy a Laravel installation with RSync. **Needs GitHub Client CLI and NPM installed on machine**.|[see more](https://github.com/andrepg/supercow/blob/main/deploy_laravel_application.sh) | +| Dollibar automatic update | A simple script that receives a Dolibarr version as argument and downloads from official GitHub repository this snapshot.|[see more](https://github.com/andrepg/supercow/blob/main/update_dolibarr_installation.sh) | +| Change Windows RDP Server | A ~honestly~ stolen script from somewhere. It changes the Windows Server RDP Name on web access, via PowerShell. *I don't really know how works*. | [see more](https://github.com/andrepg/supercow/blob/main/set_published_name_remote_desktop_winserver.ps1) | + +Checkout our [repository source code](https://github.com/andrepg/supercow/blob/main) to see more scripts.