How to Install and configure memory caching using APCu and Redis in Nextcloud.

Поделиться
HTML-код
  • Опубликовано: 25 авг 2024
  • In this video, I will show you how to install and configure APCu and Redis memory caching in Nextcloud.
    You can download the complete command on this link below:
    mega.nz/file/k...
    DISCLAIMER: THIS VIDEO IS FOR EDUCATIONAL PURPOSE ONLY
    I DO NOT OWN THE SOFTWARE/OS/CUSTOM ROMS/FILES SHOWN IN THE VIDEO. ALL CREDITS GOES TO THE OWNER.
    IF ANY COPYRIGHT FOUND CONTACT ME @Email: dax0616@gmail.com. I WILL REMOVE THE VIDEO IMMEDIATELY.
    All Images, Picture, Music show in the video belongs to the respected owners, I or this channel does not claim any right over them.
    This Channel DOES NOT promote or encourages any illegal activities and all content provided by this channel is meant for EDUCATIONAL PURPOSE only.
    Copyright Disclaimer under section 107 of the Copyright Act of 1976, allowance is made for “fair use” for purposes such as criticism, comment, news reporting, teaching, scholarship, education, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing.
    Please watch our more upcoming videos and don't forget to LIKE, COMMENT, AND SUBSCRIBE.
    Thank you!
    MD
    System Administrator

Комментарии • 23

  • @ahjohn2
    @ahjohn2 3 года назад +1

    Thanks, Everything works now. Can you make a video on configuring the TURN talk server?

    • @MDTechTutorials
      @MDTechTutorials  3 года назад +2

      yeah sure. I will create video just for you. my TURN server was working. keep updated to our channel.

    • @ahjohn2
      @ahjohn2 3 года назад

      @@MDTechTutorials Thank you so much, I've subscribed and notify

  • @SecurityGuy7
    @SecurityGuy7 8 месяцев назад

    After struggling for a while I landed here, thank you so much man, works like a charm!

  • @thomasddiego
    @thomasddiego Год назад +1

    Thank you, I finally found a simple, direct, objective video that really works. Thank you very much.

  • @SE-161
    @SE-161 Год назад

    Thank you very much for your appreciated video. I have been struggling to get redis working in Nextloud Hub 5 aka Nextcloud 27 and this tutorial helped me a lot to get NC working decently. Thanks again!

  • @Reiikz
    @Reiikz Год назад +1

    NIce! Thanks, nextcloud not only stopped complaining, but it actually did get more responsive.
    I can't believe it actually does need this to work better, they were not lying on the documentation when they said it increases performance xdxd.

  • @spieldings
    @spieldings 3 года назад

    Thanks, you finally where the right to check. Giving me headache to not been able to figure the error out. Now it works!

  • @sapfirko1
    @sapfirko1 2 месяца назад

    Thank you, BRO!

  • @qnolic
    @qnolic 10 месяцев назад

    THANK YOU!

  • @PeacheyMcKeitch
    @PeacheyMcKeitch 11 месяцев назад

    Thank you so much. So much better then the official docs!

  • @AmaZinGMyg190
    @AmaZinGMyg190 3 года назад +2

    at 3:53, we can see your login information about your email. :/ Good tuto !

    • @MDTechTutorials
      @MDTechTutorials  3 года назад +2

      It's okay..as long as my viewers learned from this tutorial..

  • @blackmarbles84
    @blackmarbles84 3 года назад +2

    I have run all the code successfully,
    but when I access my nextcloud, my nextcloud cannot be accessed and becomes Blank White,
    Why please help.

    • @AnonymousB460
      @AnonymousB460 Год назад

      Make sure you first create a backup of the config.php
      cp config.php config.php.bk

  • @BenditGaming
    @BenditGaming 3 года назад

    Thank you!

  • @MDTechTutorials
    @MDTechTutorials  4 года назад

    Drop your comments here.

  • @citizenq01
    @citizenq01 4 года назад +1

    Broke my site.
    Followed to the letter, but like all the other tutorials the code in the config file makes the site go down.
    Also this,
    sed -i '/^memory_limit =/s/=.*/= 512M/' /etc/php/7.4/apache2/php.ini
    Gives me this:
    sed: can't read /etc/php/7.4/apache2/php.ini: No such file or directory

    • @MDTechTutorials
      @MDTechTutorials  4 года назад +1

      You have to check if the redis-server.sock appeared in /var/run/redis/. And also on memory limit command just make sure you are using the right PHP version. in my video I have used 7.4 version of PHP. You have to check your PHP version and modify the command.

    • @citizenq01
      @citizenq01 4 года назад

      @@MDTechTutorials ok. Will try again. Thanks.