Skip to content
View fschiettecatte's full-sized avatar
  • FS Consulting, LLC
  • Seattle, WA
Block or Report

Block or report fschiettecatte

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. High Traffic Server Settings on RHEL... High Traffic Server Settings on RHEL / AlmaLinux / Rocky / EuroLinux / CentOS 8
    1
    # High Traffic Server Settings on RHEL / AlmaLinux / Rocky / EuroLinux / CentOS 8
    2
    
                  
    3
    I recently did some work to optimize the network configuration of an AlmaLinux 8 based web server that receives a lot of traffic.
    4
    
                  
    5
    Of course these settings also apply to RHEL / Rocky / EuroLinux / CentOS 8 (hereafter referred to as Linux 8.) I think these should also work on RHEL / AlmaLinux / Rocky / EuroLinux 9 as well but I have not yet tested them.
  2. 10Gb NIC on RHEL / AlmaLinux / Rocky... 10Gb NIC on RHEL / AlmaLinux / Rocky / EuroLinux / CentOS 8
    1
    # 10Gb NIC on RHEL / AlmaLinux / Rocky / EuroLinux / CentOS 8
    2
    
                  
    3
    I have an [AQC107 10Gb NIC](https://www.marvell.com/products/ethernet-adapters-and-controllers/aqtion-ethernet-controllers.html)
    4
    installed in my PC running AlmaLinux 8. AlmaLinux 8 supports the card well enough but I
    5
    found that a number of network settings need to be changed to get the best performance.
  3. Setting up SAMBA for Linux / MacOS Setting up SAMBA for Linux / MacOS
    1
    
                  
    2
    # Setting up Samba for Linux / MacOS
    3
    
                  
    4
    I recently switched from using [Netatalk](https://netatalk.sourceforge.io) to [Samba](https://www.samba.org) for file access from MacOS to linux.
    5
    
                  
  4. jsonfeed jsonfeed Public

    Java based Parser for JSONFeed

    Java 1

  5. Automatically Setting and Switching ... Automatically Setting and Switching Light / Dark Mode in Bootstrap
    1
    # Automatically Setting and Switching Light / Dark Mode in Bootstrap
    2
    
                  
    3
    [Bootstrap 5.3.0 introducted the concept of a theme](https://getbootstrap.com/docs/5.3/customize/color-modes/) to set the color mode of a website, ostensibly support light color mode and dark color mode.
    4
    
                  
    5
    The [examples on the Bootstrap website](https://getbootstrap.com/docs/5.3/customize/color-modes/#javascript) show how to manually switch between modes but I wanted a way to automatically set the mode based on the operating system setting when the site loaded, and automatically switch the mode when the operating system switched from one mode to another.