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: Programming learning

      @scottalanmiller said in Programming learning:

      @wls-itguy said in Programming learning:

      @scottalanmiller said in Programming learning:

      @wls-itguy said in Programming learning:

      @scottalanmiller I'd like to have a ticket created for each machine I do maintenance on. Checkbox for updates to software, pull version installed on machine, etc. There is more but I can't figure out how to explain it.

      What would you be doing that would trigger the ticket creation? What would be the trigger action to watch for? Normally I make a ticket to trigger the action, rather than the other way around.

      My thought was to create the ticket and then do the actions on the ticket to document the maintenance of the machines. Does that make sense?

      It makes sense as to the workflow. That's how I do things already. What would the plugin do? You can do this already.

      I want it officially assigned to a machine and user. Also to be able to pull from inventory certain software to compare what I need to update and what hasn't been updated in a long time.

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • RE: Programming learning

      @scottalanmiller said in Programming learning:

      @wls-itguy said in Programming learning:

      @scottalanmiller I'd like to have a ticket created for each machine I do maintenance on. Checkbox for updates to software, pull version installed on machine, etc. There is more but I can't figure out how to explain it.

      What would you be doing that would trigger the ticket creation? What would be the trigger action to watch for? Normally I make a ticket to trigger the action, rather than the other way around.

      My thought was to create the ticket and then do the actions on the ticket to document the maintenance of the machines. Does that make sense?

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • RE: Programming learning

      @scottalanmiller I'd like to have a ticket created for each machine I do maintenance on. Checkbox for updates to software, pull version installed on machine, etc. There is more but I can't figure out how to explain it.

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • RE: Programming learning

      @scottalanmiller said in Programming learning:

      You can't really do anything advanced with SW plugins, you are limited to writing client side view scripts on top of the application. You can't access the database, extend functionality, or anything like that.

      Well, POOP ON A STICK!

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • Programming learning

      A few weeks back I posted a question about how to make a maintenance ticket in spiceworks. Well, it brought me to a new question in that I cannot find anything on how to accomplish this so I thought maybe I could learn to write plugins for Spiceworks. In order to do so, where should I start? I know PHP and MySQL. I took a few classes in C#.

      Thanks,

      Jeff

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • RE: Debian upgrade from 7 to 9 - no sub pages display now.

      @marcinozga Thanks for the help. Now I can move onto something else, like a nap 🙂

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • RE: Debian upgrade from 7 to 9 - no sub pages display now.

      @marcinozga said in Debian upgrade from 7 to 9 - no sub pages display now.:

      I almost forgot, apache config probably got reset to default. Find your AllowOverride directive in your web root config and make sure it's set to either FileInfo or All. Options directive should also include FollowSymlinks. Restart Apache after making changes in config files.

      BOOM!!!!! FIXED!!!

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • RE: Debian upgrade from 7 to 9 - no sub pages display now.

      @marcinozga no warnings. When I make the change it says change made.

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • RE: Debian upgrade from 7 to 9 - no sub pages display now.

      @marcinozga said in Debian upgrade from 7 to 9 - no sub pages display now.:

      @wls-itguy restart apache, it should be necessary, but I've seen weirder things.

      thought the same thing but no change 🙂

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • RE: Debian upgrade from 7 to 9 - no sub pages display now.

      @marcinozga said in Debian upgrade from 7 to 9 - no sub pages display now.:

      @wls-itguy ok, rename .htaccess to htaccess-old for example, and rename .htaccess2 to .htaccess and change owner on new .htaccess to www-data:www-data

      -rwxr-xr-x 1 www-data www-data 1440 Oct 31 13:47 .htaccess

      Tried to reset permalinks again and still no change

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • RE: Debian upgrade from 7 to 9 - no sub pages display now.

      @marcinozga

      https://pastebin.com/g6c2Rkr3

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • RE: Debian upgrade from 7 to 9 - no sub pages display now.

      @marcinozga said in Debian upgrade from 7 to 9 - no sub pages display now.:

      @wls-itguy post output of ls -la
      And if .htaccess is there, output of cat .htaccess

      ls -la output: https://pastebin.com/74GTKZY2

      CAT output: https://pastebin.com/bzf9yU6z

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • RE: Debian upgrade from 7 to 9 - no sub pages display now.

      How do I post a pic?

      https://imgur.com/WcpowGP

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • RE: Debian upgrade from 7 to 9 - no sub pages display now.

      @marcinozga accessing through ftp

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • RE: Debian upgrade from 7 to 9 - no sub pages display now.

      @marcinozga said in Debian upgrade from 7 to 9 - no sub pages display now.:

      @wls-itguy said in Debian upgrade from 7 to 9 - no sub pages display now.:

      @marcinozga said in Debian upgrade from 7 to 9 - no sub pages display now.:

      Apache mod_rewrite could be disabled. Check .htaccess file if rewrite rules are there. Can you access pages with "ugly" query string after main url. ie. /?p=11 ?

      Not seeing a .htaccess page and when I type a2enmod rewrite I get module rewrite already enabled.

      .htaccess is not a page, it's a file, most likely in your wordpress root folder.

      Sorry, that is what I meant. Not seeing it in the wordpress root folder.

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • RE: Debian upgrade from 7 to 9 - no sub pages display now.

      @marcinozga said in Debian upgrade from 7 to 9 - no sub pages display now.:

      Apache mod_rewrite could be disabled. Check .htaccess file if rewrite rules are there. Can you access pages with "ugly" query string after main url. ie. /?p=11 ?

      Not seeing a .htaccess page and when I type a2enmod rewrite I get module rewrite already enabled.

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • RE: Debian upgrade from 7 to 9 - no sub pages display now.

      @aaronstuder said in Debian upgrade from 7 to 9 - no sub pages display now.:

      @wls-itguy said in Debian upgrade from 7 to 9 - no sub pages display now.:

      I thought it had to do with permalinks inside Wordpress but that didn't fix it.

      Seems like permalinks to me too....

      That's what I thought as well but when I went to that page and hit save nothing changes.

      @aaronstuder said in Debian upgrade from 7 to 9 - no sub pages display now.:

      Any caching plugins?

      None that I can see.

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • Debian upgrade from 7 to 9 - no sub pages display now.

      I'll see if I can explain this so there isn't any missing pieces. I upgraded our wordpress/debian 7 install to debian 8 and then to debian 9. At some point in there, not sure as I cannot recall if I tested the site working or not before moving on to debian 9 upgrade, the site is working but doesn't display anything below the main www.

      Example -> www.wls.wels.net works just fine but www.wls.wels.net/grow-in-grace gives me the big 404 error.

      I thought it had to do with permalinks inside Wordpress but that didn't fix it. Thought it could be a sites-enabled issue, that also was not the case. I am not sure where to go from here. From what I remember of websites, if you can get to the main site you should be able to get to the whole thing but I'm guessing not.

      What am I missing?

      posted in IT Discussion linod wordpress debian 7 debian 9
      WLS-ITGuyW
      WLS-ITGuy
    • RE: IT Quotes I Like

      @tim_g said in IT Quotes I Like:

      @wls-itguy said in IT Quotes I Like:

      Had a boss when I was at my first IT job say "efficiency doesn't always pay the bills"

      We were arguing over the fact that we estimated a job to be 25 hours and it only took us 19. Rather than sit at the job for another 5 hours to make the money we wrapped up. The powers that be didn't like that. I wasn't there too much longer

      That could be considered stealing imo.

      Happened all the time. Bid X # of hours. Finish early, drag it out until we hit the hours bid.

      posted in IT Discussion
      WLS-ITGuyW
      WLS-ITGuy
    • RE: IT Quotes I Like

      Had a boss when I was at my first IT job say "efficiency doesn't always pay the bills"

      We were arguing over the fact that we estimated a job to be 25 hours and it only took us 19. Rather than sit at the job for another 5 hours to make the money we wrapped up. The powers that be didn't like that. I wasn't there too much longer

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