Skip to content

Instantly share code, notes, and snippets.

@tavinus
tavinus / cloudsend.sh
Last active January 11, 2026 12:57
Send files to Nextcloud/Owncloud shared folder using curl
#!/usr/bin/env bash
############################################################
# MIGRATED TO REPOSITORY
# https://github.com/tavinus/cloudsend.sh
#
# This gist will NOT be updated anymore
############################################################
############################################################
@kayo-tozaki
kayo-tozaki / Vagrantfile
Last active May 16, 2019 09:48
vagrantfile for ubuntu-gui
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
# ↓yes proxy statement / not set using NAT only
config.proxy.http = "http://your.proxy.address:port_num"
config.proxy.https = "https://your.proxy.address:port_num"
# ↓no proxy statement
#config.proxy.http = ""