| by Scott Kilroy

Best Free and Open-Source Linux Operating Systems for Home Users

Usually, the operating system in your computer doesn’t allow you to change its functions and other aspects. But, you can find some that allow you full control over all aspects. Not only that, but they also allow you to distribute your version freely. T…

Share Button
Read More
| by Arround The Web

Remove User in Linux Using the Command Line

One of the most basic tasks that you should know is how to manage the users on Linux systems. In this article, you will learn how to remove a user in Linux by using the userdel command and its options.
The post Remove User in Linux Using the Command Li…

Share Button
Read More
| by Arround The Web

Best 5 commands to check HostName in Linux

This quick tutorial from 2DayGeek will show you how to check the hostname using different commands in Linux.
The post Best 5 commands to check HostName in Linux appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

Linux Foundation Launches Open 3D Foundation, Let the Game Begin

The Linux Foundation has announced a new project that 3D game developers will definitely be interested in. The project, called the Open 3D Foundation, will start with the new Open 3D Engine (O3DE), an updated version of Amazon’s Lumberyard game engine….

Share Button
Read More
| by Scott Kilroy

How to Check SSD/HDD Health on Linux

S.M.A.R.T is a tool used to monitor the health status of SSD and HDD. It also allows you to perform on-demand tests on the drive. In this post, we will show you how to check SSD and HDD health on Linux.

Share Button
Read More
| by Arround The Web

Linux for Starters Part 7: Your Guide to Linux—Installing Software

In this article we introduce various ways to install software using a graphical interface.

The post Linux for Starters Part 7: Your Guide to Linux—Installing Software appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

KaOS 2021.06 Released, Brings the Latest KDE Plasma 5.22

KaOS provides one of the best integrations yet of a refreshed KDE-based computing platform. The latest KaOS 2021.06 release comes with KDE Plasma 5.22, which offers new visual effects and a new system monitor.

The post KaOS 2021.06 Released, Brin…

Share Button
Read More
| by Scott Kilroy

How to connect ONLYOFFICE Desktop Editors v.6.3 to your Seafile server

Source: Howtoforge Linux Howtos und Tutorials

Share Button
Read More
| by Scott Kilroy

How to manage AWS IAM using aws-cli

Managing IAM Users, Groups, and Roles from your terminal is easy and interesting, you just need to execute the commands to achieve the task. In this article, we will see the commands to create Users, Groups, and Roles.

Share Button
Read More
| by Scott Kilroy

How to manage an AWS RDS instance using aws-cli

You can easily create and manage RDS resources using aws-cli commands. In this article, we will see the commands to create an RDS MySql Instance and how to make a snapshot of the database.

Share Button
Read More
| by Scott Kilroy

Install ModSecurity with Apache in a Docker Container

ModSecurity is a free, open-source, and most popular web application firewall (WAF) that protects your web application against a wide range of Layer 7 attacks. In this tutorial, I will show you how to install ModSecurity 3 with Apache inside a Docker c…

Share Button
Read More
| by Scott Kilroy

How to manage AWS Cloudwatch using aws-cli

In this article, I will show you aws-cli commands to manage Cloudwatch from the terminal. This guide will help you get started with using aws-cli for creating, managing Cloudwatch alarms.

Share Button
Read More
| by Scott Kilroy

What does null mean in Linux and Computing

In this article, I will give you a short explanation of what the value null or the null device means in the computing world.

Share Button
Read More
| by Scott Kilroy

Getting started with ReactOS

ReactOS is a relatively new open source operating system that resembles the looks of Windows NT and aims to offer similar levels of functionality and application compatibility. Featuring a wine-based user mode, this system doesn’t use any of the Unix a…

Share Button
Read More
| by Scott Kilroy

Linux lsof Command Tutorial for Beginners (15 Examples)

The lsof command in Linux displays in its output information about files that are opened by processes. In this article, we will discuss the tool using 15 easy-to-understand examples.

Share Button
Read More
| by Scott Kilroy

How to Setup ZSH and Oh-my-zsh on Linux

The Z Shell or zsh is an interactive UNIX shell and powerful command-line interpreter for scripting language including shell scripting. The Z shell has become one of the most popular shells for Linux operating system. It’s rich in features and easy to …

Share Button
Read More
| by Scott Kilroy

Manage AWS SNS Topics using aws-cli

In this article, I will show you the commands to create an SNS Topic, Subscription, confirm, and delete the Subscription on Linux shell using aws-cli.

Share Button
Read More
| by Scott Kilroy

Manage AWS VPC using aws-cli

Managing a VPC and other resources like Subnet, Route Table, Internet Gateway from the terminal using aws-cli can be a bit confusing if you are not good at VPC. In this article, we will create a VPC with 2 Subnets, Route Table, and Internet Gateway, th…

Share Button
Read More
| by Scott Kilroy

What is Ingress Controller and how to deploy Nginx Ingress Controller in Kubernetes Cluster on AWS using Helm

Ingress is a Kubernetes object that manages external access to the services in the Kubernetes Cluster. In this article, we will see the installation of the Nginx Ingress Controller using Helm on the Kubernetes Cluster set up using Kops.

Share Button
Read More
| by Scott Kilroy

Manage AWS SQS Queues using aws-cli

You can perform operations on SQS like list, create, delete Queues and send messages, receive messages from your terminal using aws-cli. In this article, we will see the commands to perform these kinds of operations.

Share Button
Read More