ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Alex Sage
    3. Best
    A
    • Profile
    • Following 8
    • Followers 2
    • Topics 374
    • Posts 3,641
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Securing BookStack behind a Ubuntu NGINX Reverse Proxy

      This setup is a LXC host, running both NGINX and BookStack in a different containers.

      I forward 80/443 from the host to the NGINX container.

      Then setup NGINX to reverse proxy to another container (BookStack, NextCloud, etc.)

      Each app has it's own container.

      posted in IT Discussion
      A
      Alex Sage
    • RE: Zabbix monitoring

      @scotth https://www.zabbix.com/documentation/3.4/manual/installation/containers

      posted in IT Discussion
      A
      Alex Sage
    • RE: Bitwarden Desktop App Released for Windows, macOS, and Linux

      I am impressed.

      0_1519836918499_4e1865d8-549d-4b68-b075-a1bf069bef76-image.png

      posted in IT Discussion
      A
      Alex Sage
    • RE: Surveillance Cameras and NVR

      Following, I have the same question. Thanks for posting @CCWTech.

      posted in IT Discussion
      A
      Alex Sage
    • Bulk Replace Images

      I have a thousands of folders, each with one image inside (along with other data).

      I need to replace every image, with a new one (same image). The same image will be copy

      What's the best way to script this?

      The images files all have the same name, and extension.

      posted in IT Discussion
      A
      Alex Sage
    • RE: Bulk Replace Images
      Replace C:\SomeFile.Txt C:\SomeRootFolder_ContainsMultipleSubFolders /s
      

      This worked perfectly!

      posted in IT Discussion
      A
      Alex Sage
    • RE: XCP-ng project

      https://xcp-ng.github.io/news/2018/03/05/kickstarter-success.html

      posted in IT Discussion
      A
      Alex Sage
    • RE: Bulk Replace Images

      @momurda was news to me too. Good news! 🙂

      posted in IT Discussion
      A
      Alex Sage
    • Using acme.sh to generate wildcard certificate with Nginx and Cloudflare

      Install acme.sh

      curl https://get.acme.sh | sh
      

      Setup CloudFlare domain API to automatically issue certificate

      First you need to login to your CloudFlare account to get your API key.

      Then run:

      export CF_Key="sdfsdfsdfljlbjkljlkjsdfoiwje"
      export CF_Email="[email protected]"
      

      The CF_Key and CF_Email will be saved in ~/.acme.sh/account.conf when you issue your first certificate.

      Issue Wildcard certificates

      acme.sh  --issue -d example.com  -d *.example.com  --dns dns_cf
      

      Not using cloudflare? Check for your DNS provider here: https://github.com/Neilpang/acme.sh/blob/master/dnsapi/README.md

      Install the certificate to NGINX

      acme.sh --install-cert -d example.com \
      --key-file       /path/to/keyfile/in/nginx/key.pem  \
      --fullchain-file /path/to/fullchain/nginx/cert.pem \
      --reloadcmd     "service nginx force-reload"
      

      Now all you need to do is correctly update your NGINX .conf files

      That's it 🙂

      Github: https://github.com/Neilpang/acme.sh

      posted in IT Discussion
      A
      Alex Sage
    • Edge Router X - DHCP isn't working

      So this morning my Edge Router X isn't handing out IP addressed. Any ideas?

      If I manually set an IP, it works fine...

      posted in IT Discussion
      A
      Alex Sage
    • Qubes OS 4.0 has been Released

      Version 4.0 includes several fundamental improvements to the security and functionality of Qubes OS:

      • The Qubes Admin API
      • Qubes Core Stack version 3
      • Fully virtualized VMs for enhanced security
      • Multiple, flexible Disposable VM templates
      • A more expressive, user-friendly Qubes RPC policy system
      • A powerful new VM volume manager that makes it easy to keep VMs on external drives
      • Enhanced TemplateVM security via split packages and network interface removal
      • More secure backups with scrypt for stronger key derivation and enforced encryption
      • Rewritten command-line tools with new options

      https://www.qubes-os.org/news/

      What is Qubes?

      https://www.qubes-os.org/intro/

      posted in IT Discussion
      A
      Alex Sage
    • RE: Pi Hole

      Here is the direct link: https://mangolassi.it/topic/15008/pihole-for-friends-and-family/21

      posted in IT Discussion
      A
      Alex Sage
    • RE: Office 365 Email Gone After Forced Logoff

      @scottalanmiller Why are you still using Office 365 if you have so many issues with it?

      posted in IT Discussion
      A
      Alex Sage
    • RE: Microsoft SAM (Software Asset Management)

      @dustinb3403 we refused, however they just went to our parent company and got them to do it, meaning then they forced us to do it. I am pretty sure when you use Microsoft products you agree to be audited.

      posted in IT Discussion
      A
      Alex Sage
    • RE: Fedora 28 and network share

      Wait, screenshot makes it seem like your trying to connect via AFP? Why?

      posted in IT Discussion
      A
      Alex Sage
    • RE: Looking for alternatives for Dropbox personal

      @ambarishrh @JaredBusch

      posted in IT Discussion
      A
      Alex Sage
    • RE: Has Anyone Used Netgear Orbi?

      @networknerd Honestly, I would stick to the plan, and get Ubiquity gear. You could skip the Cloud Key, and just setup the controller on a laptop, or find someone who would let you use there controller

      posted in IT Discussion
      A
      Alex Sage
    • RE: Office 365 Public Folder Cannot Receive Mail

      @scottalanmiller said in Office 365 Public Folder Cannot Receive Mail:

      Why does MS not use chat support when their phone support is so bad... not the best phone connections. Chat would be way better.

      I am chatting with them right now about my teams issue

      posted in IT Discussion
      A
      Alex Sage
    • RE: Backup server - Software layout

      Since you will have Hyper-V on both boxes you could do replication as well as backups.

      posted in IT Discussion
      A
      Alex Sage
    • RE: Cockpit: just keeps gettin' better!!

      @penguinwrangler said in Cockpit: just keeps gettin' better!!:

      Damn, cockpit is really coming along.

      Yes, and it's supported on many distros too 🙂

      https://cockpit-project.org/running.html

      posted in IT Discussion
      A
      Alex Sage
    • 1 / 1