15

April

Posted in  General   on  April 15, 2025 by  Glasco0 comments

Here’s a list of 50 Linux article ideas tailored for people who want to become Linux administrators. These cover essential and practical skills across storage management, system administration, performance tuning, backup, networking, and monitoring—using the tools you mentioned as a guide.📦 Storage Management & Disk UtilitiesHow to Partition Disks with fdisk, parted, and gdiskFormatting Disks

Read More

13

April

Posted in  General   on  April 13, 2025 by  Glasco0 comments

Comprehensive Guide to Laptop Battery Information on Fedora 41Monitoring your laptop’s battery health and status on Fedora 41 can be done entirely from the command line. This guide covers battery status, health (capacity degradation), cycle count, and charge/discharge rates using several tools: UPower, TLP, ACPI, and the sysfs interface. We’ll also include installation steps (if needed)

Read More

12

April

Posted in  Battery   on  April 12, 2025 by  Glasco0 comments

First you could go to ChatGPT.com and ask for a tlp.conf for your hardware and version of linux.Comprehensive Guide to Laptop Battery Information on Fedora 41Monitoring your laptop’s battery health and status on Fedora 41 can be done entirely from the command line. This guide covers battery status, health (capacity degradation), cycle count, and charge/discharge rates

Read More

18

March

Posted in  General   on  March 18, 2025 by  Glasco0 comments

IntroductionFirewalld is a replacement for iptables. It is not as difficult as I initially thought. All of the actual files are in /etc/firewalld/.PurposeFirewalld keeps the bad guys from attacking you from the network or the internet.Firewall-cmd show commandsfirewall-cmd –list-allfirewall-cmd –list-all –zone=publicfirewall-cmd –list-all –zone=internalfirewall-cmd –zone=external –list-servicesfirewall-cmd –get-zonesfirewall-cmd –get-active-zonesChange interface zonefirewall-cmd –permanent –zone=work –add-interface=ens224firewall-cmd –permanent –zone=work –change-interface=ens224firewall-cmd

Read More

13

March

Posted in  General   on  March 13, 2025 by  Glasco0 comments

Our website will cover a broad range of Linux topics, ensuring you gain expertise in various domains. Here’s what you can expect to learn:1. Linux Storage and Filesystem ManagementEfficient storage management is crucial for optimizing Linux performance. We cover:Understanding different file systems like ext4, XFS, Btrfs, and ZFS.Setting up and managing RAID configurations for redundancy

Read More