2015

Remove page o
article thumbnail

7 common mistakes in Go (2015)

SPF13

func (page *Page) saveSourceAs(path string) { b := new(bytes.Buffer) b.Write(page.Source.Content) page.saveSource(b.Bytes(), path) } func (page *Page) saveSource(by []byte, inpath string) { WriteToDisk(inpath, bytes.NewReader(by)) } Stop Doing This!! https://github.com/spf13/hugo/blob/master/hugolib/page.go#L582.

Examples 204
article thumbnail

U.S. Department of Defense sets its cloud security guidelines

Cloud Musings

This 152-page document outlines the security requirements that Department of Defense (DOD) mission owners must adhere to when procuring cloud-based services. To learn more about tech news and analysis visit Tech Page One. In essence, the solution enabler becomes the prime CSP. Grab this Headline Animator ( Thank you.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

VLAN Trunking with Mikrotik RouterOS

Scott Lowe

Their wiki is fairly helpful, but I found the CRS examples page to be the most helpful in my particular situation. Just so we’re all on the same page with regard to terminology, a VLAN trunk is a port that carries multiple VLANs tagged with the assigned VLAN IDs. CLI Concepts. Configuring VLAN Trunking.

article thumbnail

How to Enforce Performance Accountability

Future of CIO

Performance rises on many fronts based on managers and leaders being on the same page: O f course, both of these groups need to buy into the high-performance culture as well and doing several things consistently. Set clear expectations, provide thorough training, track errors, (and retraining when necessary), and reward success.

How To 40