| by Scott Kilroy

How to create a bucket and upload files to amazon s3

Amazon simple storage service (S3) is an object-based serverless storage service that Amazon provides. It allows to upload, store, and download any type of files and the subscriber has control over the accessibility of data, i.e. privately/publicly accessible. To configure s3, go to the amazon s3 console using this link After that, you can create […]

The post How to create a bucket and upload files to amazon s3 appeared first on The Linux Juggernaut.

Share Button
Read More
| by Scott Kilroy

2 Ways to Install MariaDB on CentOS 7

MariaDB is a popular open-source SQL database management system that is a fork and drop-in replacement for MySQL.  Since the acquisition of MySQL by Oracle, MariaDB has become the database system of choice by the open-source community. MariaDB provides…

Share Button
Read More
| by Scott Kilroy

How to Easily Resize and Convert Images from the Linux Command Line

2DayGeek: This quick article shows you how to resize and convert images on Linux.

Share Button
Read More
| by Scott Kilroy

Watch: Cyberpunk 2077 Running on Arch Linux

Cyberpunk 2077 launched today on Steam, but it’s a Windows-only game

Share Button
Read More
| by Scott Kilroy

Souk – New Independent Flatpak App Store Coming to GNOME

Tired of gnome-software eating up your RAM, slowing your system? Souk – a new Flatpak app store that comes to the rescue.

Share Button
Read More
| by Arround The Web

Distribution Release: GeckoLinux 152.201210

GeckoLinux is a Linux spin based on the openSUSE distribution, with a focus on polish and out-of-the-box usability on the desktop. The project has published updated media for both its Static and Rolling branches. “All editions in this update receive q…

Share Button
Read More
| by Scott Kilroy

How Kali Linux creators plan to handle the future of penetration testing

The company’s main goal, according to her, is to train millions of professionals to embrace the hacker mindset

Share Button
Read More
| by Scott Kilroy

What is ip command in linux

The ip command is a useful tool for assigning an address to a network interface and/or configure network interface parameters on Linux operating systems.  It is used to bring interfaces up or down, assign and remove addresses and routes, manage ARP cache, and much more. This command replaces old good and now deprecated ifconfig command on modern […]

The post What is ip command in linux appeared first on The Linux Juggernaut.

Share Button
Read More
| by Scott Kilroy

8 examples of using ifconfig command

ifconfig is a network management tool in Linux that we can use to check the IP addresses of Linux systems as well as configure network interfaces. It allows users to to configure, manage and query network interface parameters via command line interface or in a system configuration scripts. In this guide, we will see how […]

The post 8 examples of using ifconfig command appeared first on The Linux Juggernaut.

Share Button
Read More
| by Scott Kilroy

Now and Then: What happened to DFileManager?

Let’s jump forward 5 years. What happened to DFileManager in the intervening period?

Share Button
Read More
| by Scott Kilroy

How to use Ethtool in linux

Ethtool is a useful linux utility that we can use to view and modify the ethernet device settings. By following this article, you will learn how to change the speed in your network card, modify auto-negotiation settings and changing duplex modes in your network card. Installing ethtool #apt install ethtool Once it is installed, use […]

The post How to use Ethtool in linux appeared first on The Linux Juggernaut.

Share Button
Read More
| by Scott Kilroy

How to Install Netdata Monitoring Tool on Ubuntu 22.04

Netdata is a free and open-source performance and health monitoring solution for Linux, macOS, and FreeBSD. It provides real-time statistics and allows you to monitor cloud-based servers, containers, and your entire IT infrastructure.

Share Button
Read More
| by Scott Kilroy

How to Install Slack on Ubuntu 20.04

Slack is a modern communication platform for companies to replace emails. In this guide we will learn how to install Slack under Ubuntu 20.04. Slack can be easily installed on your system by following a few basic steps. Here we will use the snap packag…

Share Button
Read More
| by Scott Kilroy

How to use S3 Storage Lens to view storage usage and activity metrics of S3 Bucket on AWS

AWS S3 Storage Lens gives visibility into object storage usage, activity trends. It gives recommendations to improve cost-efficiency, also it applies data protection best practices. It is the first analytics service that provides a  single view of obje…

Share Button
Read More
| by Scott Kilroy

How to Migrate CentOS 8 Installation to CentOS Stream

This week, Red Hat created a huge public outcry over its announcement regarding the future of CentOS. Red Hat, in a shocking move, is discontinuing CentOS Project in favor of the rolling release, CentOS
The post How to Migrate CentOS 8 Installation to …

Share Button
Read More
| by Arround The Web

5 Reasons Why Startups Fail

There are hundreds, if not thousands, of successful startup examples and so many motivating stories around them. It makes the path seem already trodden and explored, so you no longer can resist the urge to become an entrepreneur. Indeed, learning from …

Share Button
Read More
| by Scott Kilroy

Chattr Command in Linux

Learn how to use the chattr command to change file attributes on Linux file systems.

Share Button
Read More
| by Scott Kilroy

Red Hat Builds Native Edge Computing Features into RHEL and OpenShift

The features are meant to make it easier for customers to add edge deployments to their existing infrastructure.

Share Button
Read More
| by Scott Kilroy

How to use rsyslog to create a Linux log aggregation server

Create a central log repository by using rsyslog, and then configure Linux servers to forward logs to the repository.

Share Button
Read More
| by Scott Kilroy

How to clone your Raspberry PI SD card in Linux

Wouldn’t it be great, if you can make a snapshot of the current state of your Raspberry PI operating system?

Share Button
Read More