TeXnological. Technology and Data Science

Notes about programming on iPhone, iPad, C#, PHP, data science and other things.

Monday, September 2, 2019

How to use git to connect to Github and Gitlab on the same machine

›
Well, easy problem to solve. Just edit/create the SSH config file ~/.ssh/config and add the two providers Host github HostName github....
Saturday, August 31, 2019

Setting up PostgreSQL DB with Java Spring Boot and Gradle

›
Let's start checking the dependencies, considering that I am using for this example spring boot 2.1.7 . Go to your build.gradle file ...
Wednesday, March 8, 2017

Setting up Strict Transport Security (HSTS) in NGINX under a Vagrant Box

›
Today we I going to show how to set up HTTP Strict Transport Security (HSTS) in NGINX to improve slightly the security of your webapp. HT...
Thursday, September 29, 2016

Setting up PHP-Kafka using librdkafka wrapper phpkafka from EVODelavega under Ubuntu.

›
We will install kafka for PHP based on the libraries: https://github.com/EVODelavega/phpkafka https://github.com/edenhill/librdkafka S...
Sunday, September 4, 2016

How to run Laravel 5.3 in a 1and1 shared hosting

›
How to run Laravel 5.3 in a 1and1 shared hosting 1.- Go to your Control Panel and set the default PHP version to 5.6 for your current...
Wednesday, August 3, 2016

How to download a file grom S3 with Laravel

›
Today let's explain how to download a file from S3 using laravel. Next time I will explain how to upload the file. 1) Set up the buck...
Tuesday, March 1, 2016

Setting up Capistrano for Laravel 5 in Ubuntu

›
Capistrano for Laravel 5 in Ubuntu Install Capistrano in Ubuntu gem install capistrano SSH access Capistrano deploys using SSH. Th...
›
Home
View web version
Powered by Blogger.