Author: Bryan de Vries

Linux introduction

Brief history Linux, computer operating system created in the early 1990s by Finnish software engineer Linus Torvalds and the Free Software Foundation (FSF). While still a student at the University of Helsinki, Torvalds started developing Linux to create a system similar to MINIX, a UNIX operating system.Using almost exclusively the C programming language, Linus developed […]

PowerShell Fundamentals

This post explains the basics of PowerShell and servers as an introduction to the shell.The following sites also provide usefull recources: https://learn.microsoft.com/ https://ss64.com/ps/ About PowerShell PowerShell is a command line shell and scripting language made by Microsoft.It provides us with task automation and configuration management using commands and scripts.Unlike most shell languages Powershell mainly uses […]