Skip to content

Instantly share code, notes, and snippets.

@mutin-sa
mutin-sa / Top_Public_Time_Servers.md
Last active May 25, 2024 19:42
List of Top Public Time Servers

Google Public NTP [AS15169]:

time.google.com

time1.google.com

time2.google.com

time3.google.com

@alanrenouf
alanrenouf / Virtual SAN Deployment Script.ps1
Created November 15, 2016 06:22
The All-in-One Virtual SAN Deployment Script
###########################################################
# #
# VMware Virtual SAN -- Making Storage Great Again #
# #
###########################################################
###########################################################
# #
# The All-in-One Virtual SAN Deployment Script #
# #
# by Alan Renouf and Rawlinson #
class PostsController < ActionController::Base
def create
Post.create(post_params)
end
def update
Post.find(params[:id]).update_attributes!(post_params)
end
private