Skip to content

Instantly share code, notes, and snippets.

View RobertoD91's full-sized avatar

Roberto RobertoD91

  • Naples
View GitHub Profile
@RobertoD91
RobertoD91 / # gazebo11 - 2024-04-12_17-41-01.txt
Created April 12, 2024 15:42
gazebo11 (osrf/simulation/gazebo11) on macOS 14.4 - Homebrew build logs
Homebrew build logs for osrf/simulation/gazebo11 on macOS 14.4
Build date: 2024-04-12 17:41:01
30€ oculus store for new activation
https://www.oculus.com/referrals/link/RobertoD91/
# pre installed
ssh-keygen -D /usr/lib/ssh-keychain.dylib
# with opensc
ssh-keygen -D /usr/local/lib/opensc-pkcs11.so
password for ArubaKey.zip of ArubaKeyInstaller.dmg
akpswzip
{
"config": {
"chainId": 112,
"homesteadBlock": 0,
"eip150Block": 0,
"eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"eip155Block": 0,
"eip158Block": 0,
"byzantiumBlock": 0,
"constantinopleBlock": 0,

Keybase proof

I hereby claim:

  • I am robertod91 on github.
  • I am robertod91 (https://keybase.io/robertod91) on keybase.
  • I have a public key ASBs0nhg308J1uuqcFBUti5xvXSmKVY4VblL_donrvGUzQo

To claim this, I am signing this object:

# Istruzioni installazione DSP - testate in Ubuntu 18.04 in vmware
# solo su vmware
#sudo apt install open-vm-tools-desktop open-vm-tools
#consigliati
sudo apt install -y openssh-server tmate tmux
# essenziali
sudo apt install -y build-essential git screen
@RobertoD91
RobertoD91 / hstr-kali1
Last active April 11, 2020 15:23
hstr kali workaroud libreadline 8
#!/bin/bash
## build hstr on kali
set -e
cd ~
git clone https://github.com/dvorka/hstr.git
cd hstr/
sudo apt install automake autoconf pkg-config gcc make libncursesw5-dev libreadline-dev
# autotools not avarable in kali
@RobertoD91
RobertoD91 / test_medium.swift
Created April 2, 2020 16:56
test medium swift
import UIKit
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
}
@IBAction func showMessage(sender: UIButton) {