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

    Posts

    Recent Best Controversial
    • RE: Using SSL Wildcard Cert on Apache

      @mattbagan Most of us here are running a reverse proxy using NGINX.

      Any reason you don't want to use LE?

      posted in IT Discussion
      A
      Alex Sage
    • RE: ManageEngine ServiceDesk no longer unlimited technicians

      Looks like a ticket system migration is in your future.

      posted in IT Discussion
      A
      Alex Sage
    • RE: Security while Traveling -

      @dariena Why not just setup your own?

      https://github.com/angristan/openvpn-install

      posted in IT Discussion
      A
      Alex Sage
    • RE: Synology one bad sector crashes whole volume RAID0

      @IRJ https://mangolassi.it/topic/18113/i-have-to-change-cloud-drive-service-yet-again

      posted in IT Discussion
      A
      Alex Sage
    • RE: Install Nginx as a Reverse Proxy on Fedora 27

      @obsolesce Maybe you adding it manually?

      posted in IT Discussion
      A
      Alex Sage
    • RE: Install Nginx as a Reverse Proxy on Fedora 27

      @wirestyle22

      server {
              client_max_body_size 40M;
              server_name domain.com;
      
              location / {
                      proxy_set_header X-Real-IP $remote_addr;
                      proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
                      proxy_set_header Host $http_host;
                      proxy_set_header X-NginX-Proxy true;
                      proxy_pass http://10.157.95.208:80;
                      proxy_redirect off;
              }
      
          listen 443 ssl; # managed by Certbot
          ssl_certificate /etc/letsencrypt/live/domain.com/fullchain.pem; # m$
          ssl_certificate_key /etc/letsencrypt/live/domain.com/privkey.pem; #$
          include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
          ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
      
      server {
          if ($host = domain.com) {
              return 301 https://$host$request_uri;
          } # managed by Certbot
      
      
              listen 80;
              server_name domain.com;
          return 404; # managed by Certbot
      
      
      }
      
      
      posted in IT Discussion
      A
      Alex Sage
    • RE: Synology High-Availability Cluster

      @dbeato That's the direction I am headed! Thanks for the feedback 🙂

      posted in IT Discussion
      A
      Alex Sage
    • RE: Synology High-Availability Cluster

      @pmoncho Thanks for talking it out with me! 😄

      posted in IT Discussion
      A
      Alex Sage
    • RE: Synology High-Availability Cluster

      @pmoncho I already have the units, so I am just looking for how to set it up.

      This location has no room for a rack/servers/etc.

      Seems like Shared Folder Sync should do what I want it to do.

      posted in IT Discussion
      A
      Alex Sage
    • RE: Synology High-Availability Cluster

      @pmoncho the whole point of having 2 of them is so that if one of them fails, this location is still working fine.

      I guess your question is, what if the whole cluster fails? That is something I have considered, that's why I am asking 🙂

      posted in IT Discussion
      A
      Alex Sage
    • Synology High-Availability Cluster

      Anyone every built a Synology High-Availability Cluster?

      https://www.synology.com/en-us/dsm/feature/high_availability

      Would you trust it, or am I better to just rsync the data ever so often?

      posted in IT Discussion
      A
      Alex Sage
    • RE: Light vs Dark Theme

      @obsolesce Nope.

      0_1539722993789_94f44060-fe84-4df9-af5e-8aec15074e8c-image.png

      posted in Water Closet
      A
      Alex Sage
    • RE: Light vs Dark Theme

      I also prefer dark themes

      posted in Water Closet
      A
      Alex Sage
    • RE: Install Nginx as a Reverse Proxy on Fedora 27

      @wirestyle22 You learn something new everyday! This is what I learned 🙂

      posted in IT Discussion
      A
      Alex Sage
    • RE: Install Nginx as a Reverse Proxy on Fedora 27

      @jaredbusch said in Install Nginx as a Reverse Proxy on Fedora 27:

      certbot --nginx -n --email [email protected] --agree-tos --domains nc.domain.com

      Adding --redirect tells certbot to redirect http to https.

      posted in IT Discussion
      A
      Alex Sage
    • Mozilla SSL Configuration Generator

      https://mozilla.github.io/server-side-tls/ssl-config-generator/

      Seems very handy 🙂

      posted in IT Discussion
      A
      Alex Sage
    • RE: Career Goals - Futures in Linux Careers

      @wirestyle22 said in Career Goals - Futures in Linux Careers:

      The Linux Command Line: A Complete Introduction by William E. Shotts Jr.

      The book is free 🙂

      http://linuxcommand.org/tlcl.php

      posted in IT Careers
      A
      Alex Sage
    • RE: Pritunl Zero

      It's a open source (free?) alternative to CloudFlare Access.

      https://www.cloudflare.com/products/cloudflare-access/

      posted in IT Discussion
      A
      Alex Sage
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 182
    • 183
    • 5 / 183