ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. dbeato
    3. Best
    • Profile
    • Following 70
    • Followers 8
    • Topics 74
    • Posts 6,044
    • Groups 0

    Posts

    Recent Best Controversial
    • XEN Vulnerability

      There is a new vulnerability for Xen
      http://www.pcworld.com/article/3187782/security/critical-xen-hypervisor-flaw-endangers-virtualized-environments.html
      There is a patch as noted below:
      https://xenbits.xen.org/xsa/advisory-212.html

      posted in IT Discussion xen
      dbeatoD
      dbeato
    • RE: I can't even

      @momurda said in I can't even:

      @dbeato Yea, but have you tried the logins?

      I am not getting involved on that 😛

      posted in Water Closet
      dbeatoD
      dbeato
    • RE: Turning off patching

      @ccwtech said in Turning off patching:

      he Meltdown and Spectre patching issues, have you turned off patching for now? Why or why not?

      I have not, I have actually installed the updates on Servers and Workstations and have not noticed any issue so far. Better be safe than sorry.

      posted in IT Discussion
      dbeatoD
      dbeato
    • RE: What Are You Doing Right Now

      At the new job today 🙂 Going well so far!

      posted in Water Closet
      dbeatoD
      dbeato
    • Unifi Debian Base Upgrade issue

      If you are trying to upgrade your Unifi to the latest version and you get the following error:

      Get:3 http://dl.ubnt.com/unifi/debian stable InRelease [3,023 B]
      Reading package lists... Done
      E: Repository 'http://dl.ubnt.com/unifi/debian stable InRelease' changed its 'Codename' value from 'unifi-5.6' to 'unifi-5.7'
      N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
      

      To fix this issue, just run the following command

      apt-get update --allow-releaseinfo-change
      

      Then you will be able to upgrade your Unifi

      posted in IT Discussion unifi debian ubuntu apt-get
      dbeatoD
      dbeato
    • RE: What Are You Doing Right Now

      At the zoo today with the kids and wife

      0_1525273509910_87A99758-E68D-4698-82ED-05CF566C70BF.jpeg

      posted in Water Closet
      dbeatoD
      dbeato
    • RE: Silently take screen shots

      I have used ActivTrak
      https://activtrak.com/

      posted in IT Discussion
      dbeatoD
      dbeato
    • RE: What Are You Doing Right Now

      @eddiejennings said in What Are You Doing Right Now:

      Reassigning tickets back to our help desk so they can do some basic troubleshooting.

      That's called delegation 🙂 very good indeed.

      posted in Water Closet
      dbeatoD
      dbeato
    • RE: Halting Windows 10 1803 Updates

      @scottalanmiller said in Halting Windows 10 1803 Updates:

      What are people doing to halt the roll out of 1803? You can do things from the GUI, you can stop the update service, etc.

      Ideally from the command line, is there a good way to switch things to being off the early release channel or outright stopping 1803 until "manually" allowed?

      We setup Defer updates in the GPO with Current Branch for Business instead of Current Branch Under:

      Computer Configuration > Administrative Templates > Windows Components > Windows Update > Windows Update for Business
      Then Open the Select when Preview Builds and Feature Updates are received policy policy, enable it and then Change it to Semi-Annual Channel

      0_1526482992446_2018-05-16_1103.png

      posted in IT Discussion
      dbeatoD
      dbeato
    • RE: What is your perspective on the overall tone of interactions here on ML?

      @flaxking said in What is your perspective on the overall tone of interactions here on ML?:

      @irj said in What is your perspective on the overall tone of interactions here on ML?:

      I like the tone, once you get used to it. It keeps you on your toes and makes you a better IT professional.

      I do agree it can be harsh for new people, but honestly I dont give a fuck. I like the challenging attitude.

      I feel the same. This is a discussion forum, not a QA site. Everything is open to be challenged, even if it wasn't the main topic of the post. Sometimes people's assumptions need to be identified and challenged before a question can really be answered.

      Imagine what kind of power trip @scottalanmiller is no one challenged some of his posts head on 😁

      We have @JaredBusch for that 😛

      posted in Water Closet
      dbeatoD
      dbeato
    • Unifi Upgrade from 5.7.23 to 5.8.24 MongoDB upgrade issue

      So I updated my Unifi Sources as the below:
      https://help.ubnt.com/hc/en-us/articles/220066768-UniFi-How-to-Install-Update-via-APT-on-Debian-or-Ubuntu based on this

      1.  Use the following command to add a new source list:  
      echo 'deb http://www.ubnt.com/downloads/unifi/debian stable ubiquiti' | sudo tee /etc/apt/sources.list.d/100-ubnt-unifi.list
      	
      NOTE: Using http://www.ubnt.com/downloads/unifi/debian on a browser will result in a 403 Forbidden page. This is because we do not allow direct listing/access to this link. The URL is only meant to be used when using the CLI commands as in the one shown above.
      2. Add the GPG Keys. To add the GPG Keys use one of the two methods described below, Method A is recommended. When using the commands below, it is assumed you have sudo and wget installed, more information about sudo can be found here, and wget here.
      
      	
      User Tip: For Ubuntu 18.04, run the following commands before installing UniFi in step 4.
      sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A14518585931BC711F9BA15703C6
      echo "deb [ arch=amd64,arm64 ] http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.4.list
      sudo apt update.
      Click to copy
      See an example of what scripts the Community is using to install the UniFi Controller on Ubuntu 16.04 and 18.04 in this Community post.
      (Method A) Download and install the following trusted key into /etc/apt/trusted.gpg.d
      
      sudo wget -O /etc/apt/trusted.gpg.d/unifi-repo.gpg https://dl.ubnt.com/unifi/unifi-repo.gpg 
      (Method B) Using apt-key.
      
      sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 06E85760C0A52C50 
      3. Update. Retrieve the latest package information. Note: If this results in an error, please check the User Tip below.
      
      sudo apt update 
      4. Install and upgrade the UniFi controller.
      
      sudo apt install unifi
      

      But I got this error
      0_1533850028656_2018-08-09_17-26-30.png

      I fixed that error as below... since I needed it

      sudo dpkg -i --force-all /var/cache/apt/archives/mongodb-org-server_3.4.16_amd64.deb
      sudo apt-get install -f
      
      

      Then it upgraded properly to Unifi 5.8.24
      0_1533850161554_2018-08-09_17-28-26.png

      Maybe this will help someone.

      posted in IT Discussion unifi mongodb 3.4 unifi 5.8.24 ubuntu 18.04
      dbeatoD
      dbeato
    • RE: What Are You Doing Right Now

      Finally got Exchange working on Let's Encrypt with Win-ACME

      posted in Water Closet
      dbeatoD
      dbeato
    • RE: Convert .ost to .pst

      If you have the original Outlook profile for that OST file then you can export directly from Outlook to PST without any tools. Otherwise you are going to need to pay for a tool such as Stellar OST to PST or other options.

      posted in IT Discussion
      dbeatoD
      dbeato
    • RE: What Are You Doing Right Now

      Got my Nginx SSL Proxy to be using Certbot with CLoudflare DNS verification and it is renewing automatically

      posted in Water Closet
      dbeatoD
      dbeato
    • RE: Frustration with Office 2016 and MS Project Pro 2016

      I also used the ODT as below

      Download
      setup.exe /download configuration.xml

      Install
      setup.exe /configure configuration.xml

      posted in IT Discussion
      dbeatoD
      dbeato
    • RE: What Are You Doing Right Now

      @DustinB3403 said in What Are You Doing Right Now:

      Just fixed the Company LED Christmas tree, someone was so kind to rip the cable in-half from the plug that fed the top half of the tree. So I had to make a small extension cable and wire it back together.

      And got a user workstation backup and running. No video signal.

      Time for Coffee.

      If it got a power cable, it must be IT 😛

      posted in Water Closet
      dbeatoD
      dbeato
    • Setup LetsEncrypt Certbot with CLoudFlare DNS authentication (Ubuntu)

      This guide assumes you have an Nginx SSL Proxy as the tutorial of @JaredBusch below:
      https://mangolassi.it/topic/16651/install-nginx-as-a-reverse-proxy-on-fedora-27

      Now that you have his configuration see below

      First you need to add the certbot repository

      sudo add-apt-repository ppa:certbot/certbot
      

      Then you install the software-properties-common package

      sudo apt install software-properties-common
      

      Update the repositories

      sudo apt  update
      

      Install the Certbot for Nginx

      sudo apt-get install python-certbot-nginx
      

      Install the Python-Pip package

      sudo apt install python-pip
      

      Install the Pip Module for Certbot-dns-cloudflare

      sudo pip install certbot-dns-cloudflare
      

      Get your CloudFlare API key
      https://support.cloudflare.com/hc/en-us/articles/200167836-Where-do-I-find-my-Cloudflare-API-key-

      Then setup a secret file with your key on whichever path you want, I chose the /root/.secrets folder,

      sudo mkdir /root/.secrets
      sudo chmod 0700 /root/.secrets/
      sudo touch /root/.secrets/cloudflare.cfg
      sudo chmod 0400 /root/.secrets/cloudflare.cfg
      

      Edit the /root/.secrets/cloudflare.cfg by using nano

      sudo nano /root/.secrets/cloudflare.cfg
      

      Edit the file and enter your CloudFlare Email and your API key as below

      dns_cloudflare_email = "[email protected]"
      dns_cloudflare_api_key = "2018c330b45f4ghytr420eaf66b49c5cabie4"
      

      Request a single, SAN or wildcard SSL Certificate from Cloudflare as below

      sudo /usr/local/bin/certbot certonly --dns-cloudflare --dns-cloudflare-credentials /root/.secrets/cloudflare.ini -d domain.com,*.domain.com --preferred-challenges dns-01
      

      Results should be as below
      0_1541775960747_b02fb456-dde8-4e54-b398-5b553b701edc-image.png

      Then I added a cronjob as below

      14 5 * * * /usr/local/bin/certbot renew --quiet --post-hook "/usr/sbin/service nginx reload" > /dev/null 2>&1
      

      Then I added manually the configuration for SSL on the Nginx Configuration File

      sudo nano /etc/nginx/conf.d/domain.conf
      

      Added this section

      listen 443 ssl; # managed by Certbot
          ssl_certificate /etc/letsencrypt/live/domain.com/fullchain.pem; # managed by Certbot
          ssl_certificate_key /etc/letsencrypt/live/domain.com/privkey.pem; # managed by Certbot
          include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
          ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
      
      

      Check your configuration

      sudo nginx -t
      

      Reload Nginx

      sudo nginx -s reload
      
      posted in IT Discussion nginx lets encrypt cloudflare certbot dns ubuntu 18.04
      dbeatoD
      dbeato
    • Patching Zimbra in Ubuntu

      Patching Zimbra in Ubuntu and other platforms has gotten much better
      https://wiki.zimbra.com/wiki/Zimbra_Releases/8.8.10/P4
      All I needed to do was this

      As root, install the patch. Type below command

      apt-get update
      apt-get install zimbra-patch
      

      Switch to user zimbra

      su – zimbra
      

      ZCS must be restarted to changes to take effect. Type below command

      zmcontrol restart
      

      Same can be done on CentOS.

      posted in IT Discussion zimbra 8.8.10 zimbra patching ubuntu
      dbeatoD
      dbeato
    • Downloading full Website offline

      So I have been playing around with downloading a site offline for archiving purposes. In this case I have written scripts for the below:

      For a Full Website (This will download the whole site as it is)

      wget -mkEpnp https://mangolassi.it
      

      For a group of Posts in numerical order(This example downloads all the topics from Mangolassi)

      #!/bin/bash
      for i in {1..2200000}
      do
        wget -mkEpnp https://mangolassi.it/topic/$i
      done
      
      posted in IT Discussion wget website download
      dbeatoD
      dbeato
    • RE: Installing printers in Fedora 29 Linux

      You can use CUPS Command Line
      https://www.cups.org/doc/admin.html

      lpadmin -p PrinterName -E -v socket://ip.address.of.printer -m printerdriver.ppd
      posted in IT Discussion
      dbeatoD
      dbeato
    • 1
    • 2
    • 3
    • 4
    • 5
    • 74
    • 75
    • 2 / 75