ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. WLS-ITGuy
    3. Posts
    • Profile
    • Following 0
    • Followers 1
    • Topics 126
    • Posts 875
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: How many of you...

      @scottalanmiller said in How many of you...:

      @wls-itguy said in How many of you...:

      @scottalanmiller said in How many of you...:

      I got a really nice email from someone that checked in over there last week, saw the drama, and canceled his 🌶 World trip.

      What did I miss? I really like going to Austin though šŸ™‚

      They deactivated both @DustinB3403 and me. We don't have accounts there anymore.

      is there a thread on this? I need some interesting reading.

      posted in Water Closet
      WLS-ITGuyW
      WLS-ITGuy
    • RE: How many of you...

      @scottalanmiller said in How many of you...:

      I got a really nice email from someone that checked in over there last week, saw the drama, and canceled his 🌶 World trip.

      What did I miss? I really like going to Austin though šŸ™‚

      posted in Water Closet
      WLS-ITGuyW
      WLS-ITGuy
    • RE: How many of you...

      @wls-itguy said in How many of you...:

      Follow up question...

      How many still use 🌶 ?

      ModEDIT: Due to issues,.. please refrain from using that, instead - please use 🌶

      I thought the system was set up to change to the pepper automagically šŸ™‚

      posted in Water Closet
      WLS-ITGuyW
      WLS-ITGuy
    • RE: How many of you...

      Follow up question...

      How many still use 🌶 ?

      ModEDIT: Due to issues,.. please refrain from using that, instead - please use 🌶

      posted in Water Closet
      WLS-ITGuyW
      WLS-ITGuy
    • How many of you...

      post your questions here because you don't like sifting through the crap responses you get over there, at 🌶 ? [moderated as per new guidelines we can't mention said community]

      posted in Water Closet
      WLS-ITGuyW
      WLS-ITGuy
    • RE: I’d rather be....

      Fishing-2t

      posted in Water Closet
      WLS-ITGuyW
      WLS-ITGuy
    • RE: I’d rather be....

      Fishing-1

      posted in Water Closet
      WLS-ITGuyW
      WLS-ITGuy
    • RE: Cannot SFTP into Webhost

      Your comment would work normally. However, it was an update that indeed broke the system only to have to search for the fix again on their site.

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • RE: Cannot SFTP into Webhost

      All is good. Cyberduck had an update that broke some stuff and I needed to apply a new update.

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • Cannot SFTP into Webhost

      Good Morning my Tech Brothers and Sisters!

      I found an oddity in that I can terminal (SSH) into my webhost (Linode) but cannot SFTP into it. I'm using Cyberduck as my FTP. I did just disable php 5.6 and enable 7.0 last week but didn't think that had anything to do with it. I had used some google-fu but it didn't seem to point me in any direction I found as a fix.

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • All backups working with no errors!

      That is all!

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • RE: Wordpress/php issue

      Weird but working now. I went back in the ini file for 5.6 and changed it to another #, saved it, restarted service, went into wordpress and it didn't register. Went back to ini in 5.6, changed it again, saved, and restarted services and this time it did register. WHATEVER!

      @black3dynamite said in Wordpress/php issue:

      Instead of uninstalling php5, just disable it.

      # Disable php5 enable php7
      a2dismod php5
      a2enmod php7
      systemctl restart apache2.service
      

      Well, that sure makes things easier šŸ™‚

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • RE: Wordpress/php issue

      @jaredbusch said in Wordpress/php issue:

      @black3dynamite said in Wordpress/php issue:

      @wls-itguy said in Wordpress/php issue:

      @scottalanmiller said in Wordpress/php issue:

      Are you sure that WordPress is calling PHP7 rather than 5.6?

      @wls-itguy said in Wordpress/php issue:

      @scottalanmiller said in Wordpress/php issue:

      Are you sure that WordPress is calling PHP7 rather than 5.6?

      It is calling 5.6 because the limit for file uploads is set to 8MB in 5.6 and 20MB in 7 and when I go to media in wordpress it shows that the limit is 8MB

      The other odd part is I changed the upload limit to 15 in 5.6 and it still shows 8MB

      systemctl restart apache

      Debian moved to systemd?

      Yes šŸ˜ž since Debian 8

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • RE: Wordpress/php issue

      @black3dynamite said in Wordpress/php issue:

      @wls-itguy said in Wordpress/php issue:

      @scottalanmiller said in Wordpress/php issue:

      Are you sure that WordPress is calling PHP7 rather than 5.6?

      @wls-itguy said in Wordpress/php issue:

      @scottalanmiller said in Wordpress/php issue:

      Are you sure that WordPress is calling PHP7 rather than 5.6?

      It is calling 5.6 because the limit for file uploads is set to 8MB in 5.6 and 20MB in 7 and when I go to media in wordpress it shows that the limit is 8MB

      The other odd part is I changed the upload limit to 15 in 5.6 and it still shows 8MB

      systemctl restart apache

      There should a be a 'No $hit' button for replies like that :). I did that also and actually rebooted the server. Still nothing.

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • RE: Wordpress/php issue

      @scottalanmiller said in Wordpress/php issue:

      Are you sure that WordPress is calling PHP7 rather than 5.6?

      @wls-itguy said in Wordpress/php issue:

      @scottalanmiller said in Wordpress/php issue:

      Are you sure that WordPress is calling PHP7 rather than 5.6?

      It is calling 5.6 because the limit for file uploads is set to 8MB in 5.6 and 20MB in 7 and when I go to media in wordpress it shows that the limit is 8MB

      The other odd part is I changed the upload limit to 15 in 5.6 and it still shows 8MB

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • RE: Wordpress/php issue

      @scottalanmiller said in Wordpress/php issue:

      Are you sure that WordPress is calling PHP7 rather than 5.6?

      It is calling 5.6 because the limit for file uploads is set to 8MB in 5.6 and 20MB in 7 and when I go to media in wordpress it shows that the limit is 8MB

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • Wordpress/php issue

      I recently upgraded from Debian 7 to 9 and then installed PHP 7. I thought it would update from 5.x to 7 but it doesn't. The issue I have is that Wordpress is looking at the 5.6 ini file and I want it to look at the 7 file. What is the easiest way to go about fixing this? I'd gladly get rid of 5.6 if I knew it wouldn't booger anything up.

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • RE: Where do you order most of your product from?

      @scottalanmiller said in Where do you order most of your product from?:

      @rojoloco said in Where do you order most of your product from?:

      But I will say that at least CDW keeps trying to have our account rep be a hot chick... Current rep is "Britney", and she sounds hot. I don't buy anything from her, but I will occasionally take one of her calls, just to hear her try to use her hot girl tricks on me (I don't fall for them).

      "Sounds hot" and "is hot" rarely go together šŸ˜‰

      You can take that to the bank!

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • RE: Where do you order most of your product from?

      @dafyre That is an every day phone call and email. He hasn't been in a whole lot lately not sure if he is having some health or family issues but the person who is supposed to be covering for him hasn't returned emails/phone calls either.

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • Where do you order most of your product from?

      Hardware, software, etc. Servers, Desktops, Monitors, Laptops. You know all that stuff?

      We have an account through CDWG (We're a school) and for the most part they are quick to get us stuff. I have been waiting on some RMAs and some Server licensing for about 2 weeks now and this isn't the first time I have been forgotten because of us being small potatoes.

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • 1 / 1