Skip to content

Instantly share code, notes, and snippets.

View VitaliySh's full-sized avatar

Vitaliy Shaykhutdinov VitaliySh

  • Somewhere in the Ural Mountains
View GitHub Profile
curl --verbose --user admin:admin -d '{"hello:input": { "name":"talonx"}}' -H "Content-Type: application/json" "http://localhost:8181/restconf/operations/hello:hello-world"
@VitaliySh
VitaliySh / gpspipe.md
Created April 12, 2020 17:07 — forked from nickoala/gpspipe.md
Log GPSD Outputs and Extract Lat/Lon

Log GPSD Outputs and Extract Lat/Lon

$ gpspipe -w             # log to stdout
$ gpspipe -w -o abc.log  # log to a file

To auto-log on startup, insert the following line to the file /etc/rc.local:

@VitaliySh
VitaliySh / vagrant virtualbox vm to vmwarefusion.md
Created July 26, 2018 16:24 — forked from biophonc/vagrant virtualbox vm to vmwarefusion.md
Migrate Vagrant VirtualBox VM to VMware Fusion

Migrate Vagrant VirtualBox VM to VMware Fusion

Notes:

  • Unfortunately the process is not as simple as I'd have expected it, that's why I wrote this little step-by-step instruction.
  • My setup is/was:
    • OSX 10.9.4
    • VirtualBox 4.3.12
    • VMware Fusion 6.0.4
    • OS as VM to migrate: Ubuntu 10.04.4 LTS