ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. real instructions
    Log in to post
    • All categories
    • JaredBusch

      Setup Nextcloud 19.0.4 on Fedora 32
      IT Discussion • fedora fedora 32 nextcloud nextcloud 19 how to real instructions • • JaredBusch

      45
      4
      Votes
      45
      Posts
      1085
      Views

      JaredBusch

      You can clear the phone warning by putting this in your /var/www/html/nextcloud/config/config.php file. Obviously change the Country Cody appropriately.
      https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements

      'default_phone_region' => 'US',
    • JaredBusch

      Setup WordPress with WP-CLI on Fedora with SSL Origin Certificate from Cloudflare
      IT Discussion • fedora fedora 31 wordpress wp-cli setup guide real instructions • • JaredBusch

      5
      3
      Votes
      5
      Posts
      360
      Views

      JaredBusch

      This is the SSL score.
      76a95c9d-98c9-4017-b1a5-9241f011403e-image.png

      I assume this is why the A rating and not A+
      c8606068-aa33-4e47-ac08-12495d504b90-image.png

      But not much to do about that since it is Cloudflare that is terminating.

    • JaredBusch

      Install MeshCentral2 on Fedora 29 with MongoDB
      IT Discussion • meshcentral 2 meshcentral fedora fedora 29 guides real instructions • • JaredBusch

      24
      4
      Votes
      24
      Posts
      1627
      Views

      scottalanmiller

      @JaredBusch said in Install MeshCentral2 on Fedora 29 with MongoDB:

      @scottalanmiller said in Install MeshCentral2 on Fedora 29 with MongoDB:

      @bnrstnr said in Install MeshCentral2 on Fedora 29 with MongoDB:

      Is it possible to migrate from MongoDB to NeDB after we've been running for a while? Easier to just start over?

      Probably, but never considered doing that!

      I think @Ylian mentioned that is was possible or was going to be possible. in the main thread.. not 100% sure.

      Should be, they share a format. I've just never ingested a backup into NeDB before.

    • JaredBusch

      Install Nginx as a Reverse Proxy on Fedora 27
      IT Discussion • nginx fedora certbot fedora 27 reverse proxy guides real instructions how to • • JaredBusch

      106
      10
      Votes
      106
      Posts
      12231
      Views

      black3dynamite

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

      Another question:
      When you access Nextcloud with https and the site check shows that everything passes

      passed.PNG

      But, when you place it behind Nginx, it "breaks"

      fail.PNG

      I am trying to understand what is happening behind the scenes to cause the error. Is anyone else seeing this happen on their instances?

      If you want to remove that warning, add the following in the server block

      location = /.well-known/carddav { return 301 $scheme://$host/remote.php/dav; } location = /.well-known/caldav { return 301 $scheme://$host/remote.php/dav; }
    • JaredBusch

      Install BookStack on Fedora 27
      IT Discussion • how to bookstack wiki fedora fedora 27 real instructions guide • • JaredBusch

      64
      9
      Votes
      64
      Posts
      10626
      Views

      JaredBusch

      @voip_n00b Yes

    • JaredBusch

      Install Nextcloud 13.0.0 on Fedora 27
      IT Discussion • how to nextcloud nextcloud 13 real instructions guide fedora 27 • • JaredBusch

      188
      7
      Votes
      188
      Posts
      13940
      Views

      JaredBusch

      @WindowsGuy said in Install Nextcloud 13.0.0 on Fedora 27:

      The Apache vhost file location is no longer available. Do you have another location where I can find it or steps to configure it manually?

      here:

      wget https://raw.githubusercontent.com/sorvani/scripts/master/Nextcloud/nextcloud.conf
    • JaredBusch

      Setting up a Cinnamon based Fedora Desktop
      IT Discussion • how to guide real instructions fedora cinnamon fedora 27 fedora workstation desktop • • JaredBusch

      7
      4
      Votes
      7
      Posts
      1252
      Views

      JaredBusch

      Well crap, I never added pictures to step 2.
      I will try to get to that later this afternoon.

    • JaredBusch

      Use a php file to create a dynamic Yealink Remote Address book of FreePBX extensions
      IT Discussion • freepbx yealink extensions how to real instructions • • JaredBusch

      9
      5
      Votes
      9
      Posts
      5330
      Views

      D

      https://github.com/sorvani/freepbx-helper-scripts/blob/master/Extensions_to_Yealink_AddressBook/ylab.php is still working as of 11.3.2022. My FreePBX extension names contained the "&" which is a reserved symbol in XML and will throw an error in the script. If you run into this, the fix is below.

      Simple fix is to edit this line:
      echo " <Name>" . $extension['description'] . "</Name>\n";

      to this:

      echo " <Name>" . htmlspecialchars($extension['description']) . "</Name>\n";

    • JaredBusch

      How to install SuiteCRM 7.8.3 on Fedora 25 Minimal
      IT Discussion • how to real instructions suitecrm fedora 25 guide • • JaredBusch

      20
      3
      Votes
      20
      Posts
      4325
      Views

      JaredBusch

      @travisdh1 said in How to install SuiteCRM 7.8.3 on Fedora 25 Minimal:

      Just thought I'd report back that these instructions are still working for

      Version 7.9.7
      Sugar Version 6.5.25 (Build 344)

      Just installed a local copy to see if it'll meet our needs for user tracking and such. Will probably pay for an instance on Hostadillo if it does.

      Guess it's my day to resurrect old how-to threads.

      Not bad timing. I am installing this for a client this evening.

    • JaredBusch

      Install Nextcloud 11.03 on Fedora 25 Minimal
      IT Discussion • nextcloud 11 nextcloud fedora 25 real instructions how to guide • • JaredBusch

      70
      5
      Votes
      70
      Posts
      9355
      Views

      JaredBusch

      @wirestyle22 said in Install Nextcloud 11.03 on Fedora 25 Minimal:

      @jaredbusch out of curiousity how did you go about learning everything you know in linux? A mix of books/documentation/homelab? Any recommendations book-wise if that's something you've done?

      WTF, I jsut know everything. FFS, get with the program.

      Seriously, I do not book learn well. I learn by tinkering. So I learned by breaking shit. Repeatedly.

      It costs a large amount of time to learn things this way. But it is what I do. Book learning generally is no different for most. It all takes time.

    • JaredBusch

      How to Install Fedora 25 Minimal
      IT Discussion • fedora 25 installation guide how to real instructions fedora • • JaredBusch

      41
      8
      Votes
      41
      Posts
      9685
      Views

      black3dynamite

      @JaredBusch said in How to Install Fedora 25 Minimal:

      @black3dynamite said in How to Install Fedora 25 Minimal:

      Unlike installing Linux Integration Services, Hot-Add support is not enabled by default after installing hyperv-daemons.

      Create a file /etc/udev/rules.d/100-balloon.rules. You may use any other desired name for the file.

      Add the following content to the file: SUBSYSTEM=="memory", ACTION=="add", ATTR{state}="online"

      Reboot the system to enable Hot-Add support.

      See Note 8 on Supported CentOS and Red Hat Enterprise Linux virtual machines on Hyper-V

      You mean for dynamic memory to work?

      Yes, dynamic memory for ballooning and hot-add.

    • JaredBusch

      Updating the FreePBX 13 System Modules
      IT Discussion • freepbx freepbx 13 jareds guide to freepbx 13 real instructions how to guide updates • • JaredBusch

      2
      2
      Votes
      2
      Posts
      1233
      Views

      Dashrender

      FYI, screens have changed a bit for Version 14

    • JaredBusch

      Updating the FreePBX 13 Operating System (CentOS 6.X)
      IT Discussion • freepbx freepbx 13 updates real instructions jareds guide to freepbx 13 how to guide • • JaredBusch

      1
      0
      Votes
      1
      Posts
      1252
      Views

      No one has replied

    • JaredBusch

      Upgrading the FreePBX firmware
      IT Discussion • freepbx 13 freepbx jareds guide to freepbx 13 updates guide real instructions how to • • JaredBusch

      29
      7
      Votes
      29
      Posts
      6512
      Views

      WLS-ITGuy

      @jaredbusch Good to know. I was thinking about doing this but I wasn't sure if it was truly still in beta or Sangoma was not keeping up to date.

    • JaredBusch

      Estimating SIP Trunk costs
      IT Discussion • freepbx setup freepbx 13 guide real instructions jareds guide to freepbx 13 cost comparison sip trunk how to freepbx • • JaredBusch

      22
      11
      Votes
      22
      Posts
      3637
      Views

      wrx7m

      Thanks for this post, @JaredBusch . I got the previous month's bill from TPX and am going to start going through it to see how much we can save by switching from our PRI.

      We have to upgrade (replace) our Mitel/ShoreTel Shoregear T1, so that will cost a few grand.

    • JaredBusch

      Install NextCloud 11.0.2 on CentOS 7 with PHP 7.1 from Remi
      IT Discussion • how to guide real instructions nextcloud nextcloud 11 centos centos 7 php 7 remi • • JaredBusch

      81
      7
      Votes
      81
      Posts
      20480
      Views

      E

      @JaredBusch hi,

      I'm definitely resetting the Http server after every processing, I even started it again. I didn't succeed

      I checked opcache with a small Php script. Opcache works successfully But Nextcloud does not see it.

    • JaredBusch

      Installing Wordpress on CentOS 7 Minimal
      IT Discussion • wordpress centos 7 real instructions how to guide • • JaredBusch

      58
      3
      Votes
      58
      Posts
      6196
      Views

      JaredBusch

      @tim_g said in Installing Wordpress on CentOS 7 Minimal:

      @jaredbusch said in Installing Wordpress on CentOS 7 Minimal:

      setenforce permissive;

      Setup SELinux permissions

      semanage fcontext -a -t httpd_sys_content_t '/opt/yourdomain(/.*)?' restorecon -R /opt/yourdomain semanage fcontext -a -t httpd_sys_rw_content_t '/opt/yourdomain/wp-content(/.*)?' restorecon -R /opt/yourdomain/wp-content

      I run my servers with SELinux running in Enforcing mode, not permissive.

      So if it's in enforcing, WordPress will not run correctly. Example, you can't update, and the Add Plugins page gives a connection error (it's because httpd can't write correctly due to selinux enforcing).

      Instead of running SELinux in permissive system-wide, you can keep it in Enforcing mode, and issue the following command:

      semanage permissive -a httpd_t

      The reason I use that one instead of by directory, is because I don't know how to do that... well I do, but I didn't have time yet to see what all directories need to be written to for updating and plugins pages and such to work correctly. I'll add that here some other time when I get a chance to look in to it more.

      I only said that for install message you remove it back to enforcing

    • JaredBusch

      Outbound call routing with FreePBX 13
      MangoCon • freepbx setup freepbx freepbx 13 call routing guide real instructions how to jareds guide to freepbx 13 • • JaredBusch

      3
      5
      Votes
      3
      Posts
      2983
      Views

      JaredBusch

      @brianlittlejohn said in Outbound call routing with FreePBX 13:

      Is it best to setup a second route for e911 usage?

      I always do. Because then I can mark the route as such.

    • JaredBusch

      Setup inbound call routing with FreePBX 13
      MangoCon • freepbx freepbx 13 freepbx setup guide real instructions how to jareds guide to freepbx 13 call routing • • JaredBusch

      28
      3
      Votes
      28
      Posts
      9881
      Views

      EddieJennings

      @JaredBusch I see that now. I'm not making plans to make any kind of changes with Asterisk's behavior. I was simply geeking out on the questions of why and how. 🙂

    • JaredBusch

      Caller ID setup with FreePBX 13
      MangoCon • freepbx freepbx 13 freepbx setup callerid guide real instructions how to jareds guide to freepbx 13 • • JaredBusch

      2
      3
      Votes
      2
      Posts
      1732
      Views

      JaredBusch

      Justy a note, you need to create an OpenCNAM account and fund it if you do not have one.
      https://www.opencnam.com/register

      I recommend OpenCNAM because it is generally cheaper than your carrier CID charges.
      If you recall from the VoIP.ms setup, they charge $0.008 per lookup.
      0_1476665080340_upload-bd67743f-2977-48bf-94c6-a40993c0cf1c

      OpenCNAM is half that at $0.0039 per lookup. https://www.opencnam.com/pricing