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

      Mattermost Behind Nginx and Cloudflare Script Load Error

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nginx mattermost cloudflare
      8
      0 Votes
      8 Posts
      1k Views
      1

      @scottalanmiller said in Mattermost Behind Nginx and Cloudflare Script Load Error:

      @Pete-S said in Mattermost Behind Nginx and Cloudflare Script Load Error:

      @scottalanmiller said in Mattermost Behind Nginx and Cloudflare Script Load Error:

      @black3dynamite said in Mattermost Behind Nginx and Cloudflare Script Load Error:

      s your setup is Cloudflare proxy -> Nginx proxy -> apache (mattermost)?

      CF Proxy > Nginx Proxy > Mattermost (MM is its own server)

      And yes, if I disable the CF Proxy, it works.

      Why the double reverse proxies?

      That's the standard. You are always expected to have your node.js servers behind a reverse proxy. And CloudFlare is the CDN cache in front. This is the universal standard for all web servers. Plenty of times to avoid it, of course, but this is the baseline system design.

      In this case, MM is a raw node server so has none of the protections or handling of a system like Nginx. Nginx also provides the ability to have multiple sites behind one IP address. MM doesn't do that on its own, nor does CloudFlare. No different than how MangoLassi is on NodeBB, also a node platform, behind Nginx, behind CloudFlare.

      CF can't do the details port and IP handling, Nginx can't do the globally distributed cache.

      Thanks for the clarification Scott. I (wrongly) thought that Cloudflare was a full featured proxy and could do the same job as haproxy, nginx etc.

    • scottalanmillerS

      Wiki.js Migration and Import SSH GIT Error

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion wiki wiki.js wiki.js 2 git ssh
      1
      0 Votes
      1 Posts
      556 Views
      No one has replied
    • scottalanmillerS

      Tracking Desktop Sales Numbers

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      5
      0 Votes
      5 Posts
      199 Views
      scottalanmillerS

      The virtualization... do we only count hypervisors, or do we count the VMs? Or only the VMs? My desktop has full VMs that are used as if they are completely separate machines. How do we count them?

      How do we count VDI, Terminal Servers, Thin Clients, etc?

    • scottalanmillerS

      Stop Raspbian Buster on Raspberri Pi Stop Blanking Screen

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux debian raspberry pi raspberry pi 4 raspbian raspbian buster debian 10 screensaver
      1
      1 Votes
      1 Posts
      492 Views
      No one has replied
    • scottalanmillerS

      ERROR 1366 When Important MySQL Database for WordPress

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion wordpress mysql mariadb sql database rdbms
      2
      1 Votes
      2 Posts
      689 Views
      M

      I've seen that a lot. When I import Drupal databases, I learnt to use its Backup and Migrate module instead, it works flawlessly. Downside is you need to do clean Drupal installation first, but that basically is just creating blank database and putting brick on enter key.

    • scottalanmillerS

      Compare Azure to Windows On Prem for Normal Business Workloads

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion cloud azure windows
      71
      2 Votes
      71 Posts
      9k Views
      scottalanmillerS

      @Dashrender said in Compare Azure to Windows On Prem for Normal Business Workloads:

      @Pete-S said in Compare Azure to Windows On Prem for Normal Business Workloads:

      @scottalanmiller said in Compare Azure to Windows On Prem for Normal Business Workloads:

      @Dashrender said in Compare Azure to Windows On Prem for Normal Business Workloads:

      Hosting Costs
      1U Colocation America, /24 IP Range
      Monthly cost: ~$250/month
      Yearly cost: 12 x 250 = $3000
      5 year cost: 5 x $3000 = $15K

      Last I looked, 1U was more like $225 with that many IPs. And I think typically you'd get fewer for a lot less cost and/or go IPv6. /24 is two IPs per VM. No need to pay for that.

      Yes, the basic 1U was $100 with two power outlets and then you get four usable IPv4s.

      A smaller server, say 16c EPYC, 128GB RAM, 2x500GB SSD, would be about $3500 and something even smaller, like a 8c Xeon @ 3.7Ghz, 64GB RAM, 2x500GB SSD around $2K.

      So you could scale down everything substantially if you wanted. But if all you are doing is running a few very small workloads then a couple of $5 Vultr VM would be cheaper.

      another factor is - are you running windows VMs, likely always cheaper to have your own hardware, but yeah, the amount of workloads definitely plays a factor here.

      That's true, Windows workloads make cloud computing harder to justify. Not much, but a little.

    • scottalanmillerS

      How to Rename a Column in SQLite Database

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion sqlite sqlite3 sql database
      10
      1 Votes
      10 Posts
      1k Views
      scottalanmillerS

      @Pete-S said in How to Rename a Column in SQLite Database:

      There used to be a lot of databases like SQLite. Often called database engines. dBase was probably one of the first.
      Later Microsoft Jet engine (aka Microsoft Access) became popular when Visual Basic ruled the world.
      Basically it's a one user database. You can have more than one user but it's done by multiple users accessing the same database file.

      Or by having an application on top that accessing the file and shares it out. That thing can be called a "database management system" or any application, really.

      All databases use database engines. MySQL, for example, isn't a database. It's a database management system. It uses one or more database engines to talk to the files on disk. MyISAM and InnoDB are two database engine options for the MySQL platform.

      At the end of the day, all databases work like SQlite. You can easily build your own database management system that uses SQlite as the engine and it could work just like MySQL or Oracle or SQL Server. Those are all single users to a file, under the hood. They just have the "multi-access" management built into an extra layer, instead of letting an application handle it.

      But for most things, you only access a database from a single app anyway, so that extra layer is often unnecessary as it is redundant. Just adds overhead.

    • scottalanmillerS

      Remembering the MCSE+I, Microsoft's Terminal Certification

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion mcse mcse+i mcp mcp+i microsoft certification
      12
      1 Votes
      12 Posts
      2k Views
      D

      @Dashrender I concur about the Networking Essentials material. Good then and lot of it still relevant today. 😉

    • scottalanmillerS

      Avimark Freezing on Inventory

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion avimark
      7
      0 Votes
      7 Posts
      851 Views
      RomoR

      Here it is

      This is the error:
      a8ab3c57-38bf-4d0f-ad9a-07476b021268-image.png

      Check if the error is present by by visiting Help-> About Avimark.
      ae3ca2f7-e09f-41a2-bc31-e7ef0e0c249e-image.png

      If you confirm the error is showing follow the steps:

      Close Avimark

      Find the Avimark shortcut in the desktop, right click and open its properties.
      6bf7334c-199b-45c6-baaa-a285a06a2ff2-image.png

      In the target section add /regserver to the Avimark link and click ok to save the change.
      e9c58755-192f-464c-8984-c3d587b96870-image.png

      Right click on the Avimark shortcut and run it as an ADMINISTRATOR
      a1e9393a-0e31-46e1-9dd4-f41b82d5123a-image.png

      Let it run for a bit (1-2 min), nothing will appear to be happening but it really is.

      Right click the shortcut again, go into properties and remove the added /regserver to the target field (returning the shortcut to the original state).

      Open up Avimark again and the error should be gone and the machine will be printing again.

    • scottalanmillerS

      LumaForge Jellyfish Storage

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion lumaforge jellyfish storage
      2
      0 Votes
      2 Posts
      219 Views
      travisdh1T

      @scottalanmiller I haven't used them, but from what I hear it's only network storage. I could easily build something that would be faster for less money.

    • scottalanmillerS

      Making an RDP Terminal Server with Ubuntu Linux

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ubuntu linux terminal server rdp remote access xrdp ubuntu 19.10 ubuntu 18.04 ubuntu 18.10 ubuntu 19.04
      4
      2 Votes
      4 Posts
      6k Views
      JaredBuschJ

      @scottalanmiller said in Making an RDP Terminal Server with Ubuntu Linux:

      I recommend the Remmina RDP client tool, it's the bomb.

      I love Remmina as a client.

    • scottalanmillerS

      Ubuntu with XRDP Gets Cannot read private key file /etc/xrdp/key.pem: Permission denied Error

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ubuntu ubuntu 19.10 xrdp rdp terminal server linux
      1
      0 Votes
      1 Posts
      20k Views
      No one has replied
    • scottalanmillerS

      Error connecting to IVLS Proxy: Socket Error Connection Refused

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion avimark idexx impromed ivls cornerstone
      3
      4 Votes
      3 Posts
      3k Views
      brianwinkelmannB

      Oh Cool! Thanks Scott!

    • scottalanmillerS

      Intro to NoSQL from MangoCon 2019

      Watching Ignoring Scheduled Pinned Locked Moved MangoCon mangocon 2019 nosql nosql database database youtube scott alan miller
      3
      3 Votes
      3 Posts
      843 Views
      Emad RE

      @scottalanmiller

      I like your 53 mins intros, but that said you cover and reach all the important parts. I wonder what will be deep dive session how long will that video be.

    • scottalanmillerS

      VMware Host Cannot Connect from vSphere Client

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion esxi esxi 6.0 vsphere vmware virtualization hypervisor vsphere 6.0
      11
      0 Votes
      11 Posts
      1k Views
      S

      @wrx7m said in VMware Host Cannot Connect from vSphere Client:

      Could also be an issue if a vendor-specific ISO was used to initially install ESXi. I ran into a similar problem with Dell; I had to get the Dell ISO from their downloads for the specific server model/service tag.

      For 6.0 this is fine (you'll use this to get ASNC drivers). You can also add the dell VIB depot to get them this way also.
      For 6.7 Dell has (thankfully) stopped shipping ASYNC drivers and moved 100% to inbox. It's all for 3rd party management VIBs. Honestly I've seen 3rd party VIBs be a culprit for updates before. I'd make sure you are updating the BIOS/FIrmware also when updating ESXi (People forget this sometimes).

    • scottalanmillerS

      Reconsidering ProxMox

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion kvm lxc proxmox
      241
      5 Votes
      241 Posts
      48k Views
      DustinB3403D

      @JaredBusch https://pve.proxmox.com/wiki/ZFS_on_Linux

      chrome_2b6U1mR9nN.png

    • scottalanmillerS

      SSH Tunnel Through a Jump Host for Arbitrary Services

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ssh ssh tunnel vpn
      7
      5 Votes
      7 Posts
      2k Views
      scottalanmillerS

      I've already used this guide again. LOL, boy this is handy.

    • scottalanmillerS

      MeshCentral Feature Request: Web and App Tunnel

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion meshcentral meshcentral 2 feature request
      5
      0 Votes
      5 Posts
      876 Views
      scottalanmillerS

      @Romo yeah, we want that. The MC Router is Windows only, so not very useful as there isn't any Windows involved 😉

    • scottalanmillerS

      Comparing a Small Server and a Printer

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      23
      0 Votes
      23 Posts
      742 Views
      scottalanmillerS

      @Dashrender said in Comparing a Small Server and a Printer:

      The waiting for a response on those LCDs and on the web interface I'm assuming are CPU/RAM bound.

      Web, maybe. LCD very unlikely. Can't be RAM bound, if that was a case you'd need swap space but printers don't have hard drives and swap space. So RAM is either enough or not enough, not fast or slow like a desktop.

      CPU is possible, but displaying an LCD screen at full speed is trivial for a 486 or an M68000. So it's safe to assume that that is no the case. Web? Possible. But does the web interface impact using the product?

    • scottalanmillerS

      Wazuh with Agents with Overlapping IP Addresses

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion wazuh wazuh agent
      7
      1 Votes
      7 Posts
      1k Views
      scottalanmillerS

      https://groups.google.com/forum/#!topic/wazuh/qTwOj_MQHNU

    • 1
    • 2
    • 10
    • 11
    • 12
    • 13
    • 14
    • 173
    • 174
    • 12 / 174