Remove 2014 Remove Linux Remove Software Remove Windows
article thumbnail

Cross Compiling with Go

SPF13

goxc -d="$HOME/Code/GoBuilds/" -bc="linux windows darwin freebsd netbsd" -pv=0.10 -o="{{.Dest}}{{.PS}}{{.AppName}}{{.PS}}{{.Version}}{{.PS}}{{.AppName}}_{{.Version}}_{{.Os}}_{{.Arch}}{{.Ext}}" goxc -d="$HOME/Code/GoBuilds/" -bc="linux windows darwin freebsd netbsd" -o="{{.Dest}}{{.PS}}{{.AppName}}{{.PS}}{{.Version}}{{.PS}}{{.AppName}}_{{.Version}}_{{.Os}}_{{.Arch}}{{.Ext}}"

Linux 188
article thumbnail

Microsoft angers the.NET open source community with a controversial decision

The Verge

Microsoft has spent the past 10 years embracing open-source software and, at several points, even admitting it loves Linux and the open source community. The Linux Foundation even praised Microsoft for working with the open source community after the company joined the foundation nearly five years ago.

Insiders

Sign Up for our Newsletter

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

article thumbnail

The Hacker Mind: Shellshock

ForAllSecure

How could open source software be vulnerable for so long? Years ago, I was the lead security software reviewer at ZDNet and then at CNET. This was a software flaw. Fuzz testing is similar to randomly striking keys and producing an unexpected result from the software. And I was able to repeat the process over and over.

article thumbnail

The Hacker Mind: Shellshock

ForAllSecure

How could open source software be vulnerable for so long? Years ago, I was the lead security software reviewer at ZDNet and then at CNET. This was a software flaw. Fuzz testing is similar to randomly striking keys and producing an unexpected result from the software. And I was able to repeat the process over and over.

article thumbnail

Bulletproofing your threat surface with the Microsoft security ecosystem

CIO Business Intelligence

Since Satya Nadella took the helm in 2014, Microsoft has doubled down on its support for non-Microsoft technologies. Its commitment to Linux turned what might have been a Windows Server-based cloud computing backwater into the Microsoft Azure powerhouse, the only public cloud to give the AWS juggernaut a serious run for its money.

article thumbnail

History of Computer Hacking and Cybersecurity Threats: From the 50s to Today

ForAllSecure

“Hacker” referred to people who explored the limits of computer technology and found ways to modify or improve computer hardware and software. The Creeper virus was not designed to cause harm, but it marked the beginning of a new era in computer security, where malicious software could be used to cause significant damage.

Malware 75
article thumbnail

Getting Started with Go

SPF13

This presentation was given as a Workshop at OSCON 2014. Software is slow • Sofware is hard to write • Software doesn’t scale well 15. export GOPATH=$USER/go export GOROOT= go env GOROOT PATH=$PATH:$GOPATH/bin Linux & Mac 51 Add this to your ~/.bashrc Windows •Control panel > System 52. Description.

Licensing 257