Skip to content

Instantly share code, notes, and snippets.

View ramaroberto's full-sized avatar

Roberto Rama ramaroberto

  • Buenos Aires, Argentina
View GitHub Profile
@ramaroberto
ramaroberto / RawHostManager.vbs
Last active June 30, 2019 09:36
Manager for VirtualBox machines under Windows using raw disks to boot
Option Explicit
'' MIT License
''
'' Copyright (c) 2017, Roberto Rama
''
'' Permission is hereby granted, free of charge, to any person obtaining a copy
'' of this software and associated documentation files (the "Software"), to deal
'' in the Software without restriction, including without limitation the rights
'' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@ramaroberto
ramaroberto / update_dns.py
Last active June 30, 2019 09:35
Cloudflare DNS auto update script for dynamic-ip connections
#!/usr/bin/python
# MIT License
#
# Copyright (c) 2016, Roberto Rama
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell