Skip to content

Instantly share code, notes, and snippets.

View dinolupo's full-sized avatar
🏠
Working from home

dino lupo dinolupo

🏠
Working from home
View GitHub Profile
@dinolupo
dinolupo / settings.json
Last active September 26, 2020 18:05
Windows Terminal - settings.json
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"alwaysShowTabs": true,
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"initialCols": 120,
"initialRows": 30,
"requestedTheme": "dark",
"keybindings": [
{ "command": "closeTab", "keys": ["ctrl+w"] },
{ "command": "newTab", "keys": ["ctrl+t"] },
#!/usr/bin/env bash
####################################################
# Ubuntu Linux configuration for WSL 2 #
# Author: Dino Lupo #
# Release Date: 2020/08/30 #
####################################################
# Install Ubuntu latest with WSL version 2
# then launch it and copy this file in Ubuntu with
#

MacOS Sequoia OS configuration

enable comments in interactive shell

sudo vi /etc/zshrc
setopt interactivecomments

some enhancements to MacOS experience

@dinolupo
dinolupo / intel-edison.md
Last active May 19, 2021 22:22
Intel Edison notes

Intel Edison

Procedure to Autostart the Arduino Sketch on Edison

There are many ways to do this, but on Intel Edison I found that the easiest way is using the /etc/init.d directory.

Create a file in /etc/init.d

cd /etc/init.d