Skip to content

Instantly share code, notes, and snippets.

View tsu84's full-sized avatar

Tsuneo Kurihara tsu84

  • Baasbox
  • Rome, Italy
  • X @tsu84
View GitHub Profile

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a
Verifying that +tsuneo is my blockchain ID. https://onename.com/tsuneo
@tsu84
tsu84 / karbonhara.txt
Last active April 6, 2021 12:19
La ricetta per gli spaghetti alla Karbonhara
Spaghetti alla Karbonhara
per n porzioni:
Ingredienti (per n*130 grammi di pasta):
- n*130gr di pasta (spaghetti o bombolotti consigliati)
- n*1 uovo/a
- n*100gr di guanciale tagliati a listarelle o a cubetti con sezione da 1cm
- n cucchiai/o di pecorino romano
- pepe
@tsu84
tsu84 / .htaccess
Created December 17, 2014 15:19
Redirect HTTP from root to subdirectory
#setting for mysite.com linking to /subdir
RewriteEngine on
RewriteBase /
# Avoid Loop on directory
RewriteCond %{REQUEST_URI} !^/subdir/
# Rewrites all URLS [Replace "domain" with the actual domain, without the TLD (.com, .net, .biz, etc)]
RewriteCond %{HTTP_HOST} ^(www\.)?mysite.com\.