WiseCat
WiseCat
  • 68
  • 94 837
Moodle on Docker with "Bitnami LMS" - 2 minute Moodles
In the search for the ideal one-click install, I ventured into the realm of Bitnami. In that strange land I beheld an image, a Docker image that promised to install Moodle.
OK, enough with the purple prose, I found a docker image of Moodle on the Bitnami site, decided to take it for a spin (using podman instead of docker, because, why not?) and was actually quite impressed with the ease of use and how up-to-date the installed image was. There are so many questions about these offerings from Bitnami that I still need answers to, and so I'll probably keep playing, prodding, and trying to break this for a while yet.
My first impression, this is great if you want to try Moodle locally with a relatively up-to-date version. You can setup persistent storage, and it even comes with a self-signed TLS cert out of the box. For production, I'm not completely sold on it as it has a fallback to http and doesn't seem to come with Traefik or something to manage TLS termination properly with a CA like LetsEncrypt.
But for playing locally (and maybe making UA-cam Videos...) This is awesome!
Переглядів: 234

Відео

Easy come, easy go! Tidying up HTML Tidy.
Переглядів 9514 днів тому
So recently, I saw a notification that said I should install php-tidy on my Moodle server. It turns out maybe you shouldn't. The php-tidy module is needed for the HTML tidy filter to work (I haven't ever used HTML tidy, but it's a thing). The only problem; HTML tidy, when working, has a tendency to break the embedded answers (cloze) questions type, and it may break something else too... Anyway,...
The International Virtual Exchange Project (IVEProject)
Переглядів 8021 день тому
Expecially for teachers of English as a Foreign Language around the world, in this video I introduce the International Virtual Exchange Project (IVEProject). iveproject.org In the IVEProject, students of English from all around the world communicate in English and exchange all kinds of ideas and knowledge, and have a truly international and intercultural experience. This is a quick peek inside ...
WiseCat Reacts: One-click install of Moodle (Linode)
Переглядів 10821 день тому
In this video, I try installing Moodle with a "one-click" installer. This time, I used the Linode Marketplace to Install Moodle as per the guide below: www.linode.com/docs/products/tools/marketplace/guides/moodle/ OK, so though there were some good points such, as a firewall being installed and the Moodle code being added by git, the bad far outweighed the good in that the Moodle version was 3....
Webserver security (NGINX) preparing for Moodle 4.5
Переглядів 338Місяць тому
Thinking about how I might start to hack into a Moodle site and how I would defend against such an attack, my mind turned to the configuration of "hidden paths" on the server (in this case Nginx, but in a previous video I focused on Apache - see below). This configuration is a crucial step for securing your Moodle server as skipping it makes the job of an attacker much easier. In this video I e...
Find, manage and uninstall plugins with uninstall_plugins.php
Переглядів 2052 місяці тому
The CLI script uninstall_plugins.php sounds like it's only for uninstalling plugins, right? But no, it can do so much more. It can give you lists of all plugins on your site, all 3rd-party (non-core - contributed) plugins, and even plugins that have their code missing from disk. It also has the function to purge missing plugins so that the database schema can be restored to a pristine condition...
Build your own LLM AI on a Raspberry Pi
Переглядів 4,4 тис.2 місяці тому
You know, you don't need really expensive hardware to run your own LLM. In today's tutorial, I will be walking you through the process of setting up and running Ollama, an open-source machine learning model, using Open-WebUI on a Raspberry Pi (these things are under $100 - seriously). By the end of this video, you will have a fully functional Ollama installation that can be accessed through Ope...
ssh-import-id - The easy way to add ALL your keys with one command
Переглядів 2623 місяці тому
In this second video on SSH, we look at the tool ssh-import-id for adding multiple ssh keys to the authorized_keys file with a single command. Links: Launchpad - login.launchpad.net Github - github.com/
SSH Key Authentication: SSH made both more convenient AND more secure
Переглядів 1353 місяці тому
In this tutorial, I'll guide you through the process of using SSH public/private key authentication for securely accessing servers. This powerful authentication method relies on the principles of asymmetric key cryptography to ensure that your data remains protected. First, I'll provide an overview of asymmetric key cryptography - a fundamental concept underpinning this authentication technique...
Install Ollama, your own personal LLM, on your Mac
Переглядів 1,3 тис.3 місяці тому
In this video, I'm joined by José Domingo Cruz (the Mac Whisperer) as he helps me troubleshoot getting Homebrew, Docker, and Docker-Compose installed on his Mac. This makes it possible to use a docker-compose.yaml file to run Ollama with Open-Webui locally on a Mac. Here are the basic steps and commands: 1. Install Homebrew on the Mac /bin/bash -c "$(curl -fsSL raw.githubusercontent.com/Homebre...
Speaking my language: Making names in Moodle appear in their original form
Переглядів 1473 місяці тому
In this video we look at internationalisation in Moodle. Specifically, I demonstrate how to get a user's name to render on screen in the language of the user. The trick is to edit the language packs changing the string 'fullnamedisplay' and use the alternatename field to store the users' names in the original form. Rubber Ducky also makes another return with yet another pearl of wisdom with his...
Feedback Module: Getting feedback from your students.
Переглядів 1383 місяці тому
In this video, we look at how to get feedback from your students using the core Moodle module "feedback." There are many question types that can be used, but for this video, which is actually a response to a viewer question, I'm mainly looking at setting up one question with checkboxes. Where you can use the database module (especially if students should eventually be able to see each other's a...
Vertical space? Moodle in 2D?! On/Off the grid? Following the rabbit hole of .activity-grid.
Переглядів 3284 місяці тому
In this response to a viewer question, I go down a rabbit hole looking at the CSS for activity items. Since the last time I saw that code, it appears Moodle has started to use CSS Grid in its layouts (just me who didn't notice this?). This has me a bit excited to see what future UX improvements will come given that grid is a rather handy tool for complex 2D layouts. Checkout Kevin Powell's chan...
Moodle 4.4 sneak peek - Beta than before?
Переглядів 7954 місяці тому
Moodle 4.4 is almost here. So, in perhaps my most unplanned, unscripted, and messy video ever, I take a look at the Moodle 4.4 Beta and compare it directly with Moodle 4.3. Timestamps: 0:28 Login page now allows displaying password 2:34 Smaller (quieter) activity icons 3:05 Sections now hold together (one big jellybean) 4:00 Individual pages for each section 5:25 "Topics" course format now call...
Updates vs. Upgrades? What's the difference?
Переглядів 2095 місяців тому
In this short-ish video I talk about Moodle versions, summarizing and hopefully demystifying what each of the version numbers mean and how they relate to updates and upgrades. Also, talk about the upcoming changes to Moodle version numbering along with answering the question: "What is YOLO?"
3 ways to install plugins to Moodle (feat. Accessibility, Boost Union, and ReactForum)
Переглядів 7175 місяців тому
3 ways to install plugins to Moodle (feat. Accessibility, Boost Union, and ReactForum)
Make your Moodle Look and Feel the way you want
Переглядів 1,6 тис.5 місяців тому
Make your Moodle Look and Feel the way you want
Back to the Moodle 1.7 (and a bit on 1.9 and 2.0 - feat. WOOD theme)
Переглядів 1405 місяців тому
Back to the Moodle 1.7 (and a bit on 1.9 and 2.0 - feat. WOOD theme)
Locked out of Moodle? How to get back in!
Переглядів 1926 місяців тому
Locked out of Moodle? How to get back in!
Open-Courseware, MAJNET and the New General Service List
Переглядів 1737 місяців тому
Open-Courseware, MAJNET and the New General Service List
Don't get hacked, get git!
Переглядів 5927 місяців тому
Don't get hacked, get git!
Where art thou php.ini?
Переглядів 1727 місяців тому
Where art thou php.ini?
Upgrading Moodle 3.8 to 4.3 (feat. PHP 7.4 to 8.1, and dealing with problem plugins)
Переглядів 3,3 тис.7 місяців тому
Upgrading Moodle 3.8 to 4.3 (feat. PHP 7.4 to 8.1, and dealing with problem plugins)
Updating wisecat.net (getting my own house in order)
Переглядів 2508 місяців тому
Updating wisecat.net (getting my own house in order)
WiseCat update:Where I've been, the Accessibility Plugin and Plans for 2024
Переглядів 5018 місяців тому
WiseCat update:Where I've been, the Accessibility Plugin and Plans for 2024
Accessibility: Building a better plugin?
Переглядів 20810 місяців тому
Accessibility: Building a better plugin?
Transfer your Moodle Database from Postgres to Mariadb
Переглядів 1,3 тис.Рік тому
Transfer your Moodle Database from Postgres to Mariadb
Good Migrations: Migrating Moodle to a New Server
Переглядів 6 тис.Рік тому
Good Migrations: Migrating Moodle to a New Server
2 minute Moodles: The story of my Ansible Addiction
Переглядів 482Рік тому
2 minute Moodles: The story of my Ansible Addiction
OOPS! My last stupid mistake of 2022
Переглядів 204Рік тому
OOPS! My last stupid mistake of 2022

КОМЕНТАРІ

  • @guillermoplisich2366
    @guillermoplisich2366 9 годин тому

    I love Sr. WiseCat

    • @Wise-Cat
      @Wise-Cat 8 годин тому

      Thanks so much. Happy to help.

  • @KiraSensei1
    @KiraSensei1 4 дні тому

    Thank you so much.

  • @foxlucy6571
    @foxlucy6571 5 днів тому

    i want to edit the header tha says "Home" "Dashboard" etc how to change that ? i want it to be other words like changing the word Home to "All Courses"

    • @Wise-Cat
      @Wise-Cat 5 днів тому

      "Home" and "Dashboard" are language strings, so you can change them using Language customisation. Go to Site admin > General > Language > Language customisation. Choose the language you wish to customise, search for the strings you wish to change and save. Not a bad idea for a video, actually... Cheers!

  • @Fiermax
    @Fiermax 5 днів тому

    Nice video! When we install moodle on docker, how do I update/upgrade the moodle?

    • @Wise-Cat
      @Wise-Cat 5 днів тому

      That's a really good question. At the moment, honestly, I don't know. It may be that future Docker pulls will update the Moodle, though this seems unlikely. More likely is a need to directly update the Moodle files in the persistent volumes.

  • @tallthom
    @tallthom 10 днів тому

    Thank you Adam! It is also useful to disable the filter for either a specific course or a specific quiz. That might be useful for people who are not administrators of their site and need it turned off right away.

    • @Wise-Cat
      @Wise-Cat 10 днів тому

      Great point Thom! Thanks! 🙏

    • @tallthom
      @tallthom 9 днів тому

      @@Wise-Cat one other thought -- could you possibly do a demo on what HTML Tidy actually *does* in Moodle? I would like to know specifically what benefits you are getting if you have that filter turned on - can we show some "tidied up HTML" or something? In addition, there is another similar filter called "Code" something-something. I couldn't seem to get it to do very much when I activated it. It might warrant some investigations if you think it is worthwhile. Again, I really appreciate all your enthusiasm and efforts to show different aspects of Moodle. Thank you Adam! #moodlelegendinthemaking

    • @Wise-Cat
      @Wise-Cat 9 днів тому

      I probably won't focus on HTML Tidy anymore as it's being removed (and I don't really know what it does and don't really feel like researching that), but am hoping to make more videos introducing various plugins soon. So the code filter could well be one of those.

    • @tallthom
      @tallthom 9 днів тому

      @@Wise-Cat I wonder how many other things in Moodle are there but not working or not being used? That could be a research topic...

  • @Desmodog62
    @Desmodog62 13 днів тому

    This is great, but I have one big problem - I can't figure out how to access my moodle site from the command line... I don't understand what you did at 2:30 seconds... how did you get to you Moodle?? I'm so confused. :-(

    • @Wise-Cat
      @Wise-Cat 12 днів тому

      I did a few videos a while back about getting a command line. It will depend on how your server is setup but usually even through cpanel etc there is a command line that is accessible. ua-cam.com/video/Ttho2NIiyPg/v-deo.html

  • @mohammed-jo676
    @mohammed-jo676 16 днів тому

    On hostinger you can one click install and choose the version which include moodle 4.4.2

    • @Wise-Cat
      @Wise-Cat 15 днів тому

      That sounds like a great one for me to try next. Thanks!

  • @Jyebra
    @Jyebra 16 днів тому

    Once again you saved me a lot of trouble, thanks!

    • @Wise-Cat
      @Wise-Cat 16 днів тому

      Glad to hear it was useful. When Bill first saw the trouble, it was also straight after he had upgraded to 4.4, so it took some time to figure out the problem was HTML Tidy and not something else in the upgrade.

  • @AndrewSObermeier
    @AndrewSObermeier 17 днів тому

    Thanks! That’s very helpful for sorting out what each of those numbers signify. Your talk helped me to understand, how in the current version numbering system, for example “4.3.5”, the difference between the 3 and the 5 is very important. Very interesting to know that the 4 actually means very little, other than expressing some common wisdom: YOLO.

    • @Wise-Cat
      @Wise-Cat 17 днів тому

      Yep, the last three YOLO releases were pretty massive though they just had more major changes than most major releases. From now on it'll represent passing an LTS.

  • @IndraneelK
    @IndraneelK 26 днів тому

    Would I be able to connect an lcd screen, microphone module, speaker module, and etc. and run the llm as a handheld device? Also what changes in the code would it require?

    • @Wise-Cat
      @Wise-Cat 12 днів тому

      You could do this. There are modules for the raspberry pi that allow the connection of a monitor etc. In my project, I mainly used the pi as a server and accessed the LLM through a browser on a mobile phone connected to the pi's WiFi.

  • @ilanzelingher7340
    @ilanzelingher7340 26 днів тому

    Thanks for this video. Do you have any experience with docker based installations of Moodle? If you do, can you make a video about it?

    • @Wise-Cat
      @Wise-Cat 26 днів тому

      My experience with Docker is very limited, but yes, I'm planning to do a video on installing Moodle in Docker (or maybe Podman) soon.

  • @michaelconklin8787
    @michaelconklin8787 Місяць тому

    great job less talking

  • @user-so5vj8gq2j
    @user-so5vj8gq2j Місяць тому

    When i upgrade moodle version from 3.8 to 4 then my bigBlueButton recordings lost. After searching I have found that bigbluebuttonbn_recordings table is created after upgrading moodle version. Please tell me how can i transfer my bigbluebuttonbn_logs table data to bigbluebuttonbn_recordings.

  • @Bfluent-r2v
    @Bfluent-r2v Місяць тому

    Learned a lot from your videos. Boost union has na option for custom fonts, but I couldn't figure it out. I would be great if you had the time to make a video about it. Thanks.

    • @Wise-Cat
      @Wise-Cat 26 днів тому

      I'll try to get to this soon. I've seen that feature and was curious about it myself. My guess is you probably need to upload the font file and set the font-family in CSS as well.

  • @bayoo6
    @bayoo6 Місяць тому

    Very nice. I really learn a lot.

    • @Wise-Cat
      @Wise-Cat Місяць тому

      Glad to hear that! Thanks!

  • @Riverhill-AI
    @Riverhill-AI Місяць тому

    Do you know how to customize the paywall page? When users click on a course card on the front page, they will be taken to a payment page. That payment page looks very ugly. I am using the boost union theme with stripe plugin.

    • @Wise-Cat
      @Wise-Cat Місяць тому

      The paywall page can be customized somewhat using CSS, and I believe the course description is also displayed there and can be made somewhat pretty too.

  • @supersmart671
    @supersmart671 Місяць тому

    Thanks! there is no $_SERVER['HOME'] under PHP Variables

    • @Wise-Cat
      @Wise-Cat Місяць тому

      Are you looking for your Moodle code? If so perhaps you can find $_SERVER['DOCUMENT_ROOT'] ?

  • @supersmart671
    @supersmart671 2 місяці тому

    I am getting this error message "sudo mysqldump moodle | gzip -9 > moodlesql.gz -bash: moodlesql.gz: Permission denied mysqldump: Got errno 11 on write"

    • @Wise-Cat
      @Wise-Cat Місяць тому

      That's a file permissions error. Your user doesn't have permissions to write to moodlesql.gz. Try changing the owner to the user you're currently logged in as. Note that the sudo doesn't apply to anything after the pipe | so gzip is running and outputting as your non-sudo user.

    • @supersmart671
      @supersmart671 Місяць тому

      @@Wise-Cat thanks for your response

  • @wemisiu583
    @wemisiu583 2 місяці тому

    Hello unrelated but wanted to know how I can expand my section name in the Moodle course index. My section name (tittle) cuts off because it's pretty long and wanted to know how I can make it so it does not and it reads it completely. For example, my section name in the course index reads like this, "Module 1: Reliability and...". When it should read like this, "Module 1: Reliability and Resiliency in Today's Mission Critical Environment ". Thank you :)

    • @Wise-Cat
      @Wise-Cat Місяць тому

      It will be CSS to do this. I did something similar in this video: ua-cam.com/video/pHk5Dl0MA_A/v-deo.html

    • @wemisiu583
      @wemisiu583 Місяць тому

      @@Wise-CatOk thanks I’ll make sure to check it out. In addition is it possible to create a text box under the section name with hover capabilities to reveal the full tittle. For example, the section name is cut off but then the user hovers over the tittle and a text box shows up under it revealing the full tittle? How would I implement that? Thanks for the help.

    • @Wise-Cat
      @Wise-Cat Місяць тому

      A bit trickier, but also can be done in CSS. You may need to be careful to position the box so you're hover stays when the full box is open too. Definitely recommend the channel of @KevinPowell for all things CSS.

  • @sharifchowdhury9743
    @sharifchowdhury9743 2 місяці тому

    How to install and configure Moodle archive system using moodle 4.1 and mysql 8 for previous semester

    • @Wise-Cat
      @Wise-Cat Місяць тому

      I think there is a plugin for bulk backups (by Justin Hunt?) though it might not be in the plugins database. Also you could try using the upload courses feature to duplicate existing courses in bulk.

  • @slevinhyde3212
    @slevinhyde3212 2 місяці тому

    Great video, lots of fun here ! Do you think the Pi AI kit could run a bigger model ?

    • @Wise-Cat
      @Wise-Cat Місяць тому

      Sure, I've tried bigger models without the AI kit, but the bigger they are the slower they run. Jeff Geerling did a demo on his channel using the AI Kit for visual recognition stuff and it was pretty amazing. I also wonder how its performance on LLMs would improve.

  • @haraldhochwald7456
    @haraldhochwald7456 2 місяці тому

    Thank you for your excellent explanation, is it possible to pull a specific version of a Moodle update?

    • @Wise-Cat
      @Wise-Cat 2 місяці тому

      Great question! Yes, it is possible. It's easy to checkout any of the branches (for example for 4.2.x with "git checkout MOODLE_402_STABLE"). That will get you the latest code on any given major version. For minor "point" releases it's a bit trickier and you'll need to search "git log" or "git tag" for the specific release you're after. Then to get for example v4.2.4, you would use "git checkout v4.2.4" (however this will not be on a branch and thus updating with "git pull" won't work until you return to a branch). Not a bad idea for a video actually, I'll add it to the to-do list. Cheers!

  • @rachitrastogi1422
    @rachitrastogi1422 2 місяці тому

    i have created my own llm so how i can deploy it on google cloud and use it on raspberry pi plzz tell me

    • @Wise-Cat
      @Wise-Cat 2 місяці тому

      Deploying an LLM to a cloud is easy using the docker-compose.yaml file in the Pillama repository, though getting it to work well with the cloud's infrastructure will be very case-by-case depending on how your particular cloud is setup. Using cloud-based GPUs etc will yield better results, so I'd suggest looking through the documentation for your cloud infrastructure provider. Sorry, I don't have a one-size-fits-all answer for this question.

  • @techtonictim
    @techtonictim 2 місяці тому

    Great video 👌 full of useful information.. thanks 🙏

    • @Wise-Cat
      @Wise-Cat 2 місяці тому

      Glad it was helpful! Thank you

  • @shiriajin
    @shiriajin 2 місяці тому

    Hello, Shiriajin here, thanks a lot for making this video and for showing me how to remove all those plugins missing from the disk. Thanks also to ducky who reminded us of the run swtich.

    • @Wise-Cat
      @Wise-Cat 2 місяці тому

      Thank you for the great question! I'll pass your message on to the duck. 😂

  • @AlejandroPalestrini
    @AlejandroPalestrini 2 місяці тому

    Excelente! Muchas gracias, desde Argentina un saludo grande!

    • @Wise-Cat
      @Wise-Cat 2 місяці тому

      Argentina? Wow! Thanks for watching! Glad to have been of service.

  • @snack753
    @snack753 2 місяці тому

    Thanks for all the moodle admin tutorials. I followed this one, however, I am stumbling about an error after changing the config.php. It shows Error: database driver problem detected The site administrator should verify server configuration Unknown driver native/ Any idea what the problem is?

    • @Wise-Cat
      @Wise-Cat 2 місяці тому

      It looks like there is a typo in either the dbtype or dblibrary directives in config.php. Some common errors include not finishing the directive with a semicolon; having Capitalized some letters (MySQLi instead of mysqli); having the wrong dbtype (the most common being perhaps 'mysql' instead of 'mariadb'). If you can paste the first few lines of your config.php, that might help diagnosing the problem.

    • @snack753
      @snack753 2 місяці тому

      @@Wise-Cat Thanks for having a look into this. The first lines are: $CFG->dbtyle = 'mariadb'; $CFG->dblibrary = 'native'; $CFG->dbhost = 'localhost'; $CFG->dbname = 'moodle'; $CFG->dbuser = 'moodleuser';

    • @snack753
      @snack753 2 місяці тому

      @Wise-Cat ok ... found it: the typo is dbtyle instead of dbtype 🙈 Thanks for your great videos and tutorials. You are one of my absolute favorites. informative and still entertaining. Please do never stop!

    • @Wise-Cat
      @Wise-Cat 2 місяці тому

      Ahh, well spotted. Glad to hear it all worked out.

  • @galdakaMusic
    @galdakaMusic 2 місяці тому

    tinyllama and Coral or Hat AI (Hailo 8L)??

    • @Wise-Cat
      @Wise-Cat 2 місяці тому

      I would love to try that out someday. I currently don't have that stuff though. Saw some videos on Jeff Geerling's channel that were very interesting though.

    • @galdakaMusic
      @galdakaMusic 2 місяці тому

      Thanks

  • @shiriajin
    @shiriajin 2 місяці тому

    What is the best way to remove missing from disk plugins? I have four Microsoft plugins that I no longer want but don’t seem to be able to remove them. I tried CLI, but it didn’t work for some reason.

    • @Wise-Cat
      @Wise-Cat 2 місяці тому

      I've been meaning to do a video on this for a while now. Your best bet is probably the CLI uninstall-plugins.php. Use the switches --show-missing and --purge-missing to show and purge the missing plugins for the site. Also remember to use the --run switch when you actually want it to run the actions (uninstall-plugins.php is very cautious and won't actually do anything without the --run switch). Afterwards, perhaps go to the "performance overview" report and make sure the Database schema matches what the code expects. Good luck and happy hunting!

    • @Wise-Cat
      @Wise-Cat 2 місяці тому

      I made a video on this topic ua-cam.com/video/JCD1F-ZDgj0/v-deo.htmlsi=K5EgsFeGEkFvFf2X Hope that helps

  • @shiriajin
    @shiriajin 2 місяці тому

    This guy should have more following. Very underrated. Good job brother.

    • @Wise-Cat
      @Wise-Cat 2 місяці тому

      Thank you very much. I'm always glad to hear my videos are helpful.

  • @laresbernardo
    @laresbernardo 2 місяці тому

    This is fantastic. I am not the most programming savvy guy and it ran perfectly in my computer. Thanks!

    • @Wise-Cat
      @Wise-Cat 2 місяці тому

      Great to hear! Enjoy your new AI!

  • @ApidaeY
    @ApidaeY 2 місяці тому

    That is so painfully slow, doesnt look worth it

    • @Wise-Cat
      @Wise-Cat 2 місяці тому

      It depends on what your goal is. If you want a blazing fast AI, yeah it's not worth it. On the other hand, if you want to learn more about how these things work and perhaps how you can serve your own AI later on more impressive hardware (or on platforms like AWS and/or Azure) then it's totally worth it. Or you could do it to win a beer bet 😉 In our case, we did it simply to show it CAN be done. To demonstrate to people that AI is not beyond them and to thus empower people. This could be the start of a journey for people who otherwise might be too self-doubting to take their first step. That makes it worth it to me. Oh, and it's cute and fun too...

  • @YardDutyBilly
    @YardDutyBilly 3 місяці тому

    I AM NOT ON LINUS PLS HELP ME!!!!!!!!!!!!!!!!!!!!!!!

    • @Wise-Cat
      @Wise-Cat 3 місяці тому

      Not sure what I can do to help. What problem are you facing? If searching for your php.ini file, looking at your Moodle's phpinfo page should still work regardless of the OS.

    • @shiriajin
      @shiriajin 2 місяці тому

      You can find it regardless of the operating system you’re using. Actually if you’re using windows, it’s probably the easiest to find the file on.

  • @atom6_
    @atom6_ 3 місяці тому

    it is easier to install ollama directly on your mac, no need for docker. then there are free apps (something like enchanted) in the appstore that can connect to ollama directly.

    • @Wise-Cat
      @Wise-Cat 3 місяці тому

      Thanks for that. Yes, the other day a friend was trying it on an M1 Mac and she noticed that the performance on a directly installed Ollama was also much better. There are certainly better ways to do this than the what we did...

  • @Timbit24-gk6vp
    @Timbit24-gk6vp 3 місяці тому

    Hi Wisecat! Thanks so much for this video. I learned a lot, particularly the steps on upgrading PHP properly! Much appreciated.

    • @Wise-Cat
      @Wise-Cat 3 місяці тому

      Thank you. I'm glad to hear it helped.

  • @khaledal-ankar8041
    @khaledal-ankar8041 3 місяці тому

    YOLO 😂 hi wisecat, hopefully a quick question. The hardest part I have found is a point in the year to get any moodle update out the door. Our Uni runs three semesters a year leaving next to any room for any moodle love. In your presentation you mention never going from one Yolo release to another. We currently run 3.11.18 I think and the desired is to go to 4.2. This is because other unis have said 4.1 had so many bugs. Do you have any advice on that? Thanks for any advice and your content. 🪨’s 🤘🏽

    • @Wise-Cat
      @Wise-Cat 3 місяці тому

      Thanks for that comment, I didn't mention when to YOLO upgrade because largely they have been just another major release with a YOLO number change. Right now, the desired upgrade would be to 4.4. my recommendation is to always be as upgraded as possible. Rumours of "so many bugs" tend to be unfounded, and even if a bug exists, it's usually taken care of at the latest, by the following point release. So, upgrade to the latest possible version, and don't skimp on the point release updates. From my experience there has never been a good argument for holding back (i.e. only upgrading to 4.2 when 4.4 is available). All holding back does is give users an outdated experience. Nobody likes that... Good luck with your upgrades and thanks again for shining light on my omission. Cheers!

  • @LucGougeon
    @LucGougeon 3 місяці тому

    This is awesome, thanks!

    • @Wise-Cat
      @Wise-Cat 3 місяці тому

      Glad you like it! Definitely felt a follow up to the workshop last Sunday was needed.

  • @christkant
    @christkant 3 місяці тому

    Thanks you, helpful. Any idea how to solved Error connecting to the server, when I am uploading a backup to restore. I can not make a restor every time Error connecting to the server. Thanks

    • @Wise-Cat
      @Wise-Cat 3 місяці тому

      It depends on what kind of error it is. If an SSH error, it could be that your SSH keys are not setup properly. I'm planning to do a video on SSH keys (along with ssh-import-id and ssh-copy-id) soon. Maybe that will help?

    • @christkant
      @christkant 3 місяці тому

      @@Wise-Cat Thanks, I will recheck. And waiting to see the ssh keys. your video are very helpfull

  • @mossaabhajelsiddig5363
    @mossaabhajelsiddig5363 3 місяці тому

    Can we use non-English numbers in gradebook ?

    • @Wise-Cat
      @Wise-Cat 3 місяці тому

      Wow! Interesting question. I haven't seen and can't immediately think of a way to do this in the gradebook, but for individual items, you could perhaps use scales. Do you think there's a demand for not using hindu-arabic numerals though? Here in Japan, I don't think anyone would use kanji numbers if that option existed.

    • @mossaabhajelsiddig5363
      @mossaabhajelsiddig5363 3 місяці тому

      @@Wise-Cat Hi, It is used in certificates. I try to generate a transcript using custom certificate for primary school but I surprised that I can only use English numbers

    • @Wise-Cat
      @Wise-Cat 3 місяці тому

      Ahh, that makes sense. Perhaps adding an issue on the customcert GitHub Page (or looking to see if someone else has already had similar thoughts) might be an idea. It may need funding, but sounds like something that could be added.

  • @smartlearn.education-lms
    @smartlearn.education-lms 3 місяці тому

    thanks , nice info

    • @Wise-Cat
      @Wise-Cat 3 місяці тому

      Glad it was helpful!

  • @lidagreyling4175
    @lidagreyling4175 3 місяці тому

    Thx Adam!

  • @SonnyAi01
    @SonnyAi01 3 місяці тому

    Excellent video, Adam. Just what I wanted.

    • @Wise-Cat
      @Wise-Cat 3 місяці тому

      Happy to hear it!

  • @P0w3rT0Llz
    @P0w3rT0Llz 3 місяці тому

    Cheers, Adam. Very helpful. I like the analysis option at the end. Bring back the duck!

    • @Wise-Cat
      @Wise-Cat 3 місяці тому

      Thanks Todd. Definitely bringing back the duck. It has to happen.

  • @DidacticEditions
    @DidacticEditions 4 місяці тому

    If you have the time, please keep the videos coming. Subscribed

    • @Wise-Cat
      @Wise-Cat 4 місяці тому

      Thanks for the encouragement. I do try to release a video each week, though some weeks this is easier than others. Thanks also for subscribing. I hope my future videos prove useful for you.

    • @DidacticEditions
      @DidacticEditions 4 місяці тому

      @@Wise-Cat configuring the width and the background colours are essential elements, thanks for those videos. Now, I've come across your channel in my search for an inviting website. Fair enough for established institutions, but not being able to have a welcoming landing page with links to other pages such as ''about'' just makes people click right out. If you have any ideas to make a moodle site look more like a school's oficial site, it would be greatly apreciated. Hope it makes sense

    • @Wise-Cat
      @Wise-Cat 4 місяці тому

      Moove, Boost Union and LearnR among other themes have some pretty good features for improving the site-home. They offer stuff like image carousels and "marketing spots" that can make things much more appealing even before one logs in. It's definitely worth trying out a few themes and you'll probably find one that suits your needs.

  • @DidacticEditions
    @DidacticEditions 4 місяці тому

    That is exactly what I've always thought since the very moment I tried moodle out. Especialy on the front page, it just doesn't feel right to have this narrow space in the middle. In fact this is to jam it with things to the sides and then make it cluttered. It puts new visitors off.

    • @Wise-Cat
      @Wise-Cat 4 місяці тому

      Exactly! When I first saw the narrow strip in the middle, I thought I had just wasted a bunch of money buying a 24" screen. I like my Moodles like my monitors: widescreen enabled.

  • @user-so5vj8gq2j
    @user-so5vj8gq2j 4 місяці тому

    Sir, How do I transfer recordings from old BigBlueButton 2.3 to new setup of BigBlueButtion 2.6.17 server. please make video on this, Thanks for you appreciable videos.

    • @Wise-Cat
      @Wise-Cat 4 місяці тому

      Wow! A non-Moodle but related-to-Moodle question (a first for this channel). It's been a while since I have done a BBB migration, but there is a way to move the recordings over. I'm guessing it might be different now compared to when I last did one, but as long as the metadata from the BBB recordings is all intact they can be migrated across.

  • @Riverhill-AI
    @Riverhill-AI 4 місяці тому

    Hi. I tried the accessibility plugin. Nice work! My users can adjust the font style and color now. But there is a problem with the navbar background color. It only changes the color of the block inside the navbar instead of the entire navbar. Also, if when I change background to a dark color and the font to a bright color, the links on the navbar stay black.

    • @Wise-Cat
      @Wise-Cat 4 місяці тому

      Thanks for trying it out. Yes, being a new plugin, there are still some tweaks that need to be made. One recent tweak stops it from being duplicated in H5P activities. Appreciate the feedback, thanks!

  • @Osaron14
    @Osaron14 4 місяці тому

    I didn't know you could do that in the "site administration" section. I thought you had to change the source code directly from the file, wherever you saved it. I have question related to something completely different... Is it possible to create a dashboard with information about the student's grades, course completion %, etc etc. Something that an admin or a teacher can review and maybe export any time, to track the students' journeys throughout a course.

    • @Wise-Cat
      @Wise-Cat 4 місяці тому

      Hmm, I don't know of any way to get all of this information on one page, though the Custom reports feature may be useful to make several reports that could provide the information you're after.

  • @user-so5vj8gq2j
    @user-so5vj8gq2j 4 місяці тому

    Please make upgrade video of bigBlueButton. and you are great person. I like.

    • @Wise-Cat
      @Wise-Cat 4 місяці тому

      I'll definitely try to get some BBB related content up soon. Thanks!

  • @Jyebra
    @Jyebra 4 місяці тому

    Wow I loved watching your video!! I'm not really a programmer, but I'm learning little by little to manage my own Moodle platform. The CSS you have made works perfectly for my small production platform.You are great! Thank you very much for your time, for the video, for the CSS code and for your sense of humor!!

    • @Wise-Cat
      @Wise-Cat 4 місяці тому

      Glad it was helpful! Like you, I'm not a programmer but a system administrator. It's a life of continuous learning, keep at it! That CSS isn't really the best as it will cause issues on smaller screens and with longer activity names. So, be ready to tweak it more when you discover issues. Firefox's inspector gives you a good way to try tweaks out before making them live in the theme's SCSS. It is a rabbit hole though, and you can easily get hooked and spend hours playing with it (I've had that happen several times... great fun, but when you realise suddenly it's 3am, can be quite the shock).