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: Pritunl Zero

      @coliver Sadly, that's only available in the paid editions:

      0_1539263417300_780bb61d-88cd-4661-b8a5-a1f8cb0dbe9f-image.png

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

      @coliver That's my understanding but I could be completely wrong.

      0_1539263340118_791eb3ee-879f-4500-b5a3-1b375391ddf1-image.png

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

      My understanding is that a user visits a webpage, logs in, and they are able to reach internal web services.

      At least that's what I am getting by looking at this:

      https://docs.pritunl.com/docs/pritunl-zero-service

      You can use it for SSH as well, too.

      posted in IT Discussion
      A
      Alex Sage
    • Pritunl Zero

      Free and open source BeyondCorp server providing zero trust security for privileged access to ssh and web applications.

      https://zero.pritunl.com/

      Anyone using this? Looks pretty good 🙂

      posted in IT Discussion
      A
      Alex Sage
    • RE: What makes RocketChat appealing to you?

      @black3dynamite said in What makes RocketChat appealing to you?:

      @aaronstuder said in What makes RocketChat appealing to you?:

      I got a version of RocketChat up for testing now 🙂

      Using snap?

      Yup, in a LXD Container. More to come soon!

      posted in IT Discussion
      A
      Alex Sage
    • RE: PiHole - Nginx Reverse Proxy

      @coliver I am, this is for a new install before I setup TLS 😉

      posted in IT Discussion
      A
      Alex Sage
    • RE: I have to change cloud drive service yet again

      @wirestyle22 said in I have to change cloud drive service yet again:

      @guyinpv Is it a problem with the product or a problem with the expectations of the users?

      Bahahahahahahaha. Isn't this ALWAYS the case? 😉

      posted in IT Discussion
      A
      Alex Sage
    • RE: What makes RocketChat appealing to you?

      I got a version of RocketChat up for testing now 🙂

      posted in IT Discussion
      A
      Alex Sage
    • RE: PiHole - Nginx Reverse Proxy

      Here is my working .conf file:

      server {
              client_max_body_size 40M;
              listen 80;
              server_name pihole.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.0.0.X:80/admin/;
                      proxy_redirect off;
              }
      }
      
      posted in IT Discussion
      A
      Alex Sage
    • RE: I have to change cloud drive service yet again

      @guyinpv What issues have you had?

      posted in IT Discussion
      A
      Alex Sage
    • RE: New stuff in Win10 1809

      @wls-itguy https://www.zdnet.com/article/microsoft-pulls-windows-10-october-update-version-1809/

      posted in IT Discussion
      A
      Alex Sage
    • RE: Dumb question - linux dd write 0s to multiples disks at once

      Does writing zeros to an SSD drive affect the drive life?

      posted in IT Discussion
      A
      Alex Sage
    • RE: Installing LXD on Ubuntu 18.04 (The Right Way)

      Just tested again with a F28 minimal netinstall.

      Sadly, it doesn't seem to be working.

      Getting an error starting services.

      posted in IT Discussion
      A
      Alex Sage
    • RE: Installing LXD on Ubuntu 18.04 (The Right Way)

      @black3dynamite said in Installing LXD on Ubuntu 18.04 (The Right Way):

      With SELinux enabled too?

      I was only testing, and I don't really remember.

      I prefer LXD on Ubuntu since they are both canonical.

      posted in IT Discussion
      A
      Alex Sage
    • RE: Installing LXD on Ubuntu 18.04 (The Right Way)

      @black3dynamite said in Installing LXD on Ubuntu 18.04 (The Right Way):

      Have you tried install LXD on Fedora using Snap?

      Yup. Works Great!

      posted in IT Discussion
      A
      Alex Sage
    • RE: Installing LXD on Ubuntu 18.04 (The Right Way)

      @black3dynamite said in Installing LXD on Ubuntu 18.04 (The Right Way):

      What do you have against installing it via apt?

      Nothing.

      posted in IT Discussion
      A
      Alex Sage
    • RE: Installing LXD on Ubuntu 18.04 (The Right Way)

      @black3dynamite said in Installing LXD on Ubuntu 18.04 (The Right Way):

      Any source to backup installing lxd via snap?

      https://github.com/lxc/lxd/issues/4757

      posted in IT Discussion
      A
      Alex Sage
    • RE: Fail2Ban Settings

      @stacksofplates That's great point. Maybe I'll do the same.

      posted in IT Discussion
      A
      Alex Sage
    • Installing LXD on Ubuntu 18.04 (The Right Way)

      Ubuntu 18.04 comes with LXD installed as a DEB package, however the recommended way to install it is via snap.

      Note: If you do a netboot installation LXD is not installed

      On a fresh installation without LXD configured:

      sudo apt remove --purge lxd lxd-client liblxc1 lxcfs
      

      Then install LXD via snap

      sudo snap install lxd
      

      On a existing system with LXD configured/containers running:

      install LXD via snap

       sudo snap install lxd
      

      Then migrate to the snap install of LXD

      sudo lxd.migrate
      
      posted in IT Discussion
      A
      Alex Sage
    • Fail2Ban Settings

      What do you normally use for your Fail2Ban settings?

      How many retrys? How long do you ban for?

      posted in IT Discussion
      A
      Alex Sage
    • 1 / 1