ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. NashBrydges
    3. Posts
    • Profile
    • Following 0
    • Followers 2
    • Topics 109
    • Posts 893
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: RAID5 Still The Go-To Setup For SSD?

      @jaredbusch Rack is definitely old but as long as the rails work, it's all good 🙂

      posted in IT Discussion
      NashBrydgesN
      NashBrydges
    • RE: SSDNodes - Anyone used these for hosting?

      Some strange pricing options if you choose monthly lol

      0_1520211204532_b779ea9b-8936-44d7-9b54-8da91e786194-image.png

      posted in IT Discussion
      NashBrydgesN
      NashBrydges
    • SSDNodes - Anyone used these for hosting?

      Prices seem pretty great.

      https://www.ssdnodes.com/

      posted in IT Discussion
      NashBrydgesN
      NashBrydges
    • RE: How do I price PaloAlto a subscription

      Sorry can't help but...damn! A price list that's 130 pages?

      posted in IT Discussion
      NashBrydgesN
      NashBrydges
    • RE: Installing Fedora 27 LAMP Stack plus WordPress and SSL

      @bnrstnr said in Installing Fedora 27 LAMP Stack plus WordPress and SSL:

      @nashbrydges said in Installing Fedora 27 LAMP Stack plus WordPress and SSL:

      I had to delete the saved session so it could import the new key that was generated.

      Delete the session in putty? How did you do that?

      I had saved the session details. I selected and deleted it then opened a new SSH session.
      0_1520014969458_50395770-9c1d-4927-b731-0b55e434d81f-image.png

      posted in IT Discussion
      NashBrydgesN
      NashBrydges
    • RE: Installing Fedora 27 LAMP Stack plus WordPress and SSL

      @bnrstnr said in Installing Fedora 27 LAMP Stack plus WordPress and SSL:

      @tim_g said in Installing Fedora 27 LAMP Stack plus WordPress and SSL:

      Create a new secure SSH key:
      ssh-keygen -t rsa -b 4096 -C "root-webserv1-key"

      Hit enter for default location and name.
      Hit enter again to skip passphrase creation.
      Now you should SSH to server to continue.

      Does this step disable normal logins or change anything at all? After my first restart my root password isn't working.

      I noticed this when I was using Putty. I had to delete the saved session so it could import the new key that was generated.

      posted in IT Discussion
      NashBrydgesN
      NashBrydges
    • RE: Download OneNote Files from Sharepoint

      @minion-queen said in Download OneNote Files from Sharepoint:

      @scottalanmiller said in Download OneNote Files from Sharepoint:

      @momurda said in Download OneNote Files from Sharepoint:

      This is the reason their revs are higher than ever despite the fact fewer people use their stuff than ever before. Never ending vendor lock in. They wont even let you export your own data--allegedly

      Yup, this is the nail in the coffin. No way would we stay with O365 now.

      Even I who am MS certified etc. Am not staying with O365. When we chose this path we tested the migration off of it etc. (always do that for everything). This is unacceptable 😞

      Out of curiosity, what are you migrating to?

      posted in IT Discussion
      NashBrydgesN
      NashBrydges
    • RE: What's the Best Way to Deduplicate & Organize Files/Folders on a 200 TB NAS?

      Saw your post on the 🌶 last evening.

      Issue #1: using FreeNAS at all for production sotrage
      Issue #2: using FreeNAS for such a LARGE production storage

      How have you been running the dedupe scanners? Via a PC connected to the shares on the FreeNAS server? I'm not familiar enough with FreeBSD to know if there are commands that can be run from shell to check for dupes.

      posted in IT Discussion
      NashBrydgesN
      NashBrydges
    • RE: Dynamic DNS with CloudFlare

      @bnrstnr said in Dynamic DNS with CloudFlare:

      @nashbrydges I thought somebody already said this, but I cant find it. The only bad part about the CNAME method if you're using a free account on no-ip, then you have to login to their site and confirm that you're still using the DDNS every 30 days, which is a PITA. Setup the script with a cron job and never have to worry about checking in on no-ip or afraid.org every n days.

      That's correct, if you have the free account with No-IP you have to reconfirm every 30 days. I have the paid account so that's not a problem. It doesn't expire.

      posted in IT Discussion
      NashBrydgesN
      NashBrydges
    • RE: Dynamic DNS with CloudFlare

      I've confirmed that Cloudflare's CNAME flattening feature works exactly as advertised.

      Create a CNAME record with following values:

      • Type = CNAME
      • Name = Your root mydomain.com domain name
      • Domain Name = Your DDNS domain subdomain.ddns.net (I use No-IP for example but change yours as needed)

      I then created another CNAME record to handle the www subdomain and everything works as expected. Both root domain name and www route correctly.

      posted in IT Discussion
      NashBrydgesN
      NashBrydges
    • RE: Dynamic DNS with CloudFlare

      @bnrstnr said in Dynamic DNS with CloudFlare:

      @NashBrydges I would have bet money that the $recordID was just the short name of the record (ie. "sub" of "sub.example.com"). I swear I did it like that and it worked, but apparently not :flushed_face:.

      The script to get the real identifier is above.

      Thanks. I'll give that a try later.

      posted in IT Discussion
      NashBrydgesN
      NashBrydges
    • RE: Dynamic DNS with CloudFlare

      0_1519848967546_03ce84de-9460-4f81-ae28-0d14371addf8-image.png

      posted in IT Discussion
      NashBrydgesN
      NashBrydges
    • RE: Dynamic DNS with CloudFlare

      Interesting feature with Cloudflare that I just discovered is that they flatten a CNAME record to the root of the domain. So I can enter my DDNS domain as a CNAME record. It will query the IP of that domain and return the IP address to use for the root domain. So this script isn't really needed since it will do the lookup for you.

      posted in IT Discussion
      NashBrydgesN
      NashBrydges
    • RE: Dynamic DNS with CloudFlare

      @stacksofplates Where do you obtain your record ID? I easily have the record name but can't seem to locate a record ID for my A record. Or is "A" what you're referring to as record ID?

      posted in IT Discussion
      NashBrydgesN
      NashBrydges
    • RE: Install Nextcloud 13.0.0 on Fedora 27

      The only change that I do that isn't really covered anywhere in any documentation I've seen is to change the favicon. I replace the Nexcloud one with mine just to complete the theming.

      posted in IT Discussion
      NashBrydgesN
      NashBrydges
    • RE: Install Nextcloud 13.0.0 on Fedora 27

      @bnrstnr said in Install Nextcloud 13.0.0 on Fedora 27:

      @nashbrydges Did you have to set Require all granted in your httpd.conf too?

      I didn't, no. All changes are done in nextcloud.conf and it does not need Require all granted.

      posted in IT Discussion
      NashBrydgesN
      NashBrydges
    • RE: Install Nextcloud 13.0.0 on Fedora 27

      The one additional step I also did was to have what Nextcloud calls "pretty URLs"

      Add these lines to the config.php file (https if you've secured your instance with certs, http if you haven't)

      'overwrite.cli.url' => 'https://www.mydomain.com',
        'htaccess.RewriteBase' => '/',
        'overwriteprotocol' => 'https',
      

      Then from terminal, run this command.

      sudo -u apache php /var/www/nextcloud/occ maintenance:update:htaccess
      

      My URL then changed from https://www.mydomain.com/nextcloud to https://www/mydomain.com and it removed the "index.php" from shared links.

      posted in IT Discussion
      NashBrydgesN
      NashBrydges
    • RE: Miscellaneous Tech News

      Dropbox saved almost $75 million over two years by building its own tech infrastructure

      https://www.geekwire.com/2018/dropbox-saved-almost-75-million-two-years-building-tech-infrastructure/

      posted in News
      NashBrydgesN
      NashBrydges
    • RE: Why There Is No Nutanix Review

      Saved the article to my Wallabag install before it disappears into the ether.

      posted in Reviews
      NashBrydgesN
      NashBrydges
    • RE: Why There Is No Nutanix Review

      This is quite an entertaining read for sure.

      posted in Reviews
      NashBrydgesN
      NashBrydges
    • 1
    • 2
    • 19
    • 20
    • 21
    • 22
    • 23
    • 44
    • 45
    • 21 / 45