Microsoft Releases Windows Admin Center
Microsoft has officially released Windows Admin Center, a free tool that promises to streamline how administrators manage their Windows Server and Windows 10 systems.A lightweight, browser-based...
View ArticleHow to Speed Up Your Website using WebP Images
WebP is an open image format developed by Google in 2010 based on the VP8 video format. Since then, the number of websites and mobile applications using the WebP format has grown at a fast pace. Both...
View ArticleHow to Set Up SSH Keys on CentOS 7 Server
SSH, or secure shell, is an encrypted protocol used to administer and communicate with servers. When working with a CentOS server, chances are, you will spend most of your time in a terminal session...
View ArticleHow to Set Up SSH Keys on Ubuntu 16.04
SSH, or secure shell, is an encrypted protocol used to administer and communicate with servers. When working with an Ubuntu server, chances are you will spend most of your time in a terminal session...
View ArticleHow to Connect Wi-Fi Network Interface From Linux Shell Prompt
There are several tools for managing a wireless network interface on linux but my favorite one is nmcli, a command-line tool used to create, show, edit, delete, enable, and disable network connections,...
View ArticleHow to Deploy Open Source Firewall Solution using IPFire
Securing your network especially in current era of Cyber-attack is an incredibly challenging task, one that’s made even more difficult by software that adds yet another layer of complexity on top....
View ArticleIntroducing Windows Defender System Guard Runtime Attestation
At Microsoft, we want users to be in control of their devices, including knowing the security health of these devices. If important security features should fail, users should be aware. Windows...
View ArticleHow to Set Up LEMP Stack using Software Collections Repository on CentOS 7
A LEMP software stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents...
View ArticleHow to Set Up Docker on Ubuntu 16.04 Server
Docker is an application that makes it simple and easy to run application processes in a container, which are like virtual machines, only more portable, more resource-friendly, and more dependent on...
View ArticleHow to Set Up SSH Servers, Clients, and Keys
SSH is a secure protocol used as the primary means of connecting to Linux servers remotely. It provides a text-based interface by spawning a remote shell. After connecting, all commands you type in...
View ArticleHow to Set Up Ansible on Ubuntu 16.04
Configuration management systems are designed to make controlling large numbers of servers easy for administrators and operations teams. They allow you to control many different systems in an automated...
View ArticleHow to Set Up Kubernetes 1.10 Cluster using Kubeadm on Ubuntu 16.04
Kubernetes is a container orchestration system that manages containers at scale. Initially developed by Google based on its experience running containers in production, Kubernetes is open source and...
View ArticleWhat's New in Ubuntu 18.04
The Ubuntu operating system's most recent Long Term Support (LTS) release, version 18.04 (Bionic Beaver), was released on April 26, 2018.This article is intended as a brief overview of new features and...
View ArticleHow to Upgrade to Ubuntu 18.04
The Ubuntu operating system's latest Long Term Support (LTS) release, Ubuntu 18.04 (Bionic Beaver), was released on April 26, 2018. This tutorial will explain how to upgrade an Ubuntu system of version...
View ArticleBasic Server Setup with Ubuntu 18.04
When you first create a new Ubuntu 18.04 server, there are a few configuration steps that you should take early on as part of the basic setup. This will increase the security and usability of your...
View ArticleHow to Install Linux, Apache, MySQL, PHP (LAMP) Stack on Ubuntu 18.04
A "LAMP" stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents the...
View ArticleHow to Set Up SSH Keys on Ubuntu 18.04
SSH, or secure shell, is an encrypted protocol used to administer and communicate with servers. When working with an Ubuntu server, chances are you will spend most of your time in a terminal session...
View ArticleHow to Set Up Nginx on Ubuntu 18.04
Nginx is one of the most popular web servers in the world and is responsible for hosting some of the largest and highest-traffic sites on the internet. It is more resource-friendly than Apache in most...
View ArticleHow to Secure Nginx with Let's Encrypt on Ubuntu 18.04
Let's Encrypt is a Certificate Authority (CA) that provides an easy way to obtain and install free TLS/SSL certificates, thereby enabling encrypted HTTPS on web servers. It simplifies the process by...
View ArticleHow to Install Apache Web Server on Ubuntu 18.04
The Apache HTTP server is the most widely-used web server in the world. It provides many powerful features including dynamically loadable modules, robust media support, and extensive integration with...
View Article