All public logs
Jump to navigation
Jump to search
Combined display of all available logs of MK Wiki EN. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:27, 27 August 2026 MkWikiEnSysOp talk contribs created page Ollama (Created page with "Links and information about Ollama. * [https://markaicode.com/ollama-modelfile-tutorial-custom-ai-models/ Ollama Modelfile Tutorial: Creating Custom AI Models from Scratch] Category:AI Category:Ollama")
- 16:25, 27 August 2026 MkWikiEnSysOp talk contribs created page Category:Development (Created page with "This category contains articles concerning mainly software development.")
- 16:24, 27 August 2026 MkWikiEnSysOp talk contribs created page Using Ollama in programs (Created page with "== JavaScript == * [https://www.npmjs.com/package/ollama npm package for Ollama development] Category:Development Category:AI Category:Ollama")
- 16:23, 27 August 2026 MkWikiEnSysOp talk contribs created page Category:Ollama (Created page with "Ollama is an open-source software platform for running and managing large language models. Read more on [https://en.wikipedia.org/wiki/Ollama Wikipedia].")
- 16:21, 27 August 2026 MkWikiEnSysOp talk contribs created page Category:AI (Created page with "This category contains all pages that are about so called "Artificial Intelligence", or short "AI".")
- 16:07, 27 August 2026 MkWikiEnSysOp talk contribs created page AI Based Development (Initial version)
- 12:06, 4 June 2026 MkWikiEnSysOp talk contribs created page Category:Ubuntu (Created category page)
- 12:03, 4 June 2026 MkWikiEnSysOp talk contribs created page Category:Debian (Created page with "Pages in this category cover topics about the Debian operating system. * https://www.debian.org/ * https://distrowatch.com/debian")
- 12:00, 4 June 2026 MkWikiEnSysOp talk contribs created page Ubuntu Upgrades (Initial version covering upgrade from Ubuntu 22.04 to Ubuntu 24.04)
- 21:03, 1 May 2026 MkWikiEnSysOp talk contribs created page Ubuntu Upgrade Jammy To Noble (Initial version; Apache and PHP)
- 17:02, 13 March 2026 MkWikiEnSysOp talk contribs created page Enable Hibernate Button (+Ubuntu Cinnamon)
- 17:33, 12 March 2026 MkWikiEnSysOp talk contribs created page Debian Upgrades (Initial version covering upgrades from Debian 9/Stretch until 13/Trixie)
- 22:57, 23 January 2026 MkWikiEnSysOp talk contribs created page Manual Ollama Installation (Created page with "Tested on Debian 13 Main reference: [https://docs.ollama.com/linux Linux - Ollama - Manual installation] Since I don't want to pollute my system with software whose origin is not the operating system's package repository, I install Ollama to "/opt" rather than "/bin". # Download and Install Its necessary to install some packages: apt install zstd curl -y Then let's download Ollama: curl -fsSL https://ollama.com/download/ollama-linux-amd64.tar.zst Unpack the arc...")