November 2020 - Page 44 of 66

How to Enable CIS Benchmarks on IBM AIX 7.1 — step-by-step IBM AIX 7.1 tutorial on Progressive Robot

How to Enable CIS Benchmarks on IBM AIX 7.1

Introduction IBM AIX 7.1 is the latest release of IBM’s enterprise-grade UNIX operating system, running on IBM Power Systems hardware. Known for its reliability, security, and performance in mission-critical environments, AIX 7.1 introduces enhanced virtualization, security hardening, and cloud integration features. This guide covers how to enable cis benchmarks on ibm aix 7.1 on IBM […]

Read more
How to Use Live Partition Mobility on IBM AIX 7.1 — step-by-step IBM AIX 7.1 tutorial on Progressive Robot

How to Use Live Partition Mobility on IBM AIX 7.1

Introduction IBM AIX 7.1 is the latest release of IBM’s enterprise-grade UNIX operating system, running on IBM Power Systems hardware. Known for its reliability, security, and performance in mission-critical environments, AIX 7.1 introduces enhanced virtualization, security hardening, and cloud integration features. This guide covers how to use live partition mobility on ibm aix 7.1 on […]

Read more
How to Configure PowerShell Remoting on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure PowerShell Remoting on Windows Server 2016

How to Configure Windows Server 2016 PowerShell Remoting PowerShell Remoting is one of the most powerful remote management capabilities in Windows Server 2016. It allows administrators to run PowerShell commands and scripts on remote computers as if they were sitting at the console of that machine. Built on the WS-Management protocol (WinRM), PowerShell Remoting enables […]

Read more
Java continue statement — step-by-step Programming tutorial on Progressive Robot

Java continue statement

URL: https://www.progressiverobot.com/java-continue-statement/ Java continue statement is used to skip the current iteration of a loop. Continue statement in java can be used with for, while and do-while loop. Java continue statement When continue statement is used in a nested loop, it only skips the current execution of the inner loop. Java continue statement can be […]

Read more
Como usar variáveis e constantes em Go — step-by-step Programming tutorial on Progressive Robot

Como usar variáveis e constantes em Go

As variáveis são um importante conceito de programação a dominar. Tratam-se de símbolos que assumem um valor que você está usando em um programa. Este tutorial abordará alguns princípios básicos sobre as variáveis e melhores práticas para usá-las dentro dos programas em Go que você…

Read more
Cara Menginstal dan Mengonfigurasi Postfix pada Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cara Menginstal dan Mengonfigurasi Postfix pada Ubuntu 20.04

Postfix adalah Agen Transfer Surat (MTA) sumber terbuka populer yang dapat digunakan untuk mengirimkan surel sesuai rutenya pada sistem Linux. Diperkirakan bahwa sekitar 25% dari server surel publik di Internet menggunakan Postfix. Dalam panduan ini, Anda akan mempelajari cara menginstal dan mengonfigurasi Postfix pada server Ubuntu 20.04.

Read more
How to Dynamically Import JavaScript with Import Maps — step-by-step Javascript tutorial on Progressive Robot

How to Dynamically Import JavaScript with Import Maps

Build tools are an important part of the development experience, but a spec called import maps will allow you to both import external code into your project without a build tool. In this tutorial, you will create and use import maps in JavaScript to import code without build tools, import external code, and use the code without extra build steps.

Read more
How To Do Math in Go with Operators — step-by-step Programming tutorial on Progressive Robot

How To Do Math in Go with Operators

Effectively performing mathematical operations in programming is an important skill to develop because of how frequently you’ll work with numbers. This tutorial will review operators that we can use with the integer and float data types in Go.

Read more
How To Create a Node.js Module — step-by-step Javascript tutorial on Progressive Robot

How To Create a Node.js Module

In Node.js, a module is a collection of JavaScript functions and objects that can be used by external applications. In this tutorial, you will create a Node.js module organized with npm that suggests what color web developers should use in their designs. You will develop the module by storing the colors as an array, and providing a function to retrieve one randomly. Afterwards, you will run through various ways of exporting and importing a module into a Node.js application.

Read more
How to Configure IPsec Policies on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure IPsec Policies on Windows Server 2016

How to Configure Windows Server 2016 IPsec IPsec (Internet Protocol Security) is a suite of protocols that provides authentication, integrity, and encryption for IP network traffic. On Windows Server 2016, IPsec can be configured through Windows Firewall with Advanced Security to protect communications between servers, isolate network segments, and enforce secure communication policies. Common uses […]

Read more
CHAT