| by Scott Kilroy

How to Install TensorFlow machine-learning framework on Ubuntu 20.04

TensorFlow is a free and open-source machine-learning platform developed by Google. It helps developers and data scientists to simplify the process of implementing machine-learning models.

Share Button
Read More
| by Scott Kilroy

How to create Cloudwatch alarms for an S3 Bucket on AWS

Cloudwatch provides Storage Metrics and Request Metrics for S3 Buckets. Storage Metrics come up with no extra cost and provided once a day whereas Request Metrics are available at 1-minute intervals and incur charges.

Share Button
Read More
| by Scott Kilroy

How to Create a KVM Virtual Machine Template

A virtual machine template is essentially a copy of the installed virtual machine that comes in handy when you want to deploy multiple instances of virtual machines. Creating a template is a 3 step
The post How to Create a KVM Virtual Machine Template …

Share Button
Read More
| by Scott Kilroy

5 advanced rsync tips for Linux sysadmins

Use rsync compression and checksums to better manage file synchronization.

Share Button
Read More
| by Scott Kilroy

Microsoft Defender for Linux now has endpoint detection and response security

Microsoft’s server-based Linux security program is ready to protect your Linux servers, Windows desktops, and Macs.

Share Button
Read More
| by Arround The Web

Fixing git/github merge conflicts

Introduction In our previous article on the git version control system, we explained how we could modify our files in repositories in our GitHub account and then pull the changes from GitHub to the git repositories on our local system and keep the files in synchronization. Now, what if we modified the same piece of […]

The post Fixing git/github merge conflicts appeared first on The Linux Juggernaut.

Share Button
Read More
| by Arround The Web

Pulling changes from GitHub to Git

Introduction In our previous article, we demonstrated how we would push our git repositories from our local system out to GitHub. In this article, we will demonstrate how we would actually make changes in a file within a repository on GitHub and then pull the changes/updates to our local machine.   Demonstration: I’ll continue to […]

The post Pulling changes from GitHub to Git appeared first on The Linux Juggernaut.

Share Button
Read More
| by Arround The Web

How to Install Different PHP (5.6, 7.x and 8.0) Versions in Ubuntu

PHP (recursive acronym for PHP: Hypertext Preprocessor) is an open-source, popular general-purpose scripting language that is widely-used and best suited for developing websites and web-based applications. It is a server-side scripting language that ca…

Share Button
Read More
| by Arround The Web

How to Install NGINX on Ubuntu 20.04 and Host Website

NGINX is an open-source web server software. You can deploy NGINX as a standalone web server, or as a proxy in front of other web servers (in essence, reverse proxy). Nginx is one of the best web servers to host […]
The post How to Install NGINX on U…

Share Button
Read More
| by Scott Kilroy

Update your NVIDIA drivers on Linux due to multiple security issues found

NVIDIA had multiple security issues that they put out in a recent security bulletin.

Share Button
Read More
| by Scott Kilroy

KDE Plasma 5.21 Brings Low-latency Compositing, New Kickoff Menu, and Wallpaper

The KDE team announced the first 2021 update today (Jan 9) with many new additions to the Plasma Desktop.

Share Button
Read More
| by Scott Kilroy

KDE Frameworks 5.78 Brings Support for the AV1 Image Format to All KDE Apps, More

Containing a month’s worth of new features, enhancements and fixes, the KDE Frameworks 5.78 release is here

Share Button
Read More
| by Scott Kilroy

How to Install Invoice Ninja on Ubuntu 20.04

Invoice Ninja is a free and open-source online invoicing app for freelancers & businesses that helps you to accept payments, track expenses, create proposals, and time-tasks. In this tutorial, we will show you how to install Invoice Ninja with Apac…

Share Button
Read More
| by Scott Kilroy

How to recover AWS account access if the MFA device is lost

It is recommended to enable Multifactor Authentication (MFA) for your AWS account. MFA is used to secure your AWS account, it adds an extra layer of security to the account. This guide shows you how to access your account when the 2nd-factor device is …

Share Button
Read More
| by Scott Kilroy

How To Find Last Login on Linux

As you are performing your sysadmin tasks, some users may try to connect to your server in order to perform their daily tasks.

Share Button
Read More
| by Scott Kilroy

A Complete Guide to Usage of “usermod” command – 15 Practical Examples with Screenshots

In Unix/Linux distributions, the command “usermod” is used to modify or change any attributes of a already created user account via command line.

Share Button
Read More
| by Arround The Web

Why IT Support is Essential for Every Business

All businesses operate with some level of IT these days. Whether you are running a small company based out of an office or a multinational corporation with thousands of employees, you will use some level of computing in your business. IT support compan…

Share Button
Read More
| by Arround The Web

How to Set Up High Availability for Resource Manager – Part 6

YARN is the Processing Layer of Hadoop, which consists of the Master (Resource Manager) and Slave (Node Manager) services to process the data. Resource Manager (RM) is the critical component that is responsible for
The post How to Set Up High Availabil…

Share Button
Read More
| by Scott Kilroy

How to Install KDE Plasma 5 on Arch Linux

KDE Plasma 5 is the fifth generation desktop environment from KDE. KDE plasma requires less space and has a higher response rate.  Meaning that you can run KDE in low space and feel the great user experience and smoothness. KDE […]
The post How to In…

Share Button
Read More
| by Scott Kilroy

How to Install MariaDB on Ubuntu 20.04 LTS

MariaDB is a free and open-source relational database management system (RDMS) which is a fork and drop-in replacement of MySQL. It is developed and maintained by the community and the set of developers who once worked on MySQL before it […]
The post…

Share Button
Read More