Tag: Security

Visual Studio Code October 2022
Downloads: Windows: User System ARM | Mac: Universal 64 bit Arm64 | Linux: deb rpm tarball ARM snap Welcome to the October 2022 release of Visual Studio Code. There are many updates in this version …

LFCS – Firewalld
I hope you enjoy the articles for the LFCS Certification. If you have been following along using VirtualBox to go through the articles, then you will be ready for this one. If you are jumping …

Visual Studio Code August 2022
Downloads: Windows: User System ARM | Mac: Universal 64 bit Arm64 | Linux: deb rpm tarball ARM snap Welcome to the August 2022 release of Visual Studio Code. August is when many of the engineers …

Linux: Finding Files
When using any Operating System (OS), it is sometimes necessary to find files. Some commands we’ll cover in this article will look for specific types of files. Others will look for any file in specific …

Monthly News – May 2022
Many thanks to our sponsors and all the people who donated to us. Thank you for your generous donations! Many thanks also to our developers, moderators and all the people in our community who help …

LFCS – Kerberos Authentication (Ubuntu)
Kerberos is an authentication method which helps improve security between systems. For systems that need to access another, such as Secure Shell (SSH), Kerberos is a great way to keep the connection secure. If you …

LFCS – Kerberos Authentication (CentOS7)
Kerberos is an authentication method that can assign a user a ‘ticket’ after the first sign-on. Once a user has entered a correct password, then they are granted a ‘ticket’ to allow connection again without …

Using Containers to move from local to Remote Development
April 4, 2022 by Olivia Guzzardo, @OliviaGuzzardo One of my favorite things that industry professionals like to ask aspiring developers is, “How many lines of code does the average developer write per day?” Most guess …

Visual Studio Code November 2021
Downloads: Windows: User System ARM | Mac: Universal 64 bit Arm64 | Linux: deb rpm tarball ARM snap Welcome to the November 2021 release of Visual Studio Code. There are many updates in this version …

BASH 01 – Script Basics
This article is the first in a series of articles to cover Bash Scripting. More articles will follow which will build on each other, so make sure you look over each article. It is preferable …