ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. scottalanmiller
    3. Topics
    • Profile
    • Following 170
    • Followers 168
    • Topics 3,472
    • Posts 151,750
    • Groups 1

    Topics

    • scottalanmillerS

      Tracking Down an Apache & WordPress Memory Leak

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion wordpress apache ubuntu linux ubuntu 19.04 httpd prefork
      5
      1 Votes
      5 Posts
      2k Views
      scottalanmillerS

      We got it. Had to open the Nginx logs and noticed too many "posts" in the error log. Dug in and it was three ranges overseas all hitting with a "post timeout attack." It was a light DDoS where sessions were being opened and held causing nginx to wait on a timeout. This caused Apache to just increment forever. Once we blocked those ranges, the Apache thread count started to drop for the first time, and memory started to release. And the continuous flood of nginx error logs ceased.

      If you are looking at nginx error logs, this is what you look for: upstream timed out (110: Connection timed out) while reading response header from upstream, client:

      You can use this command to collect the offending IP addresses:

      grep "upstream timed out" error.log | cut -d' ' -f20

      Then use your firewall to shut them down. We are all good now! Woot.

    • scottalanmillerS

      WordPress Cutover Main Page Works, but Secondary Pages Do Not

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion wordpress cloudflare nginx varnish apache php ubuntu linux ubuntu 19.04
      19
      0 Votes
      19 Posts
      2k Views
      CloudKnightC

      Well let's talk about fedora and updating killing a laptop lol....

    • scottalanmillerS

      MariaDB Restore Needs Binary Mode for ASCII \0 Error

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion mysql mariadb database
      1
      0 Votes
      1 Posts
      819 Views
      No one has replied
    • scottalanmillerS

      An Overview of RAID - CompTIA A+ 220-901 220-902 Video Training by Prof. Messer

      Watching Ignoring Scheduled Pinned Locked Moved IT Careers storage raid prof messer youtube a+ comptia it training
      22
      1 Votes
      22 Posts
      2k Views
      scottalanmillerS

      @connorsoliver said in An Overview of RAID - CompTIA A+ 220-901 220-902 Video Training by Prof. Messer:

      Is using a RAID 1 configuration faster as well? Or is its main purpose so if you lose one of the drives you have a backup?

      Primary purpose is definitely data protection. But RAID 1 provides a 200% read performance benefit over using a single drive. Write performance is the same as a single drive.

    • scottalanmillerS

      An Overview of Storage Devices - CompTIA A+ 220-901 220-902 Video Training by Prof. Messer

      Watching Ignoring Scheduled Pinned Locked Moved IT Careers youtube storage prof messer a+ comptia it training video training dvd bluray hard drive ssd sshd hot swap
      9
      1 Votes
      9 Posts
      2k Views
      scottalanmillerS

      @connorsoliver said in An Overview of Storage Devices - CompTIA A+ 220-901 220-902 Video Training by Prof. Messer:

      What did he mean when he said there's only a limited number or writes on a USB flash drive.

      So this is a small mistake on the A+ material. They are making assumptions about the storage media based on the communications protocol. But it's based on very common things. A standard USB flash drive using a flash memory technology that "wears out" as you write to it, but essentially never wears out as you read it.

      So the way that a USB stick is "meant to be used" is that you store things on it and read it a lot. You can change it, but it isn't meant for constant writes.

      So under "normal" use, USB sticks last a long time. But it you write to it constantly (like when using it as swap) you will cause the memory chip(s) to die quickly.

    • scottalanmillerS

      NextCloud 16 and NC Talk 6.0.0 Can't Make Group Chat

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nextcloud nextcloud 16 nextcloud talk nextcloud talk 6
      1
      0 Votes
      1 Posts
      295 Views
      No one has replied
    • scottalanmillerS

      Installing and Configuring Expansion Cards - CompTIA A+ 220-901 220-902 Video Training by Prof. Messer

      Watching Ignoring Scheduled Pinned Locked Moved IT Careers a+ prof messer comptia certification youtube
      5
      1 Votes
      5 Posts
      347 Views
      scottalanmillerS

      @connorsoliver said in Installing and Configuring Expansion Cards - CompTIA A+ 220-901 220-902 Video Training by Prof. Messer:

      I've seen that people have used two graphics cards in a setup. How does this work exactly? I'm assuming you don't use the video outputs of both graphics cards.

      Generally it is handled by a proprietary "bridge" for those specific cards that makes two (or more) cards act as one. Same as have two CPUs in a single PC.

    • scottalanmillerS

      Understanding PC Memory - CompTIA A+ 220-901 220-902 Video Training by Prof. Messer

      Watching Ignoring Scheduled Pinned Locked Moved IT Careers memory prof messer a+ comptia certification youtube
      7
      1 Votes
      7 Posts
      671 Views
      scottalanmillerS

      @connorsoliver said in Understanding PC Memory - CompTIA A+ 220-901 220-902 Video Training by Prof. Messer:

      What exactly does registered memory do?

      Wikipedia has about the best explanation of this. Mostly we ignore this, IT people really don't think about registered vs non-registered memory, that's something bench people worry about or your server vendor, but not IT. CompTIA mentions it because it is a bench exam.

      Registered (also called buffered) memory modules have a register between the DRAM modules and the system's memory controller. They place less electrical load on the memory controller and allow single systems to remain stable with more memory modules than they would have otherwise. When compared with registered memory, conventional memory is usually referred to as unbuffered memory or unregistered memory. When manufactured as a dual in-line memory module (DIMM), a registered memory module is called an RDIMM, while unregistered memory is called UDIMM or simply DIMM.

      Registered memory is often more expensive because of the lower number of units sold and additional circuitry required, so it is usually found only in applications where the need for scalability and robustness outweighs the need for a low price – for example, registered memory is usually used in servers.

    • scottalanmillerS

      Overview of PC Memory - CompTIA A+ 220-901 220-902 Video Training by Prof. Messer

      Watching Ignoring Scheduled Pinned Locked Moved IT Careers memory prof messer comptia youtube a+ certification
      10
      1 Votes
      10 Posts
      853 Views
      scottalanmillerS

      DDR2 uses a clock speed twice as high as the bus speed. So DDR2 is double the speed of DDR given the same bus. The clock that the computer provides to the RAM is the same speed. But the memory clock speed in these cases as either 1x or 2x the bus speed from the computer. So the clock speed is double.

    • scottalanmillerS

      Motherboard Jumpers and Connectors - CompTIA A+ 220-901 220-902 Video Training by Prof. Messer

      Watching Ignoring Scheduled Pinned Locked Moved IT Careers a+ comptia youtube certification prof messer motherboard
      11
      1 Votes
      11 Posts
      848 Views
      DashrenderD

      @travisdh1 said in Motherboard Jumpers and Connectors - CompTIA A+ 220-901 220-902 Video Training by Prof. Messer:

      @Dashrender said in Motherboard Jumpers and Connectors - CompTIA A+ 220-901 220-902 Video Training by Prof. Messer:

      @travisdh1 said in Motherboard Jumpers and Connectors - CompTIA A+ 220-901 220-902 Video Training by Prof. Messer:

      @connorsoliver said in Motherboard Jumpers and Connectors - CompTIA A+ 220-901 220-902 Video Training by Prof. Messer:

      Why are jumpers a thing? It seems like there would be a more effective way of doing the things that they are used for.

      I think the last jumper I used was the last IDE HDD I used. That was at least only a single jumper to deal with.

      Anyone else remember the days of 486 boards and the masses of jumpers to set all the board settings instead of having everything set in the BIOS?

      486, you youngin'. 😛

      I was messing with computers all the way back to the 80-86 days, just didn't have one at home till the 486 era.

      The first computer I purchased (at age 13) was an 8086. though I think 286 or 386's were out at the time.

    • scottalanmillerS

      Linux Options for Dell PowerEdge 2950 II

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux centos fedora ubuntu suse dell poweredge 2950
      35
      0 Votes
      35 Posts
      6k Views
      scottalanmillerS

      @zachary715 said in Linux Options for Dell PowerEdge 2950 II:

      Just curious what role this server will be playing...

      Web server

    • scottalanmillerS

      Dell PowerEdge 2950 via Lantronix SLS KVM Console - Disconnected by the Device

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion dell poweredge 2950 lantronix lantronix sls
      1
      0 Votes
      1 Posts
      504 Views
      No one has replied
    • scottalanmillerS

      Fedora 30 LAMP Web Server Varnish Cache Broken After Update

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion fedora linux fedora 30 varnish cache nginx apache httpd lamp web server
      10
      1 Votes
      10 Posts
      2k Views
      scottalanmillerS

      Worth noting that the issue comes back when you upgrade to Fedora 31 as well. Same fix still applies.

    • scottalanmillerS

      MySQL Database Corruption on InnoDB

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion mysql centos centos 6 linux innodb database
      3
      0 Votes
      3 Posts
      669 Views
      scottalanmillerS

      So, easy fix, the ca_stag2 was a staging DB that was not needed and was not current. The whole thing appears to have corrupted. So I simply "moved" that entire directory to /tmp (just in case I had to put it back) and then MySQL could fire up.

    • scottalanmillerS

      HP c7000 Blade Enclosure Failed Validation Error in Virtual Connection Manager on FlexFabric

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion hp hewlett-packard hpe blade hp c7000 hpe virtual connect manager hpe virtual connect flexfabric
      9
      0 Votes
      9 Posts
      2k Views
      scottalanmillerS

      Here is what showed up in the unit...

      https://assets.curvature.com/sites/default/files/pdf/GLC-SX-MMD-CURV.pdf

    • scottalanmillerS

      Updating to Fedora 30 Gives Pix Error

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux fedora fedora 30 pix
      2
      0 Votes
      2 Posts
      538 Views
      JaredBuschJ

      @scottalanmiller said in Updating to Fedora 30 Gives Pix Error:

      Doing an upgrade from Fedora 29 to Fedora 30 and you get...

      Error: Problem: package pix-1.8.2-1.fc29.x86_64 requires libexiv2.so.26()(64bit), but none of the providers can be installed - exiv2-libs-0.26-12.fc29.x86_64 does not belong to a distupgrade repository - problem with installed package pix-1.8.2-1.fc29.x86_64 (try to add '--skip-broken' to skip uninstallable packages)

      This seems to happen with most normal workstation installs of Fedora. Easiest thing to do is simply remove Pix.

      sudo dnf remove pix -y

      Your update should work fine after that.

      I don't ever use it. But, yeah it is there by default.

    • scottalanmillerS

      Upgrade to Fedora 30

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux fedora fedora 30
      51
      0 Votes
      51 Posts
      4k Views
      warren.stanleyW

      @StuartJordan I kinda like the netplan approach (ducks for cover)

    • scottalanmillerS

      Joplin, an Open Source Note Application with NextCloud Sync

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion joplin open source software nextcloud note software
      45
      3 Votes
      45 Posts
      5k Views
      F

      Dragging and dropping todos between notebooks - I really like that

    • scottalanmillerS

      Change Background Color on LibreOffice Writer Document

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion libreoffice openoffice libreoffice 6
      1
      0 Votes
      1 Posts
      2k Views
      No one has replied
    • scottalanmillerS

      ReadyNAS with Blinking Blue Power Light and IP Address

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion netgear readynas
      5
      0 Votes
      5 Posts
      3k Views
      DanpD

      You check this? http://www.readynas.com/download/documentation/support/ReadyNAS-LED.pdf

    • 1 / 1