ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. JaredBusch
    3. Topics
    • Profile
    • Following 0
    • Followers 44
    • Topics 969
    • Posts 29,705
    • Best 12,592
    • Controversial 89
    • Groups 1

    Topics created by JaredBusch

    • JaredBuschJ

      Yealink T5X firmware double upgrade required

      IT Discussion
      • yealink t5 series firmware upgrade • • JaredBusch
      1
      1
      Votes
      1
      Posts
      345
      Views

      No one has replied

    • JaredBuschJ

      I'm not a php dev, so what do you all think of this patch

      IT Discussion
      • • • JaredBusch
      8
      0
      Votes
      8
      Posts
      214
      Views

      JaredBuschJ

      @pete-s said in I'm not a php dev, so what do you all think of this patch:

      @pete-s said in I'm not a php dev, so what do you all think of this patch:

      @jaredbusch said in I'm not a php dev, so what do you all think of this patch:

      @pete-s said in I'm not a php dev, so what do you all think of this patch:

      @jaredbusch said in I'm not a php dev, so what do you all think of this patch:

      @pete-s said in I'm not a php dev, so what do you all think of this patch:

      @jaredbusch said in I'm not a php dev, so what do you all think of this patch:

      I just submitted this as a pull request to FreePBX's User Manager module.

      I think it looks clean, but curious to what someone with more day to day PHP skills thinks about it.

      Context matters when it comes to coding style. Do you have a link to the original source code?

      The actual git is public as long as you are logged in to Attlasian.
      https://git.freepbx.org/projects/FREEPBX/repos/userman/browse
      They have a copy on Github but that is no longer kept in sync (apparently it is).
      https://github.com/FreePBX/userman

      Your code looks fine. It looks just like the original.

      https://git.freepbx.org/projects/FREEPBX/repos/userman/browse/views/welcome.php

      It is a pull request, it should.

      I was discussing WHAT i did in my change, hence the diff in post 1.
      Mostly using the ternary structure like I did.

      Yeah, that was what I was commenting. It's fine.

      In general if...then...else is clearer than ? to read but it also clearer to not put many php tags back to back. But that is how the original is done. So what you've done is inline with how it is written.

      The only very minor thing I could find, would be to not use ' and " in the same statement, unless there is a reason for it.

      So instead of:

      <?php echo _(sizeof($directories)==1 ? " selected":'')?>

      it would probably be better to do:

      <?php echo _(sizeof($directories)==1 ? ' selected' : '') ?>

      (easier to read when you're consistent with white space as well)

      It will work either way so...

      meant to use ' that was a miss on me.

    • JaredBuschJ

      So Audacity needs forked

      News
      • audacity open source gpl spyware • • JaredBusch
      20
      2
      Votes
      20
      Posts
      1.6k
      Views

      scottalanmillerS

      Fingers crossed. The 4Chan crap there did them the favour of getting them a LOT of attention.

    • JaredBuschJ

      Phishing rules versus poor translations

      IT Discussion
      • microsoft o365 exchange online toshiba • • JaredBusch
      4
      0
      Votes
      4
      Posts
      709
      Views

      JaredBuschJ

      @dashrender said in Phishing rules versus poor translations:

      Garage office getting an upgrade?

      Customer site. The 5 year old Black & Decker unit they had died.

    • JaredBuschJ

      Solved User email search in Exchange Online

      IT Discussion
      • outlook search exchange online • • JaredBusch
      9
      0
      Votes
      9
      Posts
      788
      Views

      JaredBuschJ

      @jaredbusch said in User email search in Exchange Online:

      @dbeato said in User email search in Exchange Online:

      However if you go through a group of folders that are narrowed down, it is hard to do.

      Mostly, I want to exclude some folders (full of system emails) and deleted. All of which are returned if you use all folders.

      The work around, is to click the folder, then click in search and use the recent to pop what you want.
      c5162fcc-b2f1-4666-b46b-d692d174a9e0-image.png

      Not as convenient as Outlook's search folder functionality.

      But no Windows and no Outlook is a bonus.

    • JaredBuschJ

      Installing OpenEMR 6 on Oracle Linux 8

      IT Discussion
      • openemr oracle linux oracle linux 8 openemr 6 • • JaredBusch
      3
      1
      Votes
      3
      Posts
      592
      Views

      JaredBuschJ

      Eventually a patch will come out for OpenEMR. Pathcing is pretty simply.

      Check for a patch file

      As of this writing patch 2 is out:
      https://www.open-emr.org/wiki/index.php/OpenEMR_Patches

      Download the patch file cd /var/www/html/openemr sudo wget https://www.open-emr.org/patch/6-0-0-Patch-2.zip sudo unzip 6-0-0-Patch-2.zip Answer A to replace all files.

      8cd42203-f824-483b-b74b-d9a34a59fcc1-image.png

      Delete the downloaded patch file sudo rm 6-0-0-Patch-2.zip Set apache as the owner of everything again. sudo chown -R apache:apache /var/www/html Recursively set the folder httpd_sys_rw for SELinux again sudo semanage fcontext -a -t httpd_sys_rw_content_t "/var/www/html/openemr(/.*)?" sudo restorecon -FR /var/www/html/openemr/ Run the SQL Patch page

      https://12.34.56.78/sql_patch.php

      Delete the SQL patch file sudo rm sql_patch.php Update completed.
    • JaredBuschJ

      Solved EPEL for RHEL8 and Oracle Enterprise Linux

      IT Discussion
      • rhel rhel 8 oracle linux epel • • JaredBusch
      4
      0
      Votes
      4
      Posts
      774
      Views

      JaredBuschJ

      In the end I tried RHEL and OEL for the project.

      RHEL uses EPEL.

      OEL has their own EPEL repo.

    • JaredBuschJ

      Nextcloud Sync Client now does virtual files

      IT Discussion
      • nextcloud nextcloud client • • JaredBusch
      5
      0
      Votes
      5
      Posts
      530
      Views

      dafyreD

      I'm using this on my office machine now for personal files. It works great!

    • JaredBuschJ

      VMWare vulnerabiliy being actively exploited

      News
      • • • JaredBusch
      4
      3
      Votes
      4
      Posts
      299
      Views

      dafyreD

      @hobbit666 said in VMWare vulnerabiliy being actively exploited:

      1st on my Monday job list

      We patched our stuff last week.

    • JaredBuschJ

      Solved Rollback Microsoft Edge (credge) version

      IT Discussion
      • • • JaredBusch
      7
      0
      Votes
      7
      Posts
      260
      Views

      jt1001001J

      @jaredbusch and now Im running into this as well. Thank You for your steps!

    • JaredBuschJ

      Unsolved Looking for Security camera options

      IT Discussion
      • nvr camera security security camera • • JaredBusch
      50
      0
      Votes
      50
      Posts
      4.1k
      Views

      AdamFA

      @JaredBusch Did you ever find a product that you liked for this?

      I am looking for 1 PoE outdoor camera for the front of my house. I ran the Cat6 line years ago and I just need to buy the camera now.

    • JaredBuschJ

      Solved Need a tool to share tasks with client staff

      IT Discussion
      • client collaboration • • JaredBusch
      14
      0
      Votes
      14
      Posts
      1.1k
      Views

      JaredBuschJ

      One team at the client that I needed to do something for immediately was already using ClickUp.

      So the principal there decided to expand that use.

      Suggestions were helpful.

    • JaredBuschJ

      Vultr performance issues in Chicago

      IT Discussion
      • vultr maintenance window service interruption • • JaredBusch
      25
      0
      Votes
      25
      Posts
      1.5k
      Views

      DashrenderD

      @jaredbusch said in Vultr performance issues in Chicago:

      @jaredbusch said in Vultr performance issues in Chicago:

      @dashrender said in Vultr performance issues in Chicago:

      yeah, in my case that's not working much, because most calls are getting to the PBX, but there is a ton of dead air and dropped calls.

      Yes, that is the issue with intermittent connectivity. usually up enough for the trunks not to be failed.

      For me it was < 30 minutes for any one customer to be having issues.

      Things seem to have normalized, but Vultr still has the issue open.

      And Chicago is marked cleared now.

      8c36a9a9-0564-4df1-8ad8-6477ea725699-image.png

      I didn't see what it said before seeing the "resolved issues" at the top...

    • JaredBuschJ

      Solved HP Switch config question

      IT Discussion
      • hp hp switch switch routing • • JaredBusch
      12
      0
      Votes
      12
      Posts
      960
      Views

      notverypunnyN

      @pete-s said in HP Switch config question:

      The person who set this up would clearly know what he was doing or he wouldn't have been able to make it work.

      I'm guessing it was a move in the making. The intention was probably to move over to pfsense, drop the fortigate and perhaps remove routing from the switch. It's possible the fortigate is old and can't handle routing at line speed, hence the L3 routing in the switch.

      I'm guessing the fortigate and the switch was setup long before pfsense.

      If the fortigate is the actual edge device, maybe this was setup as a simple way to bypass the pfsense for fussy devices or troubleshooting?

      I could see setting something like this up so that you can tell a remote user "go plug it into xyz switch and let me know if it starts working"

    • JaredBuschJ

      Upgrading to Fedora 34

      IT Discussion
      • fedora 34 fedora fedora desktop upgrade • • JaredBusch
      25
      0
      Votes
      25
      Posts
      2.1k
      Views

      stacksofplatesS

      @jaredbusch said in Upgrading to Fedora 34:

      @stacksofplates said in Upgrading to Fedora 34:

      I don't care for the new Windows-esque "installing updates don't power off your computer" screen on a reboot that was introduced in 34.

      It was in 33 also if you did a clean install.

      Ah I haven't used it in a while. I just saw it mentioned the other day.

    • JaredBuschJ

      Solved Samsung (android) device not syncing the calendar with O365

      IT Discussion
      • samsung galaxy s10 office 365 calendar • • JaredBusch
      11
      0
      Votes
      11
      Posts
      860
      Views

      JaredBuschJ

      Had the user install the outlook app.

      “Oh this is much better”

      Problem solved.

    • JaredBuschJ

      Solved Once off or short term remote access solution

      IT Discussion
      • remote access remote support • • JaredBusch
      21
      1
      Votes
      21
      Posts
      1.6k
      Views

      JaredBuschJ

      @stuartjordan said in Once off or short term remote access solution:

      @jaredbusch Do you have to install the remote plugin and login with your gmail account to access the machine though?

      I have ConnectWise installed for me.

    • JaredBuschJ

      Unsolved Business number texting services

      IT Discussion
      • • • JaredBusch
      32
      2
      Votes
      32
      Posts
      1.5k
      Views

      J

      @skyetel said in Business number texting services:

      Here's a preview:
      Screen Shot 2021-05-20 at 9.46.17 AM.png

      It's still in development, but we're really excited about it.

      Need help testing?

    • JaredBuschJ

      Solved Any pfSense users? Are upgrades smooth?

      IT Discussion
      • • • JaredBusch
      32
      0
      Votes
      32
      Posts
      1.7k
      Views

      JaredBuschJ

      So the final answer for this question is, yes. Upgrades are normally smooth.

      But the 2.5 branch has some issues , so hold off.

    • JaredBuschJ

      Solved PoE Switches that support 24V fixed and standard PoE+ 802.3at

      IT Discussion
      • 802.3at poe poe 24v poe 802.3at switches ubiquiti • • JaredBusch
      12
      0
      Votes
      12
      Posts
      1.1k
      Views

      JaredBuschJ

      b4ded3c7-aab2-45c6-99e0-cbc763138d99-image.png

    • 1
    • 2
    • 3
    • 4
    • 5
    • 48
    • 49
    • 3 / 49