ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Categories
    3. IT Discussion
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • PhlipElderP

      Need: How-To Step-by-Step for Multiple WordPress sites on Ubuntu 20/22 LEMP

      Watching Ignoring Scheduled Pinned Locked Moved
      17
      0 Votes
      17 Posts
      1k Views
      PhlipElderP

      @scottalanmiller said in Need: How-To Step-by-Step for Multiple WordPress sites on Ubuntu 20/22 LEMP:

      @PhlipElder said in Need: How-To Step-by-Step for Multiple WordPress sites on Ubuntu 20/22 LEMP:

      @PhlipElder said in Need: How-To Step-by-Step for Multiple WordPress sites on Ubuntu 20/22 LEMP:

      Wow, talk about documentation fragmentation. 😞

      We've installed Ubuntu 22 a number of times reaching various points towards the goal of hosting multiple WordPress sites in a single Ubuntu v22.04 (as of this writing) using one MariaDB instance with multiple databases set up within.

      NGINX is set up and the server blocks are in place.

      This last go-around we managed to get three sites up and running without issue. Once the fourth went in all of a sudden the server would only serve one of the sites no matter what URL was being requested.

      Certificates are being handled by RapidSSL as a personal preference. We've not had any issues there.

      Please and thanks.

      And, crash and burn again. :0(

      As soon as I install the second site the server only pushes the last one set up. sigh

      I bet it is a matter of being in alphabetical order. That causes a lot of "mystery" issues in this kind of setup.

      e41cb55e-8ce3-44bc-9655-be3ad311d3f1-image.png

      I fat fingered it. The ">" at the end of the domain for server_name is what did it.

      Since all of the setup files were copy and paste, whenever that got introduced it carried onwards.

      Because of the wiring in my head when it happened the first time I didn't see it. So, I flattened everything and started fresh. When it happened the second time I took the time to look at the original reference server block because it was seemingly obvious that I'd done something.

    • AdamFA

      Mesh Central

      Watching Ignoring Scheduled Pinned Locked Moved
      28
      1 Votes
      28 Posts
      3k Views
      AdamFA

      @syko24 I didn't have a closing } in one of my sections so it was ignoring some of the config. Fixed.

      Thanks!

    • CCWTechC

      Ubuntu, with Linux 5.15.0-50-generic won't boot

      Watching Ignoring Scheduled Pinned Locked Moved ubuntu 22.04 linux desktop
      4
      0 Votes
      4 Posts
      408 Views
      CCWTechC

      Found the problem and fixed it.

      For anyone else having this problem:

      sudo nano /etc/default/grub

      Change this line: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
      To: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"

      sudo update-grub

    • 1

      SSH jump server access control?

      Watching Ignoring Scheduled Pinned Locked Moved ssh acl jump server linux
      34
      0 Votes
      34 Posts
      3k Views
      V

      Youtube Video

    • notverypunnyN

      FortiGate + PRTG

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      269 Views
      No one has replied
    • P

      ps2 to usb adapters

      Watching Ignoring Scheduled Pinned Locked Moved
      21
      0 Votes
      21 Posts
      2k Views
      J

      @scottalanmiller said in ps2 to usb adapters:

      analogue.

      analogue, eh?

    • scottalanmillerS

      Microsoft Finally Deprecated WINS

      Watching Ignoring Scheduled Pinned Locked Moved wins windows windows server windows server 2022
      5
      2 Votes
      5 Posts
      1k Views
      scottalanmillerS

      @DustinB3403 said in Microsoft Finally Deprecated WINS:

      @scottalanmiller Finally. . . I have a customer who insists that WINS is as good as it'll ever get. . .

      Now maybe I can put their nose into it. .

      How many clients even know what it is? Wow.

    • siringoS

      New server q's

      Watching Ignoring Scheduled Pinned Locked Moved
      42
      0 Votes
      42 Posts
      3k Views
      siringoS

      @Pete-S said in New server q's:

      @siringo said in New server q's:

      Those last 2 posts are spot on Scott.

      If I were to deploy a solution that was different to what everyone else was deploying, even if it was cheaper, better, faster, more resilient etc, I'd be lambasted by others simply because it was different and more likely, not understood.

      That can lead to unhappy management, which can then lead to all sorts of grief for me.

      This is obviously, not what I want.

      Thanks for all the info & advice, it is greatly appreciated.

      So you should buy the same old server model from 2016 to stay consistent with what they currently know 🙂

      Unfortunately yes.

      It comes under the job preservation title. I live in area where IT work is extremely hard to secure due to there not being much of it, so rocking the boat is not a good move.

    • C

      Login issues with some RDP users

      Watching Ignoring Scheduled Pinned Locked Moved
      9
      1 Votes
      9 Posts
      646 Views
      siringoS

      this goes back to 2016, but sounds just like what you're experiencing:

      *Symptoms

      After you apply this update on a Remote Desktop Session (RDS) host, some new users cannot connect to an RDP session. Instead, those users see a black screen, and they are eventually disconnected. This issue occurs at unspecified intervals.*

      https://support.microsoft.com/en-us/kb/3179574

    • gjacobseG

      Edge works, Chrome does not -

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      0 Votes
      7 Posts
      482 Views
      gjacobseG

      Chrome is managed by GPO,… but computer not moved. We had another computer pop up with the issue Friday so issue is growing.

    • garak0410G

      SpiceWorld 2022 Official Thread

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      2 Votes
      1 Posts
      230 Views
      No one has replied
    • 1

      KVM networking with libvirt (virsh) questions

      Watching Ignoring Scheduled Pinned Locked Moved kvm libvirt virsh networking debian macvtap
      5
      0 Votes
      5 Posts
      764 Views
      1

      @JaredBusch said in KVM networking with libvirt (virsh) questions:

      I assume that Debian 11 uses NetworkManager? I don't have a clean Debian system running KVM to check.

      If so nmcli and its related commands are your friend.

      Thanks Jared.

      Reading about nmcli and seeing your screenshots led me to understand that macvtap devices are only active when the VM is actually running.

      Using ip link I can now see the macvtap device on the host. One for each VM connected.

      7ad85ba6-1b7b-40a2-aa7a-d8e12988683f-image.png

    • 1

      Save shell session to disk?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved linux
      14
      2 Votes
      14 Posts
      933 Views
      JaredBuschJ

      @Pete-S said in Save shell session to disk?:

      That's why you should launch ssh like this:
      ssh [email protected] -t screen -RR
      If you don't have a session going it will create one.
      If you had a session going but it was interrupted, it will reconnect to it automatically.

      @JaredBusch said in Save shell session to disk?:

      I do not like to launch screen for no reason.

    • notverypunnyN

      ASR Rules - Some won't apply

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      1 Votes
      1 Posts
      213 Views
      No one has replied
    • scottalanmillerS

      Leveraging Zoho Connect

      Watching Ignoring Scheduled Pinned Locked Moved zoho zoho connect yammer
      5
      0 Votes
      5 Posts
      695 Views
      1

      @scottalanmiller said in Leveraging Zoho Connect:

      @Pete-S said in Leveraging Zoho Connect:

      So I would disable feeds, groups, channels and ideas from Connect. Streamline it. Use it as a "static" information hub with manuals, links to all apps you use, phone directory (people) and whatever else you might need that is static. Have it setup as the starting page in the browser where applicable.

      Trying this, but can't find where to disable.

      Try settings on the right top edge.

      Should look like this:
      d0cf8d16-4fc0-45bb-b09b-eb0d4da5ad7d-image.png

      I haven't tried which options can be disabled and which cannot.

      But under Apps & Features there are some options:
      5ae48811-169d-434a-8cca-7a64dfc9472c-image.png

    • AdamFA

      Unattended remote access utility/ computer

      Watching Ignoring Scheduled Pinned Locked Moved
      39
      0 Votes
      39 Posts
      3k Views
      scottalanmillerS

      @JasGot said in Unattended remote access utility/ computer:

      @scottalanmiller said in Unattended remote access utility/ computer:

      @JasGot said in Unattended remote access utility/ computer:

      @ElecEng said in Unattended remote access utility/ computer:

      I have been using these recently and love them plus they give you BIOS-level access and virtual media with no limitations.

      https://tinypilotkvm.com/?ref=ga3&gclid=CjwKCAjwyaWZBhBGEiwACslQo4pjQM3MLVoZgitDcyDn41jEzDcbBF3k29MzbVb8urtl0MIDuJQ49hoCJ0wQAvD_BwE

      This too:
      https://www.lantronix.com/products/lantronix-spider/

      Same issues though, no computer to access and would need one for every machine if they existed.

      No. You install it on one computer and then remote (ie; RDP) into all of the others. I only pointed it out because it gives you access to the bios and pre-boot screens like tiny pilot, which can be handy.

      They are handy, for sure. I was just pointing out that in order to get those features everywhere, you have to deploy those everywhere.

    • C

      What hardware do you use for online meetings?

      Watching Ignoring Scheduled Pinned Locked Moved
      16
      0 Votes
      16 Posts
      833 Views
      RojoLocoR

      Audio device settings in Teams:

      Teams audio settings.png

    • scottalanmillerS

      Get Active User Login Count from Dovecot

      Watching Ignoring Scheduled Pinned Locked Moved imap imap4 pop3 pop email linux dovecot fedora centos rhel
      3
      0 Votes
      3 Posts
      1k Views
      N

      Variation for Debian 10 + Dovecot 2.3.4.1:

      cat /var/log/dovecot/dovecot.log | grep imap-login:\ Info:\ Login | sed -e 's/.*Login: user=<\(.*\)>, m ethod=.*/\1/g' | sort | uniq | wc -l
    • scottalanmillerS

      Send an Email via SMTP from Command Line with cURL

      Watching Ignoring Scheduled Pinned Locked Moved email smtp curl command line
      16
      4 Votes
      16 Posts
      3k Views
      travisdh1T

      @scottalanmiller said in Send an Email via SMTP from Command Line with cURL:

      @Pete-S said in Send an Email via SMTP from Command Line with cURL:

      @scottalanmiller said in Send an Email via SMTP from Command Line with cURL:

      @Pete-S said in Send an Email via SMTP from Command Line with cURL:

      @Dashrender said in Send an Email via SMTP from Command Line with cURL:

      @Pete-S said in Send an Email via SMTP from Command Line with cURL:

      @scottalanmiller said in Send an Email via SMTP from Command Line with cURL:

      First the command itself, showing gmail settings here by default but obviously fill in with your own details:

      Does it work? I thought gmail required OAuth nowadays and you couldn't use plain username & password for authentication anymore.

      gmail still allows the creation of app passwords.

      OK, then it works for now I guess.

      I always cringe when I see MSPs that set up their clients MFPs and other devices using random gmail accounts.

      IMHO it's unprofessional and much better to use a real transactional email service for these kinds of applications.

      It depends. If it is going out to customers, then it's weird. If it is for purely internal stuff then transactional email doesn't make too much sense. But if it is internal, normally you can just use whatever internal tool you already have.

      Typical scenario with gmail is that someone sets up a MFP to use a random gmail address for sending alerts and scanned documents.

      When the user scans the document it's often sent to his own email address [email protected]. So primarily internal.

      Well, problem is that gmail saves mail sent over SMTP in the sent folder. Which means that the "printer guy", who if often not even an employee, can read all the scanned document that was ever scanned and emailed by logging in to the gmail account he set up.

      And of course sent email coming from outside your domains might be flagged as spam. So people scan documents and it doesn't work. I mean the list of problems is long.

      Well when lots and lots of companies still demand to only use Gmail already, it's not so weird.

      You'd be amazing how often we get people requiring that they stay on Yahoo and AOL addresses for their businesses. I kid you not.

      5f34099e-464c-4cd3-a7e3-f7845ca46d05-picardfacepalm.jpg

    • scottalanmillerS

      Any Experience with BeeLink Mini PCs?

      Watching Ignoring Scheduled Pinned Locked Moved intel nuc beelink
      23
      0 Votes
      23 Posts
      2k Views
      gjacobseG

      @scottalanmiller said in Any Experience with BeeLink Mini PCs?:

      @gjacobse said in Any Experience with BeeLink Mini PCs?:

      @scottalanmiller said in Any Experience with BeeLink Mini PCs?:

      @gjacobse said in Any Experience with BeeLink Mini PCs?:

      Would any micro form factor pc work? While I would never suggested Lenovo,.. their micro is about that size with 65w power supply... I'd go Dell or ANYONE else over Lenovo!

      In theory, but Lenovo is typically 300% or more cost for the same thing. Lenovo we can get in country easily (they are about the only ones), but the cost is absurd. For these, in the US, prices are like $250!

      I would never recommend Lenovo - to expensive for the hardware. But - it's what the office uses, I'd go HP before I went Lenovo...Unless it was free...

      We've gotten two Lenovo's for free from Lenovo. Both were like $1800+ models. Both died really early. I'm literally diagnosing the dead hardware on one of them right now 😞

      Dang- that’s not good. The free I refer to is the: it’s had its life and it’s heading to the trash/ recycling bin. Drive pulled and ‘scrapped’. So it’s already several years old….

      The models we are using now are running about $2100 and up.

    • 1
    • 2
    • 14
    • 15
    • 16
    • 17
    • 18
    • 698
    • 699
    • 16 / 699