ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Jstear
    3. Best
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 62
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: NextCloud 10 Stable...Failed To Connect To Database

      Try changing this:

      grant all on nextcloud_db.* to 'nextclouduser'@'localhost';

      To:

      GRANT ALL PRIVILEGES ON nextcloud_db.* TO 'nxtuser@'localhost' IDENTIFIED BY 'nextcloudpassword' WITH GRANT OPTION;

      posted in IT Discussion
      J
      Jstear
    • RE: OWA is vulnerable to Phishing

      I've been doing similar using SPToolkit. When the user clicks on the login/submit/go button it logs their email address and IP, sends them to a webpage that has training on it and explains what they just did and why it is bad, and finally they have to acknowledge that they read the page. I get a report with all of that within the hour. Works great.

      posted in IT Discussion
      J
      Jstear
    • RE: Download and Delete from Source every 5 minutes (Ubuntu)

      This sounds like a good use case for Rsync. Setup a cron job to run rsync every X amount of minutes.

      posted in IT Discussion
      J
      Jstear
    • 1 / 1