I hereby claim:
- I am claudioruiz on github.
- I am claudioruiz (https://keybase.io/claudioruiz) on keybase.
- I have a public key ASCamUVodIs0CwtCCez_qcGVeNyyKP_nq33Hh7f6bazwNQo
To claim this, I am signing this object:
| BEGIN:VCALENDAR | |
| VERSION:2.0 | |
| PRODID:-//National Holidays Calendar//EN | |
| CALSCALE:GREGORIAN | |
| BEGIN:VEVENT | |
| SUMMARY:Día Domingo | |
| RRULE:FREQ=WEEKLY;BYDAY=SU | |
| DTSTART:20250101T000000 | |
| DTEND:20250101T235959 | |
| END:VEVENT |
| # README | |
| This is a very basic repo. It consist in 2 files: | |
| 1. `addvhost.sh` | |
| 2. `wp.sh` | |
| They will help you to streamline a basic virtual host configuration in a Ubuntu machine using Nginx. Also, in case you would like to chose Wordpress, the `wp.sh` script will guide you to install it without messing around with databases, etc. It will do everything automatically. | |
| In a fresh machine, they should be used in order. |
| #!/bin/bash -e | |
| clear | |
| echo "============================================" | |
| echo "WordPress Install Script" | |
| echo "============================================" | |
| # Gathering database login credentials from user input | |
| read -sp "Your mysql root password: " rootpasswd | |
| echo | |
| read -p "Database Name: " dbname |
| BEGIN:VCALENDAR | |
| METHOD:PUBLISH | |
| VERSION:2.0 | |
| X-WR-CALNAME:Copa America Brasil 2019 | |
| PRODID:-//Flexibits Inc./Fantastical for Mac 2.5.7//EN | |
| X-APPLE-CALENDAR-COLOR:#FF3D33 | |
| BEGIN:VTIMEZONE | |
| TZID:America/Santiago | |
| BEGIN:DAYLIGHT | |
| TZNAME:GMT-3 |
| #!/bin/bash | |
| # A script to set up a new mac. Uses bash, homebrew, etc. | |
| # Focused for ruby/rails development. Includes many utilities and apps: | |
| # - homebrew, rvm, node | |
| # - quicklook plugins, terminal fonts | |
| # - browsers: chrome, firefox | |
| # - dev: iterm2, sublime text, postgres, chrome devtools, etc. | |
| # - team: slack, dropbox, google drive, skype, etc |
I hereby claim:
To claim this, I am signing this object:
| # --------------------------------------------------------------------------- | |
| # | |
| # Description: This file holds all my BASH configurations and aliases | |
| # | |
| # Sections: | |
| # 1. Environment Configuration | |
| # 2. Make Terminal Better (remapping defaults and adding functionality) | |
| # 3. File and Folder Management | |
| # 4. Searching | |
| # 5. Process Management |
I hereby claim:
To claim this, I am signing this object:
Custom recipe to get OS X 10.10 Yosemite running from scratch, setup applications and developer environment. I use this gist to keep track of the important software and steps required to have a functioning system after a semi-annual fresh install. On average, I reinstall each computer from scratch every 6 months, and I do not perform upgrades between distros.
This keeps the system performing at top speeds, clean of trojans, spyware, and ensures that I maintain good organizational practices for my content and backups. I highly recommend this.
You are encouraged to fork this and modify it to your heart's content to match your own needs.